Learn R Programming

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

Arguments

longitude

The longitude of the chosen location.

latitude

The latitude of the chosen location.

crs

Projection definition to be converted to.

Value

Tibble with X and Y coordinates