Installation
Get your credentials
If you don’t have a WEkEO account, please self register through the WEkEO registration form, then proceed to the step below.
Copy the code below in the file $HOME/.hdarc in your Unix/Linux environment. Adapt the following template with the credentials of your WEkEO account:
user: [username] password: [password]
Note
The credentials file is shared with the HDA Python client, which is optionally installed as explained below.
Install the WEkEO Serverless Functions client
The WEkEO Serverless Functions client is a Python 3.8+ based library.
The package is available both on Pypi and Conda-Forge, so, depending on your requirements you can either install it via pip or via conda.
It is highly recommended to also install the HDA Python client:
pip install eocanvas[hda]
or
conda install conda-forge::eocanvas conda install conda-forge::hda
This will also install the required dependencies.