Sign inSign up

stefda/osmium-tool

By stefda

Updated over 8 years ago

Osmium on Docker

Image
0

100K+

stefda/osmium-tool repository overview

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

Tag summary

Content type

Image

Digest

Size

469.3 MB

Last updated

over 8 years ago

docker pull stefda/osmium-tool