[postgis-tickets] [PostGIS] #2328: [raster]: ST_SetBandNoDataValue should apply to all bands if no band specified
PostGIS
trac at osgeo.org
Tue May 14 08:10:58 PDT 2013
#2328: [raster]: ST_SetBandNoDataValue should apply to all bands if no band
specified
--------------------+-------------------------------------------------------
Reporter: robe | Owner: dustymugs
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: raster | Version: trunk
Keywords: |
--------------------+-------------------------------------------------------
Comment(by dustymugs):
After thinking some more (by a few seconds), I'd rather see a different
function signature instead of modifying the current behavior.
{{{
ST_SetBandNoDataValue(
rast raster,
nband int[],
nodataval double precision[]
)
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2328#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-tickets
mailing list