| .sits_proj_to_latlong {sits} | R Documentation |
Transform a XY coordinate to a latitude and longitude
.sits_proj_to_latlong(x, y, crs)
x |
X coordinate of the chosen location. |
y |
Y coordinate of the chosen location. |
crs |
Projection definition to be converted from. |
Matrix with latlong coordinates.
Gilberto Camara, gilberto.camara@inpe.br