We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f5af8 commit 34a722dCopy full SHA for 34a722d
CHANGES.md
@@ -1,3 +1,6 @@
1
-## Changes in 0.1
+## Changes in 0.1.1 (in development)
2
+* Removed log norm
3
-* First version of KASSANDRA Kerchunk Store
4
+## Changes in 0.1
5
+* First version of KASSANDRA Kerchunk Store
6
+
doors_stores/constants.py
@@ -114,7 +114,6 @@
114
"long_name": "Mean Wave Period",
115
"units": "s",
116
"cell_methods": "level: mean",
117
- "color_norm": "log",
118
"color_value_min": 0.0,
119
"color_value_max": 20.0,
120
},
@@ -135,7 +134,6 @@
135
134
"long_name": "Significant Wave Height",
136
"units": "m",
137
138
139
140
"color_value_max": 10.0,
141
0 commit comments