epsg_adjust: Adjust Raster epsg

View source: R/epsg_adjust.R

epsg_adjustR Documentation

Adjust Raster epsg

Description

Add epsg information for all rasters of a vector containing path + raster filenames

Usage

epsg_adjust(l, epsg)

Arguments

l

character vector of filenames with path of rasters files

epsg

character epsg in format: 'epsg:xxxxx'. Ex.'epsg:32723'

Value

SpatRaster

Examples

# l = c("./rasters/mde.tif', './rasters/slope.tif")
# epsg_adjust(l, "epsg:32723")

elpidiofilho/mdsFuncs documentation built on April 14, 2022, 5:40 p.m.