-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #517 from digitalearthafrica/sentinel-2-collection…
…-1-product Sentinel 2 collection 1 product
- Loading branch information
Showing
2 changed files
with
118 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
--- | ||
name: s2_l2a_c1 | ||
description: ESA Sentinel-2A and Sentinel-2B Collection 1 | ||
Level-2A Surface Reflectance | ||
metadata_type: eo3 | ||
|
||
metadata: | ||
product: | ||
name: s2_l2a_c1 | ||
|
||
measurements: | ||
- name: "B01" | ||
aliases: [band_01, coastal_aerosol] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 | ||
|
||
- name: "B02" | ||
aliases: [band_02, blue] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 | ||
|
||
- name: "B03" | ||
aliases: [band_03, green] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 | ||
|
||
- name: "B04" | ||
aliases: [band_04, red] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 | ||
|
||
- name: "B05" | ||
aliases: [band_05, red_edge_1] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 | ||
|
||
- name: "B06" | ||
aliases: [band_06, red_edge_2] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 | ||
|
||
- name: "B07" | ||
aliases: [band_07, red_edge_3] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 | ||
|
||
- name: "B08" | ||
aliases: [band_08, nir, nir_1] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 | ||
|
||
- name: "B8A" | ||
aliases: [band_8a, nir_narrow, nir_2] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 | ||
|
||
- name: "B09" | ||
aliases: [band_09, water_vapour] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 | ||
|
||
- name: "B11" | ||
aliases: [band_11, swir_1, swir_16] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 | ||
|
||
- name: "B12" | ||
aliases: [band_12, swir_2, swir_22] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 | ||
|
||
- name: "SCL" | ||
aliases: [mask, qa] | ||
units: "1" | ||
dtype: uint8 | ||
nodata: 0 | ||
flags_definition: | ||
qa: | ||
bits: [0, 1, 2, 3, 4, 5, 6, 7] | ||
description: Sen2Cor Scene Classification | ||
values: | ||
0: no data | ||
1: saturated or defective | ||
2: dark area pixels | ||
3: cloud shadows | ||
4: vegetation | ||
5: bare soils | ||
6: water | ||
7: unclassified | ||
8: cloud medium probability | ||
9: cloud high probability | ||
10: thin cirrus | ||
11: snow or ice | ||
|
||
- name: "AOT" | ||
aliases: [aerosol_optical_thickness] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 | ||
|
||
- name: "WVP" | ||
aliases: [scene_average_water_vapour] | ||
units: "1" | ||
dtype: uint16 | ||
nodata: 0 |