Metamess

Results 12 issues of Metamess

Closes #370 This simple PR adds explicitly requesting an integer value from the ecCodes framework when reading the value for "endStep". This is done by leveraging the built-in support for...

approved-for-ci
contributor

### What happened? With the [release of ecCodes 2.34.0](https://confluence.ecmwf.int/display/ECC/ecCodes+version+2.34.0+released), support for [GRIB files with sub-hourly steps](https://confluence.ecmwf.int/display/DDCZ/Sub-hourly+support+in+ecCodes) has been added. As a result, the 'native type' of the 'endStep' field has...

bug

### Is your feature request related to a problem? Please describe. Very frequently, an index file created for a GRIB file is considered not valid by cfgrib when trying to...

enhancement

### What happened? If a GRIB file has messages for a parameter (like 'Total precipitation' or 'tp') which is expressed as an average ('stepType' = 'avg'), and one message describes...

bug

In our project, we use the GenericFileSystem's [`_cp_file`](https://github.com/fsspec/filesystem_spec/blob/012816bb142de1e507423b81dc3b2c925d4424c3/fsspec/generic.py#L254) function to (asynchronously) copy files from a remote SSH filesystem to our local filesystem (as suggested in [this comment](https://github.com/fsspec/filesystem_spec/issues/909#issuecomment-1204212507)). Before the release...

**What is the issue?** When opening a zarr with xarray, it really helps to have what is called "consolidated metadata". This is a single file (`.zmetadata`) at the root of...

Use case: There are 5 queues with some failed tasks. You want to combine all these into one new queue.

Issue #20 is a generalized variant of this feature, though that focusses on changing the phase of individual tasks. This feature request would include an easy way to move all...

For example, change a task in "expired" to "failed", or "failed" to "incoming"

Instead of merely appending, allow to insert new tasks at the head of the queue, or even more generalized at arbitrary indexes in the queue