{
    "file_info": {
        "filename": "GEE_Raw_Data.csv",
        "generated_at": "2026-07-04 22:47:27",
        "file_type": "Raw Google Earth Engine Data",
        "version": "1.0"
    },
    "location": {
        "longitude": 110.478516,
        "latitude": -7.267119,
        "elevation_m": 0.0,
        "slope_degree": 6.143570245348791
    },
    "period": {
        "start_date": "2015-01-01 00:00:00",
        "end_date": "2025-12-31 00:00:00",
        "total_days": 4018
    },
    "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": 75.81510479290255,
            "mean": 7.866653557953533,
            "std": 9.20452451602585,
            "total": 31608.213995857295
        },
        "temperature_celsius": {
            "min": 22.22342066894231,
            "max": 28.88720813753656,
            "mean": 25.12176328023744,
            "std": 1.1086512056342752
        },
        "soil_moisture": {
            "min": 0.3,
            "max": 25.39179593198802,
            "mean": 4.6852235852077,
            "std": 8.835806583441629
        },
        "ndvi": {
            "min": 0.2967329644459717,
            "max": 0.764602602519396,
            "mean": 0.505340399533841,
            "std": 0.03059894693804239
        },
        "evapotranspiration_mm_day": {
            "min": 0.0,
            "max": 8.279255867004395,
            "mean": 6.007728099822998,
            "std": 3.2167606353759766,
            "total": 24139.05078125
        }
    },
    "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)"
    }
}