tethysplatform / tethys

The Tethys Platform main Django website project repository.
http://tethysplatform.org/
BSD 2-Clause "Simplified" License
94 stars 51 forks source link

Patch to syncstores to enable support for PostGIS 3.4 #1097

Closed swainn closed 2 months ago

swainn commented 2 months ago

Description

In PostGIS 3, the raster functionality is moved to a separate extension: postgis_raster. This PR updates syncstores to add the raster extension if it detects PostGIS version 3.

Changes Made to Code:

Additional Notes:

Related

Quality Checks

coveralls commented 2 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling e6df0aff757f9095a8dcb4caecba2478bf6ca7a1 on syncstores-postgis3 into f618b8ceb2abb046fec66cac567e6622abff2b55 on main.