Import water from OpenStreetMapData into PostGIS.
100K+
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.
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
2019-12-11
Content type
Image
Digest
Size
727.5 MB
Last updated
over 6 years ago
docker pull openmaptiles/import-water