{
    "file_info": {
        "filename": "GEE_Raw_Data.csv",
        "generated_at": "2026-07-06 18:16:11",
        "file_type": "Raw Google Earth Engine Data",
        "version": "1.0"
    },
    "location": {
        "longitude": 110.462595,
        "latitude": -6.973054,
        "elevation_m": 0.0,
        "slope_degree": 7.348548964615406
    },
    "period": {
        "start_date": "2016-01-01 00:00:00",
        "end_date": "2026-01-31 00:00:00",
        "total_days": 3684
    },
    "data_sources": {
        "rainfall": {
            "name": "CHIRPS Daily",
            "source": "UCSB-CHG/CHIRPS/DAILY",
            "description": "Climate Hazards Group InfraRed Precipitation with Station data",
            "unit": "mm/day",
            "resolution": "0.05\u00b0 (~5.5 km)",
            "provider": "University of California, Santa Barbara"
        },
        "temperature": {
            "name": "ERA5-Land Daily",
            "source": "ECMWF/ERA5_LAND/DAILY_AGGR",
            "description": "Temperature 2m above surface",
            "unit": "\u00b0C",
            "resolution": "0.1\u00b0 (~11 km)",
            "provider": "European Centre for Medium-Range Weather Forecasts"
        },
        "soil_moisture": {
            "name": "SMAP Soil Moisture",
            "source": "NASA_USDA/HSL/SMAP10KM_soil_moisture",
            "description": "Surface soil moisture (0-5cm depth)",
            "unit": "volumetric fraction",
            "resolution": "10 km",
            "provider": "NASA USDA"
        },
        "ndvi": {
            "name": "MODIS NDVI",
            "source": "MODIS/006/MOD13Q1",
            "description": "Normalized Difference Vegetation Index (16-day composite)",
            "unit": "dimensionless (-1 to 1)",
            "resolution": "250 m",
            "provider": "NASA EOSDIS"
        },
        "evapotranspiration": {
            "name": "Evapotranspiration (ML Estimated)",
            "source": "Machine Learning Model",
            "description": "Estimated using Random Forest based on temperature, NDVI, and soil moisture",
            "unit": "mm/day",
            "provider": "RIVANA ML Module"
        },
        "elevation_m": {
            "name": "SRTM DEM",
            "source": "USGS/SRTMGL1_003",
            "description": "Shuttle Radar Topography Mission Digital Elevation Model",
            "unit": "meters",
            "resolution": "30 m",
            "provider": "USGS"
        }
    },
    "statistics": {
        "rainfall_mm_day": {
            "min": 0.0,
            "max": 58.301286207739004,
            "mean": 8.492856019334697,
            "std": 8.866353255245826,
            "total": 31287.681575229024
        },
        "temperature_celsius": {
            "min": 22.522798690034165,
            "max": 27.80493395014895,
            "mean": 25.075333152856686,
            "std": 0.7670159083658746
        },
        "soil_moisture": {
            "min": 0.3,
            "max": 25.339791151355225,
            "mean": 4.42162730586269,
            "std": 8.34461551299905
        },
        "ndvi": {
            "min": 0.3753815927423536,
            "max": 0.7052597445774419,
            "mean": 0.5043337456332763,
            "std": 0.025013275308452806
        },
        "evapotranspiration_mm_day": {
            "min": 0.0,
            "max": 8.084100723266602,
            "mean": 5.99486780166626,
            "std": 3.164100170135498,
            "total": 22085.09375
        }
    },
    "column_descriptions": {
        "date": "Date of observation (YYYY-MM-DD)",
        "longitude": "Longitude coordinate (decimal degrees)",
        "latitude": "Latitude coordinate (decimal degrees)",
        "elevation_m": "Elevation above sea level (meters)",
        "slope_degree": "Average slope (degrees)",
        "rainfall": "Daily rainfall (mm/day)",
        "temperature": "Average air temperature (\u00b0C)",
        "soil_moisture": "Surface soil moisture (volumetric fraction 0-1)",
        "ndvi": "Normalized Difference Vegetation Index (-1 to 1)",
        "evapotranspiration": "Evapotranspiration estimated by ML (mm/day)"
    }
}