osmnx

Package — GeospatialPython 3.7+Advanced

Download and analyze street networks from OpenStreetMap

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
geopandas, matplotlib, networkx, NumPy, pandas, requests, Shapely
Install
pip install osmnx

Learn by Difficulty

Quick Example

python
# Install: pip install osmnx
import osmnx

# Basic osmnx usage
print(f"Using osmnx")
# See documentation for detailed examples

osmnx is a third-party package. Download and analyze street networks from OpenStreetMap. Install with: pip install osmnx

Try in Playground

Tags

packagegeospatialmappinggis