-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHLS_L30.json
57 lines (57 loc) · 1.26 KB
/
HLS_L30.json
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
{
"description" : "Image collection format for the Harmonized Landsat Sentinel-2 (HLS-L30) dataset (v1.4)",
"tags" : ["Landsat", "Sentinel", "Surface Reflectance"],
"pattern" : ".+v1\\.4\\.hdf.*",
"images" : {
"pattern" : ".*(HLS\\.[LS]30.+)\\.v1\\.4\\.hdf.*"
},
"datetime" : {
"pattern" : ".*HLS\\.[LS]30\\..{6}\\.([0-9]{7})\\.v1\\.4\\.hdf.*",
"format" : "%Y%j"
},
"bands" : {
"Coastal_Aerosol" : {
"nodata" : -1000,
"pattern" : ".*band01$"
},
"Blue" : {
"nodata" : -1000,
"pattern" : ".*band02$"
},
"Green" : {
"nodata" : -1000,
"pattern" : ".*band03$"
},
"Red" : {
"nodata" : -1000,
"pattern" : ".*band04$"
},
"NIR" : {
"nodata" : -1000,
"pattern" : ".*band05$"
},
"SWIR1" : {
"nodata" : -1000,
"pattern" : ".*band06$"
},
"SWIR2" : {
"nodata" : -1000,
"pattern" : ".*band07$"
},
"Cirrus" : {
"nodata" : -1000,
"pattern" : ".*band09$"
},
"TIRS1" : {
"nodata" : -10000,
"pattern" : ".*band10$"
},
"TIRS2" : {
"nodata" : -10000,
"pattern" : ".*band11$"
},
"QA" : {
"pattern" : ".*QA$"
}
}
}