osmnx 2.0.6


pip install osmnx

  Latest version

Released: Aug 11, 2025


Meta
Author: Geoff Boeing
Maintainer: OSMnx contributors
Requires Python: >=3.9

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers
  • Science/Research

License
  • OSI Approved :: MIT License

Operating System
  • OS Independent

Programming Language
  • Python
  • Python :: 3
  • Python :: 3 :: Only
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

Topic
  • Scientific/Engineering :: GIS
  • Scientific/Engineering :: Information Analysis
  • Scientific/Engineering :: Mathematics
  • Scientific/Engineering :: Physics
  • Scientific/Engineering :: Visualization

OSMnx

PyPI Version PyPI Downloads Documentation Status Build Status Coverage Status

OSMnx is a Python package to easily download, model, analyze, and visualize street networks and other geospatial features from OpenStreetMap. You can download and model walking, driving, or biking networks with a single line of code then analyze and visualize them. You can just as easily work with urban amenities/points of interest, building footprints, transit stops, elevation data, street orientations, speed/travel time, and routing.

OSMnx 2.0 is released: read the migration guide.

Citation

If you use OSMnx in your work, please cite the paper:

Boeing, G. (2025). Modeling and Analyzing Urban Networks and Amenities with OSMnx. Geographical Analysis, published online ahead of print. doi:10.1111/gean.70009

Getting Started

First read the Getting Started guide for an introduction to the package and FAQ.

Then work through the Examples Gallery for step-by-step tutorials and sample code.

Installation

Follow the Installation guide to install OSMnx.

Support

If you have any trouble, consult the User Reference. The OSMnx repository is hosted on GitHub. If you have a "how-to" or usage question, please ask it on StackOverflow, as we reserve the repository's issue tracker for bug tracking and feature development.

License

OSMnx is open source and licensed under the MIT license. OpenStreetMap's open data license requires that derivative works provide proper attribution. Refer to the Getting Started guide for usage limitations.

2.0.6 Aug 11, 2025
2.0.5 Jul 05, 2025
2.0.4 Jun 11, 2025
2.0.3 May 06, 2025
2.0.2 Mar 26, 2025
2.0.1 Jan 01, 2025
2.0.0 Nov 24, 2024
2.0.0rc2 Nov 02, 2024
2.0.0rc1 Oct 26, 2024
2.0.0rc0 Oct 21, 2024
2.0.0b3 Oct 04, 2024
2.0.0b2 Sep 07, 2024
2.0.0b1 Jul 24, 2024
2.0.0b0 May 03, 2024
1.9.4 Jul 24, 2024
1.9.3 May 01, 2024
1.9.2 Apr 03, 2024
1.9.1 Feb 01, 2024
1.9.0 Feb 01, 2024
1.8.1 Dec 31, 2023
1.8.0 Nov 30, 2023
1.7.1 Oct 29, 2023
1.7.0 Oct 12, 2023
1.6.0 Jul 28, 2023
1.5.1 Jul 08, 2023
1.5.0 Jun 28, 2023
1.4.0 Jun 12, 2023
1.3.1.post0 May 26, 2023
1.3.1 May 24, 2023
1.3.0 Jan 01, 2023
1.2.3 Dec 14, 2022
1.2.2 Aug 05, 2022
1.2.1 Jun 16, 2022
1.2.0 May 23, 2022
1.1.2 Nov 17, 2021
1.1.1 May 20, 2021
1.1.0 May 02, 2021
1.0.1 Jan 13, 2021
1.0.0 Jan 01, 2021
0.16.2 Nov 17, 2020
0.16.1 Oct 05, 2020
0.16.0 Sep 07, 2020
0.15.1 Jul 03, 2020
0.15.0 Jun 29, 2020
0.14.1 Jun 09, 2020
0.14.0 Jun 03, 2020
0.13.0 May 26, 2020
0.12.1 May 01, 2020
0.12 Apr 10, 2020
0.11.4 Jan 31, 2020
0.11.3 Jan 09, 2020
0.11.2 Jan 07, 2020
0.11.1 Jan 01, 2020
0.11 Dec 04, 2019
0.10 May 08, 2019
0.9 Jan 28, 2019
0.8.2 Sep 19, 2018
0.8.1 May 17, 2018
0.8 May 05, 2018
0.7.4 Apr 05, 2018
0.7.3 Mar 12, 2018
0.7.2 Feb 15, 2018
0.7.1 Feb 04, 2018
0.7 Feb 02, 2018
0.6 Oct 02, 2017
0.5.4 Sep 16, 2017
0.5.3 Jul 23, 2017
0.5.2 Jul 23, 2017
0.5.1 May 12, 2017
0.5 Apr 25, 2017
0.4.1 Apr 01, 2017
0.4 Mar 01, 2017
0.3.1 Feb 16, 2017
0.3 Jan 30, 2017
0.2.2 Jan 20, 2017
0.2.1 Jan 11, 2017
0.2 Jan 10, 2017
0.1 Dec 19, 2016
0.1b2 Nov 29, 2016
0.1b1 Nov 29, 2016
0.1a1 Nov 07, 2016

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
geopandas (>=1.0.1)
networkx (>=2.5)
numpy (>=1.22)
pandas (>=1.4)
requests (>=2.27)
shapely (>=2.0)