mult_gengrid | R Documentation |
This function builds on the gengrid() function to extract data from a list of tagged image files.
mult_gengrid( tif_namelist = gin_buildingtifs, location = "tests/testdata", feature_name = c("count", "cv_length", "imagery_year", "mean_length", "total_length", "cv_area", "density", "mean_area", "total_area", "urban"), parallel = T, numCores = length(gin_buildingtifs) )
tif_namelist |
a list object of raw tif names to be extracted |
location |
a folder containing the tif files |
feature_name |
a list of names for each element of tif_namelist to name the indicator to be extracted |
parallel |
if TRUE, parallelize the process of extract files to speed the gengrid() process |
numCores |
the number of server cores to be used for this |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.