View source: R/input_file_utils.R
makegrids_input | R Documentation |
MakeGrids is called by functions in surface_metrics. MakeGrids reads an ASCII input file with a "Keyword: arguments" format.
makegrids_input(dem, length_scale, scratch_dir, rasters, overwrite = TRUE)
dem: |
File name (full path) to input DEM. |
length_scale: |
Diameter in meters over which to measure attributes. |
scratch_dir: |
Directory for storing temporary files. The input file is written to the scratch_dir. |
rasters: |
A character vector. Each element contains two strings separated by a comma. The first specifies the type of attribute, the second specifies the file name (full path) for the output floating point binary (.flt) raster. |
overwrite: |
If TRUE, allows overwriting of an existing input file. |
There is no return object, but an explicit side effect is writing to disk of the makegrids input file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.