<< PutFlowDirValue Raster analysis RasterCDF >>

CLaRiNet 0.1 beta >> Raster analysis > PutRasterValue

PutRasterValue

Puts values at specified locations (records) in an existing single-precision floating-point raster.

Calling Sequence

PutRasterValue ( handle_ras , CELLS , VALUES )

Arguments

handle_ras

integer: handle on the raster

CELLS

Matrix containing the record numbers (absolute reference in the raster, as returned by XY2rec) to be modified

VALUES

Matrix of size size(CELLS) containing the values to be put at the specified locations

Description

Puts values at specified locations (records) in an existing single-precision floating-point raster.

Examples

See Also

Authors

<< PutFlowDirValue Raster analysis RasterCDF >>