Description Usage Arguments Value Examples
Convert a series of raster files to a single phenology raster.
1 2 3 |
File_List |
List of raster files |
PhenoFactor |
Character string; type of dataset to analyze (e.g., "VI", "Snow") |
phase |
Character string; name of phenophase to be measured (e.g., "greenup", "snowmelt", "senescence" or other arguments passed to phenex::phenophase()) |
threshold |
Float threshold GWI value to be projected. Use only for VI option. |
year |
Integer Year (YYYY) |
NDVI |
Integer Band number of NDVI band in raster files |
VIQ |
Integer Band number of VI Quality layer in raster files |
DOY |
Integer Band number of Composite Day of Year layer in raster files |
PR |
Integer Band Number of PR layer in raster files |
SnowExtent |
Integer Band number of Maximum_Snow_Extent in raster files |
parallel |
TRUE or FALSE (Default = FALSE) if TRUE, use parallel backend through plyr::aaply |
n.cores |
Integer number of cores to be used for parallel processing (only use if parallel = TRUE) |
verbose |
TRUE or FALSE (Default = FALSE) |
Raster object with extent=extent(raster(File_List)[1]) and CRS = crs(raster(File_List)[1]). Digital numbers are expressed as Day of Year.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.