Show last authors
1 Index
2
3 * Band calculator
4 * Band subsetting
5 * Cloud masking
6 * Cropping
7 * Gap-filling
8 * Re-projecting
9 * Re-sampling
10 * Sen2cor
11
12 (% cellpadding="5" cellspacing="5" style="height:172px; width:1284px" %)
13 |The** band calculator **can be used to do simple arithmetic or band math between different raster layers. Operations such as caluculating vegetation indices can be perfomed by executing the corresponding formula.
14 |**Band subsetting **can be used to select bands from within the datacube. When requiring only a true color composite the function will retrieve only the red, green and blue bands inorder to reduce unnecessary data download and storage.
15 |(((
16 **Cloud masking** is the action of removing cloud affected pixels, usually by assiging NA values to them. Generally, the precense of clouds or shadows is unavoidable for optical remote sensing and result in missing data. Therefore, negatively affected pixels need to be bemoved, either manually or by applying fully automated setups. To do so cloud mask being produced using a wide range of algorithms, with different ranges of success in detecting clouds and shadows.
17
18 (% style="text-align:center" %)
19 [[image:S2_CC_SCL_crop.PNG]]
20
21
22 )))
23 |[[**Cropping **>>https://grasswiki.osgeo.org/wiki/Cropping_maps]]means taking the contents of one dataset (the region of interest) and eliminating all data outside of the area you are studying (the //boundary//) to yield a smaller new map (the //cropped map//). Techniques differ depending on whether your source is raster or vector and whether your boundary is defined by another map or by coordinates.
24 |(((
25 **Gap-filling **replaces low qulatiy pixels (i.e. clouds, snow, SLC-off) with high quality data from a date near in time or growing season. Severall apporaches have been developed ....
26
27 (% style="text-align:center" %)
28 [[image:gapfill.JPG]]
29
30 Vuolo, F., Ng, W., Atzberger, C., 2017. Smoothing and gap-filling of high resolution multi-spectral time series: Example of Landsat data. Int. J. Appl. Earth Obs. Geoinformationon 57, 202–213.
31 )))
32 |**Re-projecting **implies transforming the output to a different [[map projection>>https://en.wikipedia.org/wiki/Map_projection]]. Projection refers to a map projection like [[UTM>>doc:2\. Terminology.3\.5\. Data specifications and formats.WebHome]].
33 |[[**Re-sampling** >>https://en.wikipedia.org/wiki/Image_scaling]]is a broader term where we have data at one resolution, and need values at another (also called scaling). In case we have values at a 100 m x 100 m grid and need values at a 10 m x 10 m grid, the original values will be reused many times, and may be be simply assigned to the nearest high resolution grid cells ("nearest neighbor"), or may be interpolated somehow (e.g. by bilinear interpolation). Resampling from finer to coarser grid by nearest neighbor may again be a special case of aggregation.
34 |(((
35 [[**Sen2Cor **>>http://step.esa.int/main/third-party-plugins-2/sen2cor/]]is a Level-2A processor which main purpose is to correct single-date Sentinel-2 Level-1C Top-Of-Atmosphere (TOA) products from the effects of the atmosphere in order to deliver a Level-2A Bottom-Of-Atmosphere (BOA) reflectance product. Additional [[outputs >>doc:2\. Terminology.3\.4\. data processing levels.Sentinel-2 Level-2 products.WebHome]]are an Aerosol Optical Thickness (AOT) map, a Water Vapour (WV) map and a Scene Classification (SCL) map with Quality Indicators for cloud and snow probabilities.
36
37 Louis, J., Debaecker, V., Pflug, B., Main-Knorn, M., Bieniarz, J., Mueller-Wilm, U., Cadau, E., Gascon, F., 2016. Sentinel-2 SEN2COR: L2A processor for users. Eur. Sp. Agency, (Special Publ. ESA SP SP-740, 9–13)
38 )))