Skip to content

Commit

Permalink
Add ESA and IO Land Cover to PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith committed Oct 28, 2021
1 parent 6650acf commit 1250804
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 143 deletions.
11 changes: 10 additions & 1 deletion services/inventory/prod_af/inventory.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"total_layers_count": 24,
"total_layers_count": 25,
"layers": [
{
"product": [
Expand Down Expand Up @@ -358,6 +358,15 @@
"style_colours"
]
},
{
"product": [
"esa_worldcover"
],
"styles_count": 1,
"styles_list": [
"style_colours"
]
},
{
"product": [
"rainfall_chirps_monthly"
Expand Down
4 changes: 4 additions & 0 deletions services/ows_refactored/prod_af_ows_root_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@
{
"include": "ows_refactored.land_cover.ows_io_lulc_cfg.layer",
"type": "python"
},
{
"include": "ows_refactored.land_cover.ows_esa_worldcover_cfg.layer",
"type": "python"
}
]
},
Expand Down
Loading

0 comments on commit 1250804

Please sign in to comment.