Creates a raster from the given array of pixel values. The width, height, geo-reference information, and the CRS will be taken from the given reference raster. The data type of the resulting raster will be DOUBLE and the number of bands of the resulting raster will beDocumentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
data.length / (refRaster.width * refRaster.height).
Signatures
Parameters
The reference raster from which width, height, geo-reference information, and CRS are taken.
The data type of the resulting raster bands.
The array of pixel values for the resulting raster.
Return type
The resulting raster.

