-
### What happened?
When I install earthkit-maps from pypi with `pip install earthkit-maps` I cannot import it because :
```python
import earthkit.maps
```
raises:
```
earthkit/maps/data.p…
-
### Is your feature request related to a problem? Please describe.
A new feature in ecCodes 2.34.0 is the support for sub-hourly steps for GRIB data. We have to ensure earthkit-data works with it co…
-
### What happened?
When I install earthkit-maps from pypi with `pip install earthkit-maps` I cannot import it because `cv2` is not found:
```python
import earthkit.maps
...
E ModuleNotFou…
-
### What happened?
I tried to use earthkit just to retrieve data from theCDS, but it fails when the cache is switched off.
### What are the steps to reproduce the bug?
```python
import earthkit.da…
-
### What happened?
If I use this code (develop branch):
```python
import earthkit.data
from earthkit.maps.quickplot import quickplot
earthkit.data.download_example_file("test.grib")
data = e…
-
### Is your feature request related to a problem? Please describe.
The task is to generate the matrices for a large number of possible input and output gridspecs (global grids only).
As for the…
-
### What happened?
Hi there,
I have set up an FDB instance and I am trying to run your tutorial to read from our FDB with earthkit.data as in the notebook https://github.com/ecmwf/earthkit-data/bl…
-
This should be done based on the climetlab implementation.
-
### ERA5, downloading daily data
Good morning,
I am currently working on a new notebook to compute climate-projected extreme indices using daily data. I am basing it on the WP4 notebook availabl…
-
### What happened?
A few unit tests fail on my local machine.
### What are the steps to reproduce the bug?
```bash
git clone git@github.com:ecmwf/earthkit-data.git
cd earthkit-data
mamba env cre…