Skip to content

Instantly share code, notes, and snippets.

@mbertrand
Created January 5, 2018 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbertrand/03d2869c61e7dfbc37cb8d1944aa37a8 to your computer and use it in GitHub Desktop.
Save mbertrand/03d2869c61e7dfbc37cb8d1944aa37a8 to your computer and use it in GitHub Desktop.
Extracting Trails and Campsites from OSM
osmium tags-filter new-hampshire-latest.osm.pbf nwr/highway=path,footway,track nwr/ford=yes nwr/tourism=alpine_hut,wilderness_hut,camp_site nwr/amenity=shelter -o nhoutdoors.pbf
osmium export -o nhoutdoors.json nhoutdoors.pbf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment