Created
January 5, 2018 21:39
-
-
Save mbertrand/03d2869c61e7dfbc37cb8d1944aa37a8 to your computer and use it in GitHub Desktop.
Extracting Trails and Campsites from OSM
This file contains 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
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