[postgis-devel] [PostGIS] #1678: [raster] GDAL_DATA dependency

PostGIS trac at osgeo.org
Mon Mar 12 08:30:41 PDT 2012


#1678: [raster] GDAL_DATA dependency
--------------------+-------------------------------------------------------
 Reporter:  robe    |       Owner:  pracine      
     Type:  defect  |      Status:  new          
 Priority:  medium  |   Milestone:  PostGIS 2.1.0
Component:  raster  |     Version:  trunk        
 Keywords:          |  
--------------------+-------------------------------------------------------

Comment(by dustymugs):

 Technically, this issue could be on any platform.  As GDAL's data
 directory is determined upon compilation, you can find out what your GDAL
 installation's path is

 {{{
 gdal-config --datadir
 }}}

 If the output of the above is NOT where your GDAL files are installed,
 you'll need to set GDAL_DATA.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1678#comment:2>
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-devel mailing list