Skip to content

Commit

Permalink
Add updated Sentinel 2 styles to inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
GypsyBojangles authored Jul 30, 2021
1 parent 11a05ab commit 7c2c802
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions prod/services/wms/inventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
"s2a_nrt_granule",
"s2b_nrt_granule"
],
"styles_count": 17,
"styles_count": 19,
"styles_list": [
"simple_rgb",
"infrared_green",
Expand All @@ -267,14 +267,16 @@
"nir",
"narrow_nir",
"swir1",
"swir2"
"swir2",
"nbr",
"fmask"
]
},
{
"product": [
"s2b_nrt_granule"
],
"styles_count": 17,
"styles_count": 19,
"styles_list": [
"simple_rgb",
"infrared_green",
Expand All @@ -292,14 +294,16 @@
"nir",
"narrow_nir",
"swir1",
"swir2"
"swir2",
"nbr",
"fmask"
]
},
{
"product": [
"s2a_nrt_granule"
],
"styles_count": 17,
"styles_count": 19,
"styles_list": [
"simple_rgb",
"infrared_green",
Expand All @@ -317,15 +321,17 @@
"nir",
"narrow_nir",
"swir1",
"swir2"
"swir2",
"nbr",
"fmask"
]
},
{
"product": [
"s2a_ard_granule",
"s2b_ard_granule"
],
"styles_count": 17,
"styles_count": 19,
"styles_list": [
"simple_rgb",
"infrared_green",
Expand All @@ -343,14 +349,16 @@
"nir",
"narrow_nir",
"swir1",
"swir2"
"swir2",
"nbr",
"fmask"
]
},
{
"product": [
"s2b_ard_granule"
],
"styles_count": 17,
"styles_count": 19,
"styles_list": [
"simple_rgb",
"infrared_green",
Expand All @@ -368,14 +376,16 @@
"nir",
"narrow_nir",
"swir1",
"swir2"
"swir2",
"nbr",
"fmask"
]
},
{
"product": [
"s2a_ard_granule"
],
"styles_count": 17,
"styles_count": 19,
"styles_list": [
"simple_rgb",
"infrared_green",
Expand All @@ -393,7 +403,9 @@
"nir",
"narrow_nir",
"swir1",
"swir2"
"swir2",
"nbr",
"fmask"
]
},
{
Expand Down Expand Up @@ -990,4 +1002,4 @@
}
],
"total_layers_count": 79
}
}

0 comments on commit 7c2c802

Please sign in to comment.