CEMPD / SurrogateToolsDB

0 stars 4 forks source link

Run ./load_shapefile_reproject_multi.quickstart.csh failed with SQL error #16

Open LilyZ123 opened 1 year ago

LilyZ123 commented 1 year ago

I failed on running this command ./load_shapefile_reproject_multi.quickstart.csh with the following error, do you know how to fix it? image I'm using postgis version 3 and setup the extension with the following cmd. CREATE EXTENSION postgis_raster;

cseppan commented 1 year ago

Based on this StackExchange thread, it looks like an issue with older versions of the GDAL library and PostgreSQL 12. Upgrading the GDAL library should fix it.