Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns the height of the raster.

Signatures

RS_Height(raster: Raster)

Parameters

raster
Raster
required
The input raster.

Return type

An integer value.

Example

SELECT RS_Height(raster) FROM rasters
512