Natural Earth Admin-1 States & Provinces

Natural Earth Admin-1 States & Provinces

Curated global vector dataset including India state boundaries with name variants and statistical codes

Build a Maharashtra state boundary basemap service for overlaying any thematic data on standardized boundaries.
Homepage

Quick Start

import geopandas as gpd
# Download from https://www.naturalearthdata.com/
gdf = gpd.read_file('ne_10m_admin_1_states_provinces.shp')
mh = gdf[gdf['name'] == 'Maharashtra']
print(f'Maharashtra boundary loaded: {mh.geometry.area.values[0]:.4f} sq degrees')
Modality
Vector (Shapefile / GeoJSON)
Size
14.22 MB download; 1:10M scale; 258 features globally
License
Format
GeoTIFF
Language
en
Update Frequency
static
Organization
Natural Earth (Community Project)

Schema

FieldTypeDescription
namestringState/province name
admin_codestringAdministrative code
geometryPolygonState/province boundary polygon

Build With This

Create a multi-scale administrative boundary API serving Maharashtra state, district, and taluka boundaries
Develop a boundary change tracker documenting administrative reorganizations in Maharashtra over time
Build a choropleth map generator that automatically creates thematic maps for any Maharashtra indicator data

AI Use Cases

Base map creationmulti-state comparative analysiscartographic referencechoropleth mapping
Last verified: 2026-03-07