Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gboeing/osmnx-examples
Gallery of OSMnx tutorials, usage examples, and feature demonstations.
https://github.com/gboeing/osmnx-examples
accessibility binder cities city jupyter-notebook network-analysis notebooks openstreetmap public-transport python street-networks transit transport transportation urban-analytics urban-data-science urban-design urban-planning
Last synced: 25 days ago
JSON representation
Gallery of OSMnx tutorials, usage examples, and feature demonstations.
- Host: GitHub
- URL: https://github.com/gboeing/osmnx-examples
- Owner: gboeing
- License: mit
- Created: 2017-07-22T02:44:32.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T22:58:10.000Z (about 2 months ago)
- Last Synced: 2024-10-01T20:40:38.485Z (about 1 month ago)
- Topics: accessibility, binder, cities, city, jupyter-notebook, network-analysis, notebooks, openstreetmap, public-transport, python, street-networks, transit, transport, transportation, urban-analytics, urban-data-science, urban-design, urban-planning
- Language: Jupyter Notebook
- Homepage: https://osmnx.readthedocs.io
- Size: 1.13 MB
- Stars: 1,537
- Watchers: 60
- Forks: 522
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-by-example - OSMnx Examples: Usage examples, demos, and tutorials for OSMnx (OpenStreetMap)
- awesome-starred - gboeing/osmnx-examples - Gallery of OSMnx tutorials, usage examples, and feature demonstations. (python)
README
# OSMnx Examples Gallery
[![GitHub tag](https://img.shields.io/github/v/tag/gboeing/osmnx-examples?label=Uses+OSMnx)](https://github.com/gboeing/osmnx)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gboeing/osmnx-examples/main?urlpath=lab)
[![Build Status](https://github.com/gboeing/osmnx-examples/workflows/tests/badge.svg?branch=main)](https://github.com/gboeing/osmnx-examples/actions/workflows/tests.yml)OSMnx 2.0 is in beta: read the [migration guide](https://github.com/gboeing/osmnx/issues/1123).
[OSMnx](https://github.com/gboeing/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.
This gallery contains step-by-step usage tutorials and feature demonstrations as Jupyter notebooks. You can run these notebooks interactively online with [Binder](https://mybinder.org/v2/gh/gboeing/osmnx-examples/main?urlpath=lab) or locally with the official OSMnx [Docker image](https://hub.docker.com/r/gboeing/osmnx). All of the examples are in this repo's [notebooks](notebooks) folder. Note that this repo's main branch generally tracks the functionality of the OSMnx repo's main branch. For examples corresponding to previously released versions of OSMnx, use this repo's tags to browse by release.
### More info:
- [Documentation](https://osmnx.readthedocs.io/)
- [Journal article and citation info](https://geoffboeing.com/publications/osmnx-paper/)
- [Code repository](https://github.com/gboeing/osmnx)