hydromt_fiat.components.ConfigComponent.read#

ConfigComponent.read(filename: Path | str | None = None) None[source]#

Read the FIAT model config file.

Parameters:

filename (Path | str, optional) – The path to the model configurations file. This can either be a relative or absolute path. If not provided, the component attribute _filename is used as a fallback. By default None.