Configuration
The config.toml
file can be edited in a text editor and follows the TOML format. Please note that the options are case sensitive.
-
export_path
: Path of the output excel file -
use_scenario
: Should an activity development scenario be applied? (true/false) -
scenario
: Which activity development scenario to use -
use_random_seed
: Should a custom seed be used for random values? (true/false) -
random_seed
: Custom random seed to use -
simulations
: Number of simulations to run -
use_parallel_processing
: Should multiprocessing be used for faster calculations? (true/false) -
use_legacy_input_data
: Choose between legacy/new input data (true/false), see Input data input_data:path
: Path of the new input data excel fileinput_data_legacy:general_input
: Path to legacy input data general data excel fileinput_data_legacy:measure_effect_input
: Path to legacy input data measure effects data excel fileinput_data_legacy:pressure_state_input
: Path to legacy input data pressure-state links and thresholds data excel file-
input_data_legacy:general_input_sheets
: Links to the sheets ininput_data_legacy:general_input
in case of custom naming -
link_mpas_to_subbasins
: Choose to link areas with measures to the areas in the input data using polygon layer overlaps (true/false) layers:subbasin:url
: url to subbasin polygon layerlayers:subbasin:path
: path to subbasin polygon layer, overrides urllayers:subbasin:id_attr
: id attribute field of subbasin polygon layer, must correspond toinput_data:area:ID
valueslayers:mpa:url
: url to MPA polygon layerlayers:mpa:path
: path to MPA polygon layer, overrides urllayers:mpa:measure_attr
: measure attribute field, all measures of the MPA joined together bylayers:mpa:measure_delimiter
layers:mpa:id_attr
: id attribute field of MPA polygon layerlayers:mpa:name_attr
: name attribute field of MPA polygon layerlayers:mpa:measure_delimiter
: delimiter used to separate measures inlayers:mpa:measure_attr