Created
April 4, 2023 09:53
-
-
Save sjustesen/64400bc70659b016a34ed1b0a404dc5c to your computer and use it in GitHub Desktop.
Osmosis (OpenStreetMap tool) - Extract amenities from pbf
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
osmosis --read-pbf <filename>.pbf --tf accept-nodes amenity=* | |
--tf reject-ways --tf reject-relations --write-xml <filename>.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment