Installing
Pip install
To install ecmwf-geomaps, just run the following command:
pip install ecmwf-geomaps
The ecmwf-geomaps pip package has been tested successfully with the latest versions of
its dependencies (build logs).
Conda install
No conda package has been created yet.
pip install ecmwf-geomaps can be used in a conda environment.
Note
Mixing pip and conda could create some dependencies issues,
we recommend installing as many dependencies as possible with conda,
then install ecmwf-geomaps with pip, as recommended by the anaconda team.
Troubleshooting
Python 3.7 or above is required
ecmwf-geomaps requires Python 3.7 or above. Depending on your installation, you may need to substitute
piptopip3in the examples below.Todo
Python 3.10 is not supported yet, as some dependencies are not available for python 3.10.