Sign inSign up

openmaptiles/import-water

By openmaptiles

Updated over 6 years ago

Import water from OpenStreetMapData into PostGIS.

Image
0

100K+

openmaptiles/import-water repository overview

Import Water from OpenStreetMapData into PostGIS

Docker Automated build

This is a Docker image to import water polygons from OpenStreetMapData using ogr2ogr into a PostGIS database. The Shapefiles are already baked into the container to make distribution and execution easier.

Usage

Provide the database credentials and run import-water.

docker run --rm \
    -e PGHOST="127.0.0.1" \
    -e PGDATABASE="openmaptiles" \
    -e PGUSER="openmaptiles" \
    -e PGPASSWORD="openmaptiles" \
    openmaptiles/import-water

Version of OpenStreetMapData

2019-12-11

Tag summary

Content type

Image

Digest

Size

727.5 MB

Last updated

over 6 years ago

docker pull openmaptiles/import-water