Command-line tool for processing and analyzing OpenStreetMap data
Command-line OpenStreetMap data processor
osmosis$ osmosis --read-xml input.osm --write-pbf output.pbf$ osmosis --read-pbf input.pbf --bounding-box top=51.5 left=-0.1 bottom=51.4 right=0.0 --write-pbf output.pbf$ osmosis --read-pbf input.pbf --tag-filter accept-ways highway=* --write-pbf output.pbf