A function that transforms a single coordinate pair from one CRS to another.
The x-coordinate (e.g., longitude or easting) in the source CRS.
The y-coordinate (e.g., latitude or northing) in the source CRS.
A tuple [x, y] in the target CRS.
[x, y]
A function that transforms a single coordinate pair from one CRS to another.