You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the difference between the packages? Does eccodes provides the binaries, and python-eccodes the python wrapper around the binaries. python-eccodes would be a conda-forge replacement of the pip python bindings mentioned in How to install ecCodes with Python bindings in conda - ecCodes FAQ
Needless to say I'd rather use conda than pip for installing the bindings, if possible :)
I am also confused about the names and different versions that are installed.
In an environment where eccodes is installed from conda forge...
> conda list eccodes
# Name Version Build Channel
eccodes 2.23.0 h11d1a29_3 conda-forge
python-eccodes 2021.03.0 py38h6c62de6_1 conda-forge
In a separate conda environment, I installed just pdbufr from pip (did not install eccodes from conda-forge, yet). Is this different than python-eccodes?
> conda list eccodes
# Name Version Build Channel
eccodes 1.3.3 pypi_0 pypi
Apologies for a possibly stupid question, but I'm a python+netcdf user, and not a grib user
One of our users needs a/the python wrapper for eccodes and I see on conda-forge that there is
What is the difference between the packages? Does
eccodes
provides the binaries, andpython-eccodes
the python wrapper around the binaries.python-eccodes
would be a conda-forge replacement of the pip python bindings mentioned in How to install ecCodes with Python bindings in conda - ecCodes FAQNeedless to say I'd rather use conda than pip for installing the bindings, if possible :)
This kind of reminds me of a problem I had with
cdo
: Try2Code/cdo-bindings#33The text was updated successfully, but these errors were encountered: