Satellite gravity measurements from GRACE/GRACE-FO missions providing monthly terrestrial water storage anomalies at ~300km resolution since 2002. Combined with GLDAS soil moisture, yields groundwater depletion maps critical for Maharashtra's water-stressed Marathwada and Vidarbha regions.
import xarray as xr
# Download from https://podaac.jpl.nasa.gov/
print('GRACE groundwater: https://podaac.jpl.nasa.gov/')
print('Monthly groundwater storage anomalies from satellite gravity')| Field | Type | Description |
|---|---|---|
| latitude | float | Grid cell latitude (~1° resolution) |
| longitude | float | Grid cell longitude (~1° resolution) |
| time | date | Monthly observation period |
| lwe_thickness | float | Liquid water equivalent thickness anomaly (cm) |