Skip to content

Instantly share code, notes, and snippets.

@habi
Created March 10, 2025 07:51
Show Gist options
  • Save habi/b6fb2b841854fcf4c3004874ad686a2a to your computer and use it in GitHub Desktop.
Save habi/b6fb2b841854fcf4c3004874ad686a2a to your computer and use it in GitHub Desktop.
Bahnhofstrassen in Deutschland
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
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment