Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

tobilg/osmctools-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

osmctools-docker

Slim Docker image for using osmctools, based on Debian Stitch.

Usage

You can have a look at the Osmctools documentation on how to use Osmconvert itself.

For example, you can use the Docker image like this to unify two PBF files to a single PBF file:

$ docker run -v $(pwd)/data:/data tobilg/osmctools /bin/sh -c "osmconvert /data/region1.pbf --out-o5m | osmconvert - /data/region2.pbf -o=/data/all.pbf"

About

Slim Docker image for using osmctools

Resources

License

Stars

Watchers

Forks

Packages

No packages published