Returns the values at the given points or grid coordinates in the raster. If no band number is specified it defaults to 1. RS_Values is similar to RS_Value but operates on an array of points or grid coordinates. RS_Values can be significantly faster since a raster only has to be loaded once for several points.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.
Since
v1.5.1, if the coordinate reference system (CRS) of the input points geometries differs from that of the raster, then points will be transformed to match the CRS of the raster. If the raster or points doesn’t have a CRS then it will default to 4326/WGS84.Signatures
Parameters
The input raster.
The x coordinates value.
The y coordinates value.
The band index.
The points value.
Return type
An array of double values.
Examples
- For Array of Point geometries:
- For Arrays of grid coordinates:

