powered by
Easy re-projecting of the epsg of sf and stars objects.
sf
stars
reproject(obj, epsg, ...)# S3 method for sf reproject(obj, epsg, ...)# S3 method for stars reproject(obj, epsg, ...)
# S3 method for sf reproject(obj, epsg, ...)
# S3 method for stars reproject(obj, epsg, ...)
sf or stars object
The sf or stars object to be re-projected.
The projection (currently only: "3031", or "3995").
"3031"
"3995"
Currently not supported.
if (interactive()) { # get data NOAA <- get_NOAA("temperature", 1, "annual") # reproject data with new epsg reproject(NOAA, 3031) }
Run the code above in your browser using DataLab