How To Setup A Working Environment#
Important
Before getting started with the practical examples, the user has two options to run them
Locally on their own machines. In this case they proceed with the instructions below to create the virtual environment and install the requirements.
Getting access to Pangeo-eosc services and hence an access to JupyterHub with Pangeo Notebook environment: https://pangeo-data.github.io/pangeo-openeo-BiDS-2023/before/EOSC.html.
To get started follow the instructions below:
Clone the repository
git clone https://github.com/AlbughdadiM/igarss2024-eo4eu.git
Go to the repository directory
cd igarss2024-eo4eu
Create a python virtual environment
python3 -m venv myvenv
Activate the virtual environment
source myvenv/bin/activate
Install requirements
python3 -m pip install -r requirements.txt
Go to docs where the notebooks are located.
cd docs