Learn R Programming

sits (version 1.12.0)

.sits_proj_to_latlong: Coordinate transformation (X/Y to lat/long)

Description

Transform a latitude and longitude coordinate to a XY projection coordinate.

Usage

.sits_proj_to_latlong(x, y, crs)

Arguments

x

X coordinate of the chosen location.

y

Y coordinateof the chosen location.

crs

Projection definition to be converted from.

Value

Matrix with latlong coordinates.