[postgis-devel] [PostGIS] #1012: [raster] rewrite ST_MetaData and ST_BandMetaData as C functions

PostGIS trac at osgeo.org
Thu Jun 9 12:02:10 PDT 2011


#1012: [raster] rewrite ST_MetaData and ST_BandMetaData as C functions
----------------------------+-----------------------------------------------
 Reporter:  dustymugs       |       Owner:  dustymugs            
     Type:  enhancement     |      Status:  new                  
 Priority:  medium          |   Milestone:  PostGIS Raster Future
Component:  postgis raster  |     Version:  trunk                
 Keywords:                  |  
----------------------------+-----------------------------------------------
 The current implementations of ST_MetaData and ST_BandMetaData are
 inefficient due to repeated calls to underlying C functions where the
 raster is deserialized multiple times.  Instead, by calling a respective C
 function, the raster only gets deserialized once.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1012>
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