epsg_adjust | R Documentation |
Add epsg information for all rasters of a vector containing path + raster filenames
epsg_adjust(l, epsg)
l |
character vector of filenames with path of rasters files |
epsg |
character epsg in format: 'epsg:xxxxx'. Ex.'epsg:32723' |
SpatRaster
# l = c("./rasters/mde.tif', './rasters/slope.tif") # epsg_adjust(l, "epsg:32723")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.