Description Usage Arguments Author(s)
This function named 'get_Sentinel2_data_from_zip' extracts all needed S2 files and stores them in their folder structure.
A txt file is provided that contains the paths to the extracted files
1 2 | get_Sentinel2_data_from_zip(data_dir, dir_aim, used_band, used_res,
add = TRUE)
|
data_dir |
Folder directory to zip files |
dir_aim |
Folder, where extracted files / folder structure should be stored |
used_band |
string vector with bands, that should be extractet (e.g "B02", "B11", "AOT", "SCL") |
used_res |
string vector with corresponding resolution ("10", "10",...), must be of same size as used_band, Check for available Resolution beforehand!!! |
add |
if variable is set TRUE, new layer directories will be added to already existing directory file (mandatory that directory file already exists) |
Sebastian Buchelt (M.Sc. EAGLE - University of Wuerzburg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.