Shuttle Radar Topography Mission 1 arc-second (~30m) global elevation data covering all of Maharashtra
import rasterio
# Download from https://earthexplorer.usgs.gov/
# src = rasterio.open('srtm_30m.tif')
print('SRTM 30m DEM: https://earthexplorer.usgs.gov/')| Field | Type | Description |
|---|---|---|
| elevation | float | Elevation in meters above sea level |
| latitude | float | Latitude coordinate |
| longitude | float | Longitude coordinate |