Osmium Tool on Docker
Read the tool manual for detailed usage information.
Example usage
Extract Greece from the planet download:
docker run -it -w /wkd -v $(pwd):/wkd stefda/osmium-tool osmium extract --bbox=17.682871,33.679590,30.404538,42.269466 -o greece.osm.pbf planet-latest.osm.pbf
Filter all buildings, highways and beaches from the extract:
docker run -w /wkd -v $(pwd):/wkd osmium-tool osmium tags-filter -o greece-filtered.osm.pbf greece.osm.pbf building highway natural=beach