Skip to content

stefda/docker-osmium-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

Osmium on Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published