MetricRaster: Metric Raster

Description Usage Arguments

Description

Convert grid metrics from a CSV file into multiple rasters

Usage

1
MetricRaster(inCSV, outFolder, metrics, tileName = NULL, subHgtBreak = TRUE)

Arguments

inCSV

character. Path for input CSV created from the GridMetrics function

outFolder

character. Output folder

metrics

character. Names of metrics as they appear in the Abbrev column in the metricNames table

tileName

character. Optional name for output files. If set to NULL, output raster files will be given the name of the metric. If tileName is given a value, then each raster file will be put in a folder named after its metric, and the file itself will be given the tileName value.

subHgtBreak

logical. If FALSE, output files involving height breaks will use the placeholder "minHeight", if set to TRUE, "minHeight" will be substituted by its corresponding numerical height break value.


AndyPL22/rFUSION documentation built on May 25, 2019, 2:10 a.m.