hydromt_wflow.WflowModel.read_tables#

WflowModel.read_tables(**kwargs)[source]#

Read table files at <root> and parse to dict of dataframes.

Parameters:

**kwargs (dict) – Additional keyword arguments to be passed to the pd.read_csv method

Returns:

The tables are read and stored in the self.tables.data attribute.

Return type:

None