Transform the Spatial Reference System / Coordinate Reference System of A, from SourceCRS to TargetCRS. If theDocumentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
SourceCRS is not specified, CRS will be fetched from the geometry using ST_SRID.
Since v1.9.0, Sedona supports multiple CRS formats including EPSG codes, WKT1, WKT2, PROJ strings, and PROJJSON. Grid files for high-accuracy datum transformations are also supported.
Signatures
Parameters
The input geometry.
The source coordinate reference system (e.g.,
"EPSG:4326").The target coordinate reference system (e.g.,
"EPSG:3857").Return type
The resulting geometry.

