From 12ab1e96f8f8b63f5188cd515103b1ae57da1e6b Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Mon, 17 May 2021 09:33:10 +0100 Subject: [PATCH] Remove "edition" from GLOBAL_ATTRIBUTES_KEYS --- cfgrib/dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfgrib/dataset.py b/cfgrib/dataset.py index 4cbf930b..b6946557 100644 --- a/cfgrib/dataset.py +++ b/cfgrib/dataset.py @@ -35,7 +35,7 @@ # Edition-independent keys in ecCodes namespaces. Documented in: # https://software.ecmwf.int/wiki/display/ECC/GRIB%3A+Namespaces # -GLOBAL_ATTRIBUTES_KEYS = ["edition", "centre", "centreDescription", "subCentre"] +GLOBAL_ATTRIBUTES_KEYS = ["centre", "centreDescription", "subCentre"] DATA_ATTRIBUTES_KEYS = [ "paramId",