Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 6665541

Browse files
committed
Fixed icons and labels for some new CCI ECVs.
1 parent 942609c commit 6665541

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414

1515
* Optimisations in the DATA SOURCES panel (that have been enabled by
1616
using [xcube](https://xcube.readthedocs.io/) in the backend):
17-
- Initalising the "CCI Open Data Portal" data store
18-
is now accellerated by a magnitude.
17+
- Initialising the "CCI Open Data Portal" data store
18+
is now accelerated by a magnitude.
1919
- Local caching of remote data sources when opening datasets
2020
is now much faster and more reliable.
2121
- Added new experimental store "CCI Zarr Store" that offers
2222
selected CCI datasets that have been converted to Zarr format
2323
and are read from JASMIN object storage.
2424
- Ability to add more data stores has been greatly improved.
25+
- Fixed icons and labels for some new CCI ECVs.
2526

2627
* We now obtain Cate Hub's status information from a dedicated GitHub
2728
repository [cate-status](https://github.com/CCI-Tools/cate-status).

src/renderer/resources/ecv-meta.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"color": "ecv_blue",
2121
"label": "OZ"
2222
},
23+
"biomass": {
24+
"group": "terrestrial",
25+
"color": "ecv_orange",
26+
"label": "BIO"
27+
},
2328
"fire": {
2429
"group": "terrestrial",
2530
"color": "ecv_orange",
@@ -35,11 +40,21 @@
3540
"color": "ecv_orange",
3641
"label": "LC"
3742
},
43+
"permafrost": {
44+
"group": "terrestrial",
45+
"color": "ecv_orange",
46+
"label": "PF"
47+
},
3848
"soilmoisture": {
3949
"group": "terrestrial",
4050
"color": "ecv_orange",
4151
"label": "SM"
4252
},
53+
"snow": {
54+
"group": "terrestrial",
55+
"color": "ecv_orange",
56+
"label": "SNW"
57+
},
4358
"ghrsst": {
4459
"group": "ocean",
4560
"color": "ecv_green",

0 commit comments

Comments
 (0)