-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy paths2_l2a.odc-product.yaml
117 lines (101 loc) · 2.24 KB
/
s2_l2a.odc-product.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
---
name: s2_l2a
description: Sentinel-2a and Sentinel-2b imagery, processed to Level
2A (Surface Reflectance) and converted to Cloud Optimized GeoTIFFs
metadata_type: eo3
metadata:
product:
name: s2_l2a
measurements:
- name: "coastal"
aliases: [band_01, B01, coastal_aerosol]
units: "1"
dtype: uint16
nodata: 0
- name: "blue"
aliases: [band_02, B02]
units: "1"
dtype: uint16
nodata: 0
- name: "green"
aliases: [band_03, B03, green]
units: "1"
dtype: uint16
nodata: 0
- name: "red"
aliases: [band_04, B04, red]
units: "1"
dtype: uint16
nodata: 0
- name: "rededge1"
aliases: [band_05, B05, red_edge_1]
units: "1"
dtype: uint16
nodata: 0
- name: "rededge2"
aliases: [band_06, B06, red_edge_2]
units: "1"
dtype: uint16
nodata: 0
- name: "rededge3"
aliases: [band_07, B07, red_edge_3]
units: "1"
dtype: uint16
nodata: 0
- name: "nir"
aliases: [band_08, B08, nir, nir_1]
units: "1"
dtype: uint16
nodata: 0
- name: "nir08"
aliases: [band_8a, B8A, nir_narrow, nir_2]
units: "1"
dtype: uint16
nodata: 0
- name: "nir09"
aliases: [band_09, B09, water_vapour]
units: "1"
dtype: uint16
nodata: 0
- name: "swir16"
aliases: [band_11, B11, swir_1, swir_16]
units: "1"
dtype: uint16
nodata: 0
- name: "swir22"
aliases: [band_12, B12, swir_2, swir_22]
units: "1"
dtype: uint16
nodata: 0
- name: "scl"
aliases: [mask, SCL, 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, AOT]
units: "1"
dtype: uint16
nodata: 0
- name: "wvp"
aliases: [scene_average_water_vapour, WVP]
units: "1"
dtype: uint16
nodata: 0