Returns the grid coordinate of the given world coordinates as a Point.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.
Signatures
Parameters
The input raster.
The X coordinate (longitude).
The Y coordinate (latitude).
The point value.
Return type
The resulting geometry.
Examples
If the given geometry point is not in the same CRS as the given raster, the given geometry will be transformed to the given raster’s CRS. You can use ST_Transform to transform the geometry beforehand.

