Learn R Programming

sits (version 1.1.0)

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

Description

Transform a latitude and longitude coordinate to XY coordinate

Usage

.sits_proj_from_latlong(longitude, latitude, crs)

Value

Tibble with X and Y coordinates.

Arguments

longitude

Longitude of the chosen location.

latitude

Latitude of the chosen location.

crs

Projection definition to be converted to.

Author

Gilberto Camara, gilberto.camara@inpe.br