.sits_proj_to_latlong: Coordinate transformation (X/Y to lat/long)
Description
Transform a XY coordinate to a latitude and longitude
Usage
.sits_proj_to_latlong(x, y, crs)
Value
Matrix with latlong coordinates.
Arguments
- x
X coordinate of the chosen location.
- y
Y coordinate of the chosen location.
- crs
Projection definition to be converted from.