David Stuebe
David Stuebe
The patches I referenced above seem to resolve the issue with tmp files I am seeing... but I still have a memory leak. (I will fix the broken tests asap)...
> I did run into additional problems with these .idx files however. When there is an "old" .idx file, cfgrib will say something like "can't use this .idx file" and...
@iainrussell So [this](https://github.com/ecmwf/eccodes-python/pull/65#issuecomment-1190924134) is a feature not a bug? [Only](https://github.com/ecmwf/cfgrib/blob/master/cfgrib/messages.py#L494) unlink (remove) on error?
Okay @ecvdk2 @iainrussell has a better solution for the tmp/index files https://github.com/ecmwf/cfgrib/pull/306#issuecomment-1191711945 I don't recommend the patching technique unless absolutely necessary. Thanks
> I have confirmed that [cfgrib.messages.Message.**del**](https://github.com/ecmwf/cfgrib/blob/master/cfgrib/messages.py#L117-L118) is being called as my message objects go out of scope. I am unsure where to look next. I noticed there are other release...
Thank you - I will take a shot at that when I have time. The percent overhead cputime is actually the thing we care about - so better to measure...
Is this worth asking Google about?
Excited to use some of the new changes. Is a release going to happen soon? If not I can point to a git sha for now, but my ops team...
NCEP team would like to expose their grib tables in a machine readable form! See https://github.com/NOAA-EMC/NCEPLIBS-grib_util/issues/293#issuecomment-2015611772 This would provide the data needed to generate the custom ecCodes definitions.
I have not seen sub messages in the HRRR or GFS/GEFS grib2 files. Yet another new wrinkle! My adventures in parsing grib files are documented [here](https://github.com/fsspec/kerchunk/issues/407).