[postgis-devel] [PostGIS] #606: [raster] ST_Value should return NULL for nodata values

PostGIS trac at osgeo.org
Mon Sep 20 14:04:27 PDT 2010


#606: [raster] ST_Value should return NULL for nodata values
----------------------------+-----------------------------------------------
 Reporter:  pracine         |       Owner:  pracine      
     Type:  enhancement     |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------
 There is two options for returning nodata values.

 1) Nodata values are REAL nodata values and there is NO value, period. In
 this case ST_Value should return NULL.

 2) We want to be able to do computation with nodata values. In this case
 ST_Value should return the nodata value.

 Up to now I have a strong preference for 2) and plan to change the
 behavior of ST_Value. Still thinking about the impacts though...

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