Created
March 10, 2025 07:51
-
-
Save habi/b6fb2b841854fcf4c3004874ad686a2a to your computer and use it in GitHub Desktop.
Bahnhofstrassen in Deutschland
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
cd | |
date | |
# Mon Mar 10 08:33:45 AM CET 2025 | |
cd Dev/ | |
mkdir deutschland-bahnhofstrassen | |
cd deutschland-bahnhofstrassen/ | |
cargo install osm-lump-ways | |
wget https://download.geofabrik.de/europe/germany-latest.osm.pbf | |
osm-lump-ways -i germany-latest.osm.pbf -f highway -f highway≠pedestrian -f name~"ahnhofs" -o de-bahnhof.geojson | |
date | |
# Mon Mar 10 08:48:19 AM CET 2025 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment