# osmnx-examples **Repository Path**: liukejia/osmnx-examples ## Basic Information - **Project Name**: osmnx-examples - **Description**: OSMnx,exams - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-10 - **Last Updated**: 2025-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/gboeing/osmnx-examples/actions/workflows/tests.yml) OSMnx 2.0 is released: 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)