PostgreSQL with PostGIS and sfcgal
10K+
expand on https://github.com/docker-library/postgres
includes :
Use template template_postgis to create your databases with postgis / sfcgal enabled
You can also simply use :
CREATE EXTENSION postgis;
CREATE EXTENSION postgis_topology;
CREATE EXTENSION postgis_sfcgal;
and from http://postgis.net/docs/postgis_installation.html#install_short_version
-- if you want to install tiger geocoder --
CREATE EXTENSION fuzzystrmatch;
CREATE EXTENSION postgis_tiger_geocoder;
-- address standardizer extension as well
CREATE EXTENSION address_standardizer;
Content type
Image
Digest
sha256:d1b2b98a6…
Size
645.2 MB
Last updated
almost 9 years ago
docker pull cactusbone/postgres-postgis-sfcgal