Sandor Kertesz

Results 42 issues of Sandor Kertesz

Some ecCodes keys like **centre** can be accessed both as number and string. It would be great if pdbufr could support the ecCodes type notations (see e.g. bufr_ls) to specify...

### What happened? Getting the lat/lons for a `reduced_rotated_gg` grid has been fixed in ecCodes 2.35.0. See ECC-1781 on https://confluence.ecmwf.int/display/ECC/ecCodes+version+2.35.0+released This means that the code providing a workaround in `GribField.grid_points()`...

bug

This PR fixes the handling of the longitudes in `unrotate()`.

### What happened? When I use this retrieval: ```python import ecmwfapi req = { "accumulation_period": 3, "grid": "O96", "levtype": "sfc", "param": ["cp", "sf", "tp"], "type": "fc", "date": 20240514, "number": 0,...

enhancement

The task is to continue the developments in branch `feature/earthkit-engine` to develop a new xarray engine to replace `cfgrib` for grib -> xarray -> grib conversions.

enhancement

### Is your feature request related to a problem? Please describe. At the moment, we can read zarr from google cloud storage using the following code: ```python import earthkit.data import...

enhancement

This PR introduces the following changes: Array fieldlists ------------------- (array fieldlist = fieldlist containing in-memory fields each with a values array and a metadata object) - Adds `SimpleFieldList`, which is...

### Is your feature request related to a problem? Please describe. At the moment `sel()` does not accept numpy types. So while this works: ```python ds.sel(param="t") ``` this call gives...

enhancement

Partially implemented in the following issues: #463 #474

enhancement