.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.