Description Usage Arguments Examples
View source: R/sen_clip_stack.R
This function allows you to clip and stack several bands from sentinel 2a data
1 2 3 4 5 6 7 8 | sen_clip_stack(
inpath,
xmin = -180,
xmax = 180,
ymin = -90,
ymax = 90,
write = T
)
|
inpath |
characterstring to unzipped folder from sentinel download |
xmin |
numeric, minimal longitude of study area |
xmax |
numeric, maximal longitude of study area |
ymin |
numeric, minimal latitude of study area |
ymax |
numeric, maximal latitude of study area |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.