st_addband(raster, text, integer[], integer, double precision)


Description

args: rast, outdbfile, outdbindex, index=at_end, nodataval=NULL - Returns a raster with the new band(s) of given type added with given initial value in the given index location. If no index is specified, the band is added to the end.

Parameters

Name Type Mode
rast USER-DEFINED IN
outdbfile text IN
outdbindex ARRAY IN
index integer IN
nodataval double precision IN