Changes for page 3.4.2.1 Sentinel-2 data operations
Last modified by Tuan Le on 2019/05/28 10:36
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,12 @@ 1 1 Index 2 2 3 -* Cloud maskinh 3 +* Band calculator 4 +* Band subsetting 5 +* Cloud masking 6 +* Cropping 4 4 * Gap-filling 5 -* Resampling 8 +* Re-projecting 9 +* Re-sampling 6 6 * Sen2cor 7 7 8 8 (% cellpadding="5" cellspacing="5" style="height:172px; width:1284px" %) ... ... @@ -23,7 +23,7 @@ 23 23 24 24 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. 25 25 ))) 26 -|**Resampling** 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. 30 +|**Re-sampling** 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. 27 27 |((( 28 28 [[**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. 29 29