Learn R Programming

sits (version 0.13.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)

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.