ewatercycle.parametersetdb package

Documentation about ewatercycle_parametersetdb

class ewatercycle.parametersetdb.ParameterSet(df: AbstractCopier, cfg: AbstractConfig)

Bases: object

save_datafiles(target)

Saves datafiles to target directory

Parameters

target – Path of target directory

save_config(target)

Saves config file as target filename

Parameters

target – filename of config file

property config: Any

Configuration as dictionary.

To make changes to configuration before saving set the config keys and/or values.

Can be a nested dict.

ewatercycle.parametersetdb.build_from_urls(config_format, config_url, datafiles_format, datafiles_url) ParameterSet

Construct ParameterSet based on urls

Parameters
  • config_format – Format of file found at config url

  • config_url – Url of config file

  • datafiles_format – Method to stage datafiles url

  • datafiles_url – Source url of datafiles

Submodules