CLaRiNet 0.1 beta
Raster analysis >>
CLaRiNet 0.1 beta
>> Managing CLaRiNet data structures: "FloatRaster", "FlowDirGrid" and "CellTree" structures
Managing CLaRiNet data structures: "FloatRaster", "FlowDirGrid" and "CellTree" structures
CreateCellTree
—
Builds a structure of type "CellTree" (linked list of pixels).
CreateConstantRaster
—
Creates a new raster having the same dimensions as an existing raster and initializes it to a constant.
CreateFloatRaster
—
.
CreateFlowDirFromBinary
—
Creates and initializes a flow direction grid from the content of a binary file.
CreateRasterFromBinary
—
Creates and initializes a single-precision floating-point raster from the content of a binary file.
CropFlowDir
—
Creates a new, cropped version of an existing flow direction grid
CropRaster
—
Creates a new, cropped version of an existing raster
DestroyCellTree
—
Destroys an existing cell tree
DestroyFloatRaster
—
Destroys an existing raster
DestroyFlowDirGrid
—
Destroys an existing flow direction grid
GetFloatRasterHeader
—
Gets the georeferencing header of an existing single-precision floating point raster.
GetFlowDirGridHeader
—
Gets the georeferencing header of an existing flow direction grid.
CLaRiNet 0.1 beta
Raster analysis >>