Transforming samples points to wgs84 and replace the longitude and latitude values.
.sits_transform_samples(samples, crs)
A tibble with tranformed points.
Samples to be retrieved.
A coordinate reference system of samples. The provided crs could be a character (e.g, "EPSG:4326" or "WGS84" or a proj4string), or a a numeric with the EPSG code (e.g. 4326). This parameter only works for 'csv' or data.frame' samples. Default is 4326.