Sign inSign up

cactusbone/postgres-postgis-sfcgal

By cactusbone

•Updated almost 9 years ago

PostgreSQL with PostGIS and sfcgal

Image
6

10K+

cactusbone/postgres-postgis-sfcgal repository overview

⁠PostgreSQL-PostGIS-sfcgal

expand on https://github.com/docker-library/postgres⁠

includes :

  • PostgreSQL 10
  • PostGIS 2.4.4
  • geos 3.6.2
  • gdal 2.3.1
  • proj 5.1.0
  • cgal 4.12
  • sfcgal 1.3.5

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;

Tag summary

Content type

Image

Digest

sha256:d1b2b98a6…

Size

645.2 MB

Last updated

almost 9 years ago

docker pull cactusbone/postgres-postgis-sfcgal