-
Hi, I have a GRIB2 message as a byte array in memory (`bytes` type). Is it possible to open it with cfgrib without writing it to disk first?
I tried `cfgrib.open_dataset` and `cfgrib.open_file`. I …
-
### What happened?
I think it's the same problem reported in #375, but I'm opening a new issue as I'm not 100% sure.
I'm not able to use `dask.distributed` with grib files opened by earthkit-data …
-
The [FileSource](https://github.com/ecmwf/earthkit-data/blob/8964057a453763f038f4b7f898d70543ee84b018/earthkit/data/sources/file.py#L33) class should probably have a docstring. As should it's methods,…
-
This issue was created to discuss the possible support for geotiff in earthkit-data.
-
### What happened?
Various satellite products are shipped by the CDS in zip archives containing daily netcdfs.
Those files do not have a time dimension, and therefore can not be concatenated by xa…
-
Currently the `styles` directory contains `default` and `ecmwf` styles, which implies the inclusion of other agency or standard styles.
What would therefore be the process of adding another agencies…
-
Currently, all the methods can only be called with numpy arrays as input/output. This issue is dedicated to finding a way to call these methods with other objects like earhkit-data fieldlist, xarray e…
-
### What happened?
Some backends use `xr.open_dataset` whereas others use `xr.open_mfdataset`.
Because of that, our code does not work seamlessly with all datasets.
As`xr.open_mfdataset` is mor…
-
The main purpose of gridspec is to describe the grid structure of a field. Requirements:
- dict-like object
- should follow the MARS vocabulary whenever possible using keywords like [grid](https:…
-
### Is your feature request related to a problem? Please describe.
When I extract specific values from the earthkit metadata, I get a list of tuples:
```
>>> source.metadata("param", "units")
[('2…