Skip to content

Commit 7126442

Browse files
committed
update sdc sentinel-2 cube name
1 parent 4dbc848 commit 7126442

File tree

1 file changed

+14
-77
lines changed

1 file changed

+14
-77
lines changed

inst/extdata/sources/config_source_sdc.yml

+14-77
Original file line numberDiff line numberDiff line change
@@ -17,44 +17,44 @@ sources:
1717
scale_factor : 0.0001
1818
offset_value : 0
1919
resolution : 10
20-
band_name : "coastal_aerosol"
20+
band_name : "B01"
2121
data_type : "INT2S"
2222
B02 :
2323
<<: *swiss_msi_10m
24-
band_name : "blue"
24+
band_name : "B02"
2525
B03 :
2626
<<: *swiss_msi_10m
27-
band_name : "green"
27+
band_name : "B03"
2828
B04 :
2929
<<: *swiss_msi_10m
30-
band_name : "red"
30+
band_name : "B04"
3131
B05 :
3232
<<: *swiss_msi_10m
33-
band_name : "veg5"
33+
band_name : "B05"
3434
B06 :
3535
<<: *swiss_msi_10m
36-
band_name : "veg6"
36+
band_name : "B06"
3737
B07 :
3838
<<: *swiss_msi_10m
39-
band_name : "veg7"
39+
band_name : "B07"
4040
B08 :
4141
<<: *swiss_msi_10m
42-
band_name : "nir"
42+
band_name : "B08"
4343
B8A :
4444
<<: *swiss_msi_10m
45-
band_name : "narrow_nir"
45+
band_name : "B8A"
4646
B09 :
4747
<<: *swiss_msi_10m
48-
band_name : "water_vapour"
48+
band_name : "B09"
4949
B11 :
5050
<<: *swiss_msi_10m
51-
band_name : "swir1"
51+
band_name : "B11"
5252
B12 :
5353
<<: *swiss_msi_10m
54-
band_name : "swir2"
54+
band_name : "B12"
5555
CLOUD :
5656
bit_mask : false
57-
band_name : "scl"
57+
band_name : "SCL"
5858
values :
5959
0 : "missing_data"
6060
1 : "defective pixel"
@@ -73,72 +73,9 @@ sources:
7373
data_type : "INT1U"
7474
satellite : "SENTINEL-2"
7575
sensor : "MSI"
76-
collection_name: "s2_l2a_10m_swiss"
76+
collection_name: "s2_l2"
7777
open_data: true
7878
open_data_token: false
7979
metadata_search : "feature"
8080
ext_tolerance: 0
8181
grid_system : "MGRS"
82-
LS8_LASRC_SWISS : &swiss_l8
83-
bands :
84-
B01 : &swiss_oli_30m
85-
missing_value : -9999
86-
minimum_value : 0
87-
maximum_value : 10000
88-
scale_factor : 0.0001
89-
offset_value : 0
90-
resampling : "bilinear"
91-
resolution : 30
92-
band_name : "coastal_aerosol"
93-
data_type : "INT2S"
94-
B02 :
95-
<<: *swiss_oli_30m
96-
band_name : "blue"
97-
B03 :
98-
<<: *swiss_oli_30m
99-
band_name : "green"
100-
B04 :
101-
<<: *swiss_oli_30m
102-
band_name : "red"
103-
B05 :
104-
<<: *swiss_oli_30m
105-
band_name : "nir"
106-
B06 :
107-
<<: *swiss_oli_30m
108-
band_name : "swir1"
109-
B07 :
110-
<<: *swiss_oli_30m
111-
band_name : "swir2"
112-
CLOUD :
113-
bit_mask : true
114-
band_name : "pixel_qa"
115-
values :
116-
0 : "missing_data"
117-
1 : "Clear"
118-
2 : "Water"
119-
3 : "Cloud Shadow"
120-
4 : "Snow"
121-
5 : "Cloud"
122-
6 : "Low/High confidence of cloud"
123-
7 : "Medium/High confidence of cloud"
124-
8 : "Low/High confidence of cirrus"
125-
9 : "Medium/High confidence of cirrus"
126-
10 : "Terrain Occlusion"
127-
11 : "Unused"
128-
12 : "Unused"
129-
13 : "Unused"
130-
14 : "Unused"
131-
15 : "Unused"
132-
interp_values : [0, 3, 4, 5, 7, 9, 10]
133-
resampling : "near"
134-
resolution : 30
135-
data_type : "INT2U"
136-
satellite : "LANDSAT-8"
137-
sensor : "OLI"
138-
collection_name: "ls8_lasrc_swiss"
139-
open_data: true
140-
open_data_token: false
141-
metadata_search : "feature"
142-
ext_tolerance: 0
143-
grid_system : "WRS-2"
144-

0 commit comments

Comments
 (0)