-
Clone the repository:
git clone [email protected]:tetaud-sebastien/destination-earth-benchmark.git
-
Install Python Download and install Python
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh sh Miniconda3-latest-Linux-x86_64.sh
-
Install the required packages Create python environment:
conda create --name env python==3.11
Activate the environment
conda activate env
Install python package
pip install -r requirements.txt
conda install -c conda-forge ffmpeg
- Cache-B and Polytope for DT climate data
The user and password are DestinE password/username https://platform.destine.eu/home/
python authentification/cacheb-authentication.py -u username -p password >> ~/.netrc
python authentification/desp-authentication.py --user username --password password
- Copernicus marine
Get your user ID and API key from the CMEMS portal at the address https://data.marine.copernicus.eu/register
copernicusmarine login
- ERA5
Get your user ID (UID) and API key from the CDS portal at the address https://cds.climate.copernicus.eu/user and write it into the configuration file, so it looks like::
$ cat ~/.cdsapirc
url: https://cds.climate.copernicus.eu/api/v2
key: <UID>:<API key>
Remember to agree to the Terms and Conditions of every dataset that you intend to download.
Feel free to ask questions at the following email adress: [email protected] or open a ticket.