Environment variables#

ERADIATE_SOURCE_DIR#

Required. Path to the Eradiate source directory.

ERADIATE_DATA_PATH#

Optional. A colon-separated list of paths where to search for data files.

ERADIATE_DATA_STORE_URL#

Optional, default=’http://eradiate.eu/data/store/’. URL where large data files are located.

ERADIATE_DOWNLOAD_DIR#

Optional, default=’$ERADIATE_SOURCE_DIR/resources/downloads’. Path to the Eradiate download directory.

ERADIATE_OFFLINE#

Optional. If True, activate the offline mode. All online data stores will be disconnected.

ERADIATE_PROGRESS#

Optional, default=’KERNEL’. An integer flag setting the level of progress display (see:class:.ProgressLevel). Values are preferably set using strings (["NONE", "SPECTRAL_LOOP", "KERNEL"]). Only affects tqdm-based progress bars.

ERADIATE_AZIMUTH_CONVENTION#

Optional, default=’EAST_RIGHT’. The convention applied when interpreting azimuth values as part of the specification of a direction (see AzimuthConvention). Values are preferably set using strings (e.g. "EAST_RIGHT", "NORTH_LEFT", etc.).