ecmwf / earthkit-data

A format-agnostic Python interface for geospatial data
Apache License 2.0
47 stars 9 forks source link

Fix cds errors due to dict union operator #358

Closed sandorkertesz closed 2 months ago

sandorkertesz commented 2 months ago

Some CDS retrievals fail with Python 3.8 due to the usage of the new dict union operator |, which is only available in 3.9.