Installation

Get your credentials

  1. If you don’t have a WEkEO account, please self register through the WEkEO registration form, then proceed to the step below.

  2. 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]
    

Install the WEkEO HDA client

The WEkEO HDA client is a Python 3 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:

pip install hda

or

conda install conda-forge::hda

This will also install the required dependencies.

If you want to be able to download products from WEkEO directly to an S3 bucket, install the optional dependecies as well:

pip install hda[s3]