Description Usage Arguments Value
View source: R/extractValuesCrop.R
Extract values from raster and crop by extent
1 2 3 4 5 6 7 | extractParallelCrop(
ls_l8,
l8_doys,
e1,
col_names = paste0("B", 2:7),
max_cores
)
|
ls_l8 |
a file list of Landsat 8 or Sentinel-1. All files should have the same extent. |
l8_doys |
a list of julian day of Landsat 8 or Sentinel-1 (numeric).
This should be the same order and length as |
e1 |
an extent of cropping. |
col_names |
names of bands. If L8, this should be B2, B3...B7. If S1, this should be VV and VH. |
max_cores |
numeric. Maximum numbers of cores used for parallel processing. |
a dataframe of data values for each location.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.