[postgis-tickets] [PostGIS] #4130: PostGIS and GDAL: ST_AsGDALRaster doesn't work

PostGIS trac at osgeo.org
Fri Jul 20 09:20:39 PDT 2018


#4130: PostGIS and GDAL: ST_AsGDALRaster doesn't work
-----------------------+---------------------------
  Reporter:  lerocchi  |      Owner:  pramsey
      Type:  defect    |     Status:  reopened
  Priority:  critical  |  Milestone:  PostGIS 2.4.5
 Component:  postgis   |    Version:  2.4.x
Resolution:            |   Keywords:
-----------------------+---------------------------

Comment (by Bborie Park):

 We should really move this to the postgis-users ML given we don't know
 what the issue here is. But since we're here, you need to provide a whole
 lot more info...

 Try setting those env parameters in postgresql's environment file found at
 (/etc/postgresql/10/<MY_PG_CLUSTER_NAME>/environment). In my environment
 file...

 {{{
 POSTGIS_GDAL_ENABLED_DRIVERS = 'ENABLE_ALL'

 POSTGIS_ENABLE_OUTDB_RASTERS = 1

 GDAL_DISABLE_READDIR_ON_OPEN = 'TRUE'
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4130#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list