com1DFA.com1DFA.com1DFAMain

com1DFAMain(cfgMain, cfgInfo='')[source]

preprocess information from ini and run all desired simulations, create outputs and reports

Parameters
  • cfgMain (configparser object) – main configuration of AvaFrame

  • cfgInfo (str or pathlib Path or configparser object) – path to configuration file if overwrite is desired - optional if not local (if available) or default configuration will be loaded if cfgInfo is a configparser object take this as initial config if path to a directory is provided - load one or multiple override configuration files

Returns

  • dem (dict) – dictionary with dem header and raster data (that has been used for the final run)

  • plotDict (dict) – information on result plot paths

  • reportDictList (list) – list of report dictionaries for all performed simulations

  • simDF (pandas dataFrame) – configuration dataFrame of the simulations computed (if no simulation computed, configuration dataFrame of the already existing ones)