Description Usage Arguments Author(s)
This function named 'create_images_snow' loads three tif files for RGB image or NDSI tif file or classification tif files to plot them.
1 2 | create_images_snow(store_directory, images, RGBimage_bands = FALSE,
new_scenes = FALSE)
|
store_directory |
Directory where all satellite scenes are stored in subfolders |
images |
vector with strings that defines which images are calculated Possible input strings: - 'snow': plots snow/no-snow classification extent map - 'snow_cloud': plots snow/cloud/freesurface classification map - 'new_snow': plots recalculated snow extend from new_snow.tif file (produced only for timeseries used data; look at function 'calc_scene_snowstats') - 'RGB': plot RGB false or true color from the three bands in variable 'RGBimage_bands' - 'NDSI': plots a greyscale image of NDSI |
RGBimage_bands |
vector containing 3 strings with bands, which should be useed for RGB imaging |
new_scenes |
set true if you want only RGB-images to be plotted, where 'new_snow' extent was calculated. A new subfolder will be created. |
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.