Learn R Programming

sits (version 1.1.0)

.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.

Author

Gilberto Camara, gilberto.camara@inpe.br