get_config#
- powerplantmatching.core.get_config(filename=None, **overrides)#
Import the default configuration file and update custom settings.
- Parameters:
filename (str, optional) – DESCRIPTION. The default is None.
**overrides (dict) – DESCRIPTION.
- Returns:
config – The configuration dictionary
- Return type:
dict