osmnx — Easy Playground
Download and analyze street networks from OpenStreetMap
Getting started with osmnxRun locally
Install
pip install osmnxPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: osmnx)
osmnx is a third-party package. Download and analyze street networks from OpenStreetMap. Install with: pip install osmnx
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?