Skip to main content
Returns a raster geometry from a GeoTiff file.

Signatures

Parameters

content
ARRAY[Byte]
required
A byte array that contains the content of the GeoTiff file.
autoRescale
Boolean
default:"true"
Whether to rescale the pixel values using the scale and offset values in the GeoTiff file. The default value is true.

Return type

The resulting raster.

Example