Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

15 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors