This repository contains user specific processing workflows for the EO Data Hub.
- micromamba/mamba/conda
micromamba env create -p ./venv -f environment.yml
If missing pip dependencies, install from requirements.txt
:
micromamba activate ./venv
pip install -r requirements.txt
Note: This should not be necessary in the future, as micromamba fixed missing pip deps in environment.yml.
micromamba install <package name>
micromamba env export > environment.yml