Geoscientific Model Development
Vincent Leroy
·
Claudia Emde
·
Nicolae Marton
·
Nicolas Misk
·
Misael Gonzalez Almeida
·
Sebastian Schunke
·
Noelle Cremer
·
Ferran Gascon
·
Yves Govaerts
🖥️ Source code
|
📚 Documentation
|
🗒️ Paper PDF
|
🌐 Project website
This repository contains the code used for the applications presented in the paper "Eradiate: An Accurate and Flexible Radiative Transfer Model for Earth Observation and Atmospheric Science" submitted to Geoscientific Model Development.
This repository contains the code and input data required to reproduce the results presented in the paper and demonstrate some features of the Eradiate radiative transfer model.
Important
This code is not part of the Eradiate documentation and is consequently not updated upon new Eradiate releases.
The examples provided in this repository can be run in several ways:
-
Reproducible setup with Pixi
- Install Pixi and run
pixi installat the root of this repository. - Run
pixi run downloadto download the support data. - Run
pixi run jupyter labto open a Jupyter Lab session and start browsing the examples.
- Install Pixi and run
-
Classic Conda environment
- Install miniconda.
- Create a Conda environment from the provided environment file by calling
conda env create -f environment.yml -n paper-eradiate-v100. - Activate the environment by calling
conda activate paper-eradiate-v100. - Run
python download.pyto download the core support data. - Run
jupyter labto open a Jupyter Lab session and start browsing the examples.
Important
The Algeria and Dakar scenes require additional resources, which can be
downloaded with the download.py utility (resp. pixi download if
you are using the Pixi setup). Run python download.py --help (resp.
pixi run download --help) for more information.
This project is licensed under the MIT License — see the LICENSE file for details.
TBD

