These are the hand-outs of the Master course Data Retrieval in Earth Observation (120.110) at the TU Wien.
Make sure you have uv installed.
Then run the following to install the taskrunner. (or copy the command from the justfile):
uv tool install rust-justTo re-create the environment as a Jupyter kernel for execution of the notebooks, do the following:
- Open a Terminal from the same level as this Markdown README file and the Makefile file.
- Type the following into the terminal.
just kernelSelect the kernel data-retrieval.
To remove Jupyter checkpoints run:
just cleanIn order to remove the Jupyter kernel run:
just remove-kernel