[postgis-users] How can i interchange(swap) the values of a band in postgis raster
Zelio Fernandes
zelio.fern at gmail.com
Wed Feb 15 21:45:16 PST 2012
SELECT ST_Band(rast,2,1) FROM image2tiff;
ERROR: function st_band(raster, integer, integer) does not exist
LINE 1: SELECT ST_Band(rast,2,1) FROM image2tiff;
^
HINT: No function matches the given name and argument types. You might need
to add explicit type casts.
********** Error **********
ERROR: function st_band(raster, integer, integer) does not exist
SQL state: 42883
Hint: No function matches the given name and argument types. You might need
to add explicit type casts.
Character: 8
--
View this message in context: http://postgis.17.n6.nabble.com/How-can-i-interchange-swap-the-values-of-a-raster-bands-in-postgis-raster-tp4471437p4474862.html
Sent from the PostGIS - User mailing list archive at Nabble.com.
More information about the postgis-users
mailing list