[postgis-tickets] [PostGIS] #2217: [raster] ST_AsBinary semantic discrepancy

PostGIS trac at osgeo.org
Thu Feb 28 10:35:49 PST 2013


#2217: [raster] ST_AsBinary semantic discrepancy
---------------------+------------------------------------------------------
 Reporter:  mloskot  |       Owner:  dustymugs
     Type:  defect   |      Status:  new      
 Priority:  medium   |   Milestone:           
Component:  raster   |     Version:  trunk    
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by pracine):

 Out-db pixel values were planned to be read directly, from the filesystem,
 by the invoking application. Now that we support seamless reading of pixel
 values for out-db some might want to read them seamlessly through the db.
 We could add a boolean option to ST_AsBinary() so it returns the raster as
 if it was in-db. Another option is to have  a general way to make out-db
 rasters in-db: ST_MakeInDB(raster)...

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