hydromt_fiat.components.ConfigComponent#
- class hydromt_fiat.components.ConfigComponent(model: Model, *, filename: str = 'settings.toml')[source]#
 Custom config component for FIAT models.
- Parameters:
 model (Model) – HydroMT model instance.
filename (str, optional) – A path relative to the root where the configuration file will be read and written if user does not provide a path themselves. By default ‘settings.toml’.
Attributes
Model config values.
data_catalogReturn the data catalog of the model this component is associated with.
dirThe absolute directory of configurations file.
filenameFilename of the config file.
modelReturn the model object this component is associated with.
rootReturn the root of the model this component is associated with.
Methods