Downscaled gridded GDP per capita (PPP) and Human Development Index at admin-2 (municipality/district) level for 1990-2022 using machine learning. Maharashtra districts covered, enabling economic inequality and development tracking.
import xarray as xr
# Download from https://datadryad.org/
print('Gridded GDP/HDI: Check Dryad repository')
print('Subnational gridded economic data globally')| Field | Type | Description |
|---|---|---|
| admin2_code | string | Administrative level 2 (district/municipality) code |
| year | integer | Year of estimate (1990-2022) |
| gdp_ppp | float | GDP per capita in PPP (constant 2017 international $) |
| hdi | float | Human Development Index (0-1) |