all_rasters_to_polygons: This function transforms all rasters found into a directory...

Description Usage Arguments Value

View source: R/all_rasters_to_polygons.R

Description

The main use of this function is to parallelize processing for each pixels of each rasters.

Usage

1
2
3
4
5
6
all_rasters_to_polygons(
  input_dir,
  output_dir,
  reference_path = NULL,
  reversed = FALSE
)

Arguments

input_dir

character, input directory

output_dir

character, output directory

reference_path

optional, character, path to a reference raster used to crop the rasters found in input_dir

reversed

logical, optional, if TRUE the files are processed in reverse order

Value

list of SpatVector


hrvg/statisticalRoughness documentation built on March 12, 2021, 4:55 p.m.