Maharashtra Road Networks — Community-mapped road network, building footprints, and POI data for Maharashtra extracted from OpenStreetMap
import osmnx as ox
# Get Maharashtra road network
# G = ox.graph_from_place('Maharashtra, India', network_type='drive')
print('OpenStreetMap: https://www.openstreetmap.org/')
print('Use osmnx or Overpass API for data extraction')| Field | Type | Description |
|---|---|---|
| osm_id | int | OpenStreetMap feature identifier |
| name | string | Feature name |
| geometry | various | Spatial geometry (node, way, relation) |
| tags | object | Key-value tag pairs describing the feature |