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:

