[postgis-devel] [PostGIS] #901: [raster] ST_AsGDALRaster and the helper functions ST_getGDALDrivers and ST_srtext

PostGIS trac at osgeo.org
Mon May 16 19:00:07 PDT 2011


#901: [raster] ST_AsGDALRaster and the helper functions ST_getGDALDrivers and
ST_srtext
-----------------------------+----------------------------------------------
  Reporter:  dustymugs       |       Owner:  dustymugs    
      Type:  task            |      Status:  reopened     
  Priority:  medium          |   Milestone:  PostGIS 2.0.0
 Component:  postgis raster  |     Version:  trunk        
Resolution:                  |    Keywords:  history      
-----------------------------+----------------------------------------------
Changes (by robe):

  * status:  closed => reopened
  * resolution:  fixed =>
  * milestone:  PostGIS Raster Future => PostGIS 2.0.0


Comment:

 Bborie,

 Does this work for you?

 SELECT *
 FROM ST_GdalDrivers();

 I get an error almost like the order of the OUT arguments is wrong.  Can
 you confirm it works for you:

 {{{
 SELECT * FROM st_gdaldrivers();
 }}}

 Gives me error:

 ERROR:  invalid input syntax for integer: ""

 This is running on windows.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/901#comment:8>
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