{
    "file_info": {
        "filename": "GEE_Raw_Data.csv",
        "generated_at": "2026-05-11 13:41:24",
        "file_type": "Raw Google Earth Engine Data",
        "version": "1.0"
    },
    "location": {
        "longitude": 110.841687,
        "latitude": -6.807823,
        "elevation_m": 0.0,
        "slope_degree": 2.7724422586741553
    },
    "period": {
        "start_date": "2026-01-01 00:00:00",
        "end_date": "2026-05-11 00:00:00",
        "total_days": 131
    },
    "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": 50.30678952721035,
            "mean": 10.513038823670843,
            "std": 13.135661979854584,
            "total": 1377.2080859008804
        },
        "temperature_celsius": {
            "min": 23.932801360787096,
            "max": 27.772198138040494,
            "mean": 25.914514220762022,
            "std": 0.8200317546476011
        },
        "soil_moisture": {
            "min": 0.3,
            "max": 0.3,
            "mean": 0.3,
            "std": 0.0
        },
        "ndvi": {
            "min": 0.5,
            "max": 0.5,
            "mean": 0.5,
            "std": 0.0
        },
        "evapotranspiration_mm_day": {
            "min": 5.741280555725098,
            "max": 9.727285385131836,
            "mean": 7.748013496398926,
            "std": 0.7521119117736816,
            "total": 1014.98974609375
        }
    },
    "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)"
    }
}