pelias / pbf2json

An OpenStreetMap pbf parser which exports json, allows you to cherry-pick tags and handles denormalizing ways and relations. Available as a standalone binary and comes with a convenient npm wrapper.
https://pelias.io
MIT License
143 stars 36 forks source link

extract list of all available tags? #86

Closed divinity76 closed 4 years ago

divinity76 commented 4 years ago

is there some way to just extract all available tags from a pbf file?
if you're not really sure exactly what is inside it?

missinglink commented 4 years ago

Currently not.

I really like https://osmcode.org/osmium-tool/ and the https://docs.osmcode.org/osmium/latest/osmium-export.html command.

I have a docker image for it which you can find online.