Sign inSign up

iboates/osmium

By iboates

•Updated about 18 hours ago

Minimal osmium (OpenStreetMap utility) images based on the official repository.

Image
3

50K+

iboates/osmium repository overview

Source repository: https://github.com/iboates/osm-utilities-docker/tree/master/osmium⁠

⁠osmium-docker

Pre-built, minimalist Docker images for running osmium⁠

Images are automatically rebuilt on the first of every month to incorporate updates to the base images. -nightly tags are rebuilt every day at midnight.

⁠Why

At the OSM Hackathon at Geofabrik in Karlsruhe on 24.02 - 25.02⁠, I made docker images for osm2pgsql⁠, and this is a continuation of that work.

⁠Use

⁠Quick start

The below example will pull the latest image and run it with no command (prints helpdocs). Change latest to specific tag number to get that release version. Release version can be found at the source repo's releases page⁠.

docker run docker.io/iboates/osmium:latest
⁠Example (fileinfo)

The below example gets the info of a PBF file.

wget -O data.pbf https://download.geofabrik.de/europe/andorra-latest.osm.pbf
docker run -v $(pwd):/data iboates/osmium:latest fileinfo /data/data.pbf

All the same commands as the regular application can be run by passing them to the docker run command. See the manual⁠.

⁠Credits

  • Images built by Isaac Boates
  • osmium is primarily maintained by Jochen Topf⁠

Tag summary

Content type

Image

Digest

sha256:1232ee8d8…

Size

382.2 MB

Last updated

13 days ago

docker pull iboates/osmium