How To Setup A Working Environment

How To Setup A Working Environment#

Important

Before getting started with the practical examples, the user has two options to run them

  1. Locally on their own machines. In this case they proceed with the instructions below to create the virtual environment and install the requirements.

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

  1. Clone the repository

git clone https://github.com/AlbughdadiM/igarss2024-eo4eu.git
  1. Go to the repository directory

cd igarss2024-eo4eu
  1. Create a python virtual environment

python3 -m venv myvenv
  1. Activate the virtual environment

source myvenv/bin/activate
  1. Install requirements

python3 -m pip install -r requirements.txt
  1. Go to docs where the notebooks are located.

cd docs