diff --git a/cfgrib/dataset.py b/cfgrib/dataset.py index f37266f3..28cee838 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",