This guide describes how to install ecCodes with Python bindings in a conda environment
If you don not already have a conda environment installed on your system, the simplest is to download a miniconda installer for your platform
To install ecCodes, you should download the miniconda installer for a 64-bit operating system with Python 3 |
Once miniconda is installed, activate it and then install ecCodes using conda:
conda install -c conda-forge eccodes |
This will install the ecCodes library for you.
The final step is to install the ecCodes Python bindings using pip. Still in your conda environment:
pip3 install eccodes |
Your ecCodes installation is now ready to use !
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.
|