-
Notifications
You must be signed in to change notification settings - Fork 37
/
inventory.json
85 lines (85 loc) · 1.99 KB
/
inventory.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
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
{
"total_layers_count": 6,
"layers": [
{
"layer": "s2_l2a",
"product": [
"s2_l2a"
],
"styles_count": 8,
"styles_list": [
"simple_rgb",
"style_ls_simple_rgb_clone",
"infra_red",
"blue",
"ndvi",
"ndvi_expr",
"rgb_ndvi",
"ndvi_delta"
]
},
{
"layer": "s2_l2a_clone",
"product": [
"s2_l2a"
],
"styles_count": 8,
"styles_list": [
"simple_rgb",
"style_ls_simple_rgb_clone",
"infra_red",
"blue",
"ndvi",
"ndvi_expr",
"rgb_ndvi",
"ndvi_delta"
]
},
{
"layer": "s2_ard_granule_nbar_t",
"product": [
"ga_s2am_ard_3",
"ga_s2bm_ard_3"
],
"styles_count": 2,
"styles_list": [
"ndci",
"mndwi"
]
},
{
"layer": "s2_ard_latest_mosaic",
"product": [
"ga_s2am_ard_3",
"ga_s2bm_ard_3"
],
"styles_count": 2,
"styles_list": [
"ndci",
"mndwi"
]
},
{
"layer": "ga_ls_fc_3",
"product": [
"ga_ls_fc_3"
],
"styles_count": 1,
"styles_list": [
"fc_rgb_unmasked"
]
},
{
"layer": "ls8_geomedian",
"product": [
"ga_ls8c_nbart_gm_cyear_3"
],
"styles_count": 3,
"styles_list": [
"simple_rgb",
"infra_red",
"ndvi"
]
}
]
}