Sign inSign up

openfirmware/osm2pgsql

By openfirmware

•Updated almost 11 years ago

A Docker image with osm2pgsql, the tool for importing OpenStreetMap data into a Postgresql database.

Image
3

4.3K

openfirmware/osm2pgsql repository overview

⁠docker-osm2pgsql

A Docker image with osm2pgsql⁠, the tool for importing OpenStreetMap data into a Postgresql database. Intended to be used with openfirmware/docker-postgres-osm⁠.

⁠Build Instructions

Can be built from the Dockerfile:

# docker build -t openfirmware/osm2pgsql github.com/openfirmware/docker-osm2pgsql.git

This currently builds osm2pgsql for Debian from the master branch.

⁠Running osm2pgsql

Once the image is built, you can run a single-use container with osm2pgsql. Args will be passed to bash, so you will have access to environment variables in your run command.

# docker run -i -t --rm openfirmware/osm2pgsql -c 'osm2pgsql -h'

When used with a postgres-osm container, it can import data directly into the database:

# docker run -i -t --rm --link postgres-osm:pg -v ~/osm:/osm openfirmware/osm2pgsql -c 'osm2pgsql --create --slim --cache 2000 --database $PG_ENV_OSM_DB --username $PG_ENV_OSM_USER --host pg --port $PG_PORT_5432_TCP_PORT /osm/extract.osm.pbf'

For more information on running an import, please see TUTORIAL.markdown. If you have a particular scenario in mind, contact me and I will try to create a guide for that situation.

⁠Todo

  • Add tags for releases of specific versions of osm2pgsql

⁠About

This Dockerfile was built with information from the Ubuntu 14.04 Switch2OSM guide⁠.

Tag summary

Content type

Image

Digest

sha256:705017954…

Size

188.1 MB

Last updated

almost 11 years ago

docker pull openfirmware/osm2pgsql