env_vars

env_vars#

Environment variables that can change the processes

Module Attributes

PP_GRAPH

Environment variable for overriding default pre-processing graph path

DSPK_GRAPH

Environment variable for overriding default despeckling graph path

SAR_DEF_PIXEL_SIZE

Environment variable for SAR default pixel ize, used for SNAP orthorectification to override default pixel size.

DEM_PATH

Environment variable for overriding default DEM path

SNAP_DEM_NAME

Environment variable for overriding default DEM name used in SNAP.

S3_DB_URL_ROOT

Environment variable used for specify DB base url (e.g.

TEST_USING_S3_DB

Environment variable to specify to use external DB as a opposed to local one.

CI_EOREADER_BAND_FOLDER

Environment variable used in CI to override the existing band path in order to bypass SNAP process and DEM reprojection.

USE_DASK

If set (to 1) and dask is installed, EOReader will read products as dask arrays instead of numpy arrays with the chunking defined in EOREADER_TILE_SIZE.

TILE_SIZE

If set, overrides the default tile size used in chunking (2048 by default, i.e. default chunk is [1, 2048, 2048]).