Command-line interface reference

This is the reference for Eradiate’s command-line tools. It consists of a main entry point eradiate, and its multiple subcommands documented hereafter. The implementation is located in the eradiate.cli module (not documented here).

eradiate

Eradiate — A modern radiative transfer model for Earth observation.

Usage:

$ eradiate [OPTIONS] COMMAND [ARGS]...

Options:

  • --log-level [CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET]: Set log level. [default: WARNING]

  • --debug: Enable debug mode. This will notably print exceptions with locals.

  • --version: Display version information and exit.

  • --install-completion: Install completion for the current shell.

  • --show-completion: Show completion for the current shell, to copy it or customize the installation.

  • --help: Show this message and exit.