dasarkisov

Results 5 comments of dasarkisov

Here is what worked for me: In cmd `SET ECCODES_DIR=\my_anaconda_environment\Lib\site-packages\eccodes`

@iainrussell Thank you very much for your reply! This time, as you suggested, I got the freshest grib-file with 2-m temperature from grib filter and did the following: ``` xr.set_options(display_max_rows=40)...

> grib2 compression is lossy, rewriting the same data multiple times will progressively lose information I follow the procedure, where I open a gribfile containing temperature field, perform some calculations...

> grib_repack Is it a command line program only? I wish I could do it in my main script. I tried to set the key in this way, but that...

> take a look at the [source code](https://github.com/jswhit/pygrib/blob/master/utils/grib_repack). Note that this only works for GRIB2 files. Yep, I had already had, thank you. At the bottom of the source code,...