Skip to content

zancos/docker-postgres-postgis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Docker PostgreSQL-PostGIS-sfcgal

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

includes :

  • PostgreSQL 10.3
  • PostGIS 2.4.4
  • geos 3.6.2
  • gdal 2.1.4
  • proj 4.9.3
  • cgal 4.11.1
  • sfcgal 1.3.2

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;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published