StephanSiemen
StephanSiemen
I see we have an assertion in the unit test "test_Dataset_encode_cf_vertical" for edition number :-( Can have a look later ...
Hi @whatnick, Thanks for letting us know. Sounds great! Looking forward to your proposal :-)
The conda package 'eccodes' at the moment only includes the library itself; not its Python interface. This is sufficient to make dependencies, such as cfgrib, Magics and Metview work. To...
Sorry, took me a while to get a Windows machine to test. For me eccodes and cfgrib work. You say "conda install eccodes - Doesn't work for me at all."...
As with 'cfgrib' (https://github.com/ecmwf/cfgrib/issues/136) 'eccodes' is only available from the conda-forge repo. As described on https://github.com/ecmwf/eccodes-python, you can install eccodes with "conda install -c conda-forge eccodes".
I tried various versions and combinations of packages under Windows but I am not able to reproduce your error. A bit googling showed me that others (unrelated to eccodes) have...
Thanks @josuemtzmo. Perhaps before we look at hacking something ourselves, we should investigate the possibilities xarray offers. One benefit of using array is that it contains all the information including...
@josuemtzmo, what xarray offers you over numpy is that the axises of the data are labeled. So instead of getting row 1 to 5 of data (as you do in...
Hi @josuemtzmo , Finally I had time to write the example I talked about ;-) Here is a short example of a Blender python script reading the NetCDF Sylvie provided....