Skip to content

Commit b7c7e23

Browse files
Remove bitmap key from geography namespace when getting GRIB metadata (#702)
1 parent 3d6953a commit b7c7e23

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/release_notes/version_0.14_updates.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Version 0.14 Updates
22
/////////////////////////
33

4+
Version 0.14.3
5+
===============
6+
7+
Fixes
8+
+++++++++++++++++
9+
10+
- Fixed issue when getting GRIB metadata for the "geography" namespace caused a crash when the "bitmap" key was present in the namespace. The "bitmap" key is now ignored in the "geography" namespace.
11+
412
Version 0.14.2
513
===============
614

src/earthkit/data/readers/grib/codes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def as_namespace(self, namespace, param="shortName"):
191191
"latitudes",
192192
"longitudes",
193193
"values",
194+
"bitmap",
194195
}
195196
for key in self.keys(namespace=namespace):
196197
if key not in ignore:

0 commit comments

Comments
 (0)