.sits_proj_to_latlong {sits}R Documentation

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)

Arguments

x

X coordinate of the chosen location.

y

Y coordinate of the chosen location.

crs

Projection definition to be converted from.

Value

Matrix with latlong coordinates.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br


[Package sits version 0.16.2 Index]