hydromt_wflow.WflowModel.read_geoms#

WflowModel.read_geoms(geoms_filename: str = 'staticgeoms')[source]#

Read static geometries and adds to geoms.

If dir_input is set in the config, the path where all static geometries are read, will be constructed as <model_root>/<dir_input>/<geoms_fn>. Where <dir_input> is relative to the model root. Depending on the config value dir_input, the path will be constructed differently.

Parameters:

geoms_filename (str, optional) – Folder name/path where the static geometries are stored relative to the model root and dir_input if any. By default “staticgeoms”.