Census-based gridded population counts and density at ~1km (30 arc-second) resolution for 5-year intervals from 2000 to 2020 with projections to 2025. Essential for disaster risk assessment, urban planning, and service delivery planning when overlaid with satellite data for Maharashtra.
import rasterio
# Download from https://sedac.ciesin.columbia.edu/data/set/gpw-v4
print('SEDAC GPWv4: https://sedac.ciesin.columbia.edu/')
print('Gridded Population of the World at ~1km resolution')| Field | Type | Description |
|---|---|---|
| population | float | Population count per grid cell |
| resolution_km | float | Grid resolution (~1km) |
| year | int | Reference year (2000, 2005, 2010, 2015, 2020) |