Skip to content

Instantly share code, notes, and snippets.

@stepankuzmin
Created June 27, 2019 17:52
Show Gist options
  • Save stepankuzmin/52e07a113483a52f5bc74fdb4d3931df to your computer and use it in GitHub Desktop.
Save stepankuzmin/52e07a113483a52f5bc74fdb4d3931df to your computer and use it in GitHub Desktop.
Filter highways from OSM extract
wget http://download.geofabrik.de/russia-latest.osm.pbf
osmconvert russia-latest.osm.pbf -o=russia-latest.o5m
osmfilter russia-latest.o5m --keep="highway=*" > russia-highways.osm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment