-
The following produces a very annoying INFO from ECCODES when reading a grib file, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Not sure if this is something that can be controlled using Python's warnings library. You may find better help on the cfgrib repo: https://github.com/ecmwf/cfgrib |
Beta Was this translation helpful? Give feedback.
-
I have Python code that generates similar ECCODES messages @Marston, and I have not been able to suppress them. My guess is that the ECCODES C binary/library is writing them directly to stdout or stderr, but I haven't investigated deeply. @jhamman is correct that |
Beta Was this translation helpful? Give feedback.
Not sure if this is something that can be controlled using Python's warnings library. You may find better help on the cfgrib repo: https://github.com/ecmwf/cfgrib