Last active
October 11, 2023 14:57
-
-
Save hfs/9aedd8d51affcae7c29da6bac33a27e9 to your computer and use it in GitHub Desktop.
Find long dead-end roads in a city in OpenStreetMap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/cache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: osm | |
channels: | |
- conda-forge | |
dependencies: | |
- python=3.10 | |
- osmnx | |
- contextily | |
- ipykernel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you, this was really helpful.