.sits_latlong_to_proj: Coordinate transformation (lat/long to X/Y)
Description
Transform a latitude and longitude coordinate to a XY projection coordinate
Usage
.sits_latlong_to_proj(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
Matrix with (x, y) coordinates.