Returns an empty raster geometry. Every band in the raster is initialized toDocumentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
0.0.
Signatures
Parameters
The number of bands in the raster. If not specified, the raster will have a single band.
Optional parameter specifying the data types of all the bands in the created raster. Accepts one of:
"D"- 64 bits Double"F"- 32 bits Float"I"- 32 bits signed Integer"S"- 16 bits signed Short"US"- 16 bits unsigned Short"B"- 8 bits unsigned Byte
'D'.The width of the raster in pixels.
The height of the raster in pixels.
The X coordinate of the upper left corner of the raster, in terms of the CRS units.
The Y coordinate of the upper left corner of the raster, in terms of the CRS units.
The size of the cells in the raster, in terms of the CRS units. Used with the first signature, which defaults to the Cartesian coordinate system.
The scaling factor of the cells on the X axis.
The scaling factor of the cells on the Y axis.
The skew of the raster on the X axis, effectively tilting cells in the horizontal direction.
The skew of the raster on the Y axis, effectively tilting cells in the vertical direction.
The SRID of the raster. Use
0 for the default Cartesian coordinate system. Use 4326 for WGS84.If any other value than the accepted values for the bandDataType is provided, RS_MakeEmptyRaster defaults to double as the data type for the raster.
Return type
The resulting raster.

