hydromt_wflow.WflowSedimentModel.write_geoms#
- WflowSedimentModel.write_geoms(geoms_fn: str = 'staticgeoms', precision: int | None = None)#
Write geoms in GeoJSON format.
Checks the path of
geoms_fn
using both model root anddir_input
. If not found uses the default pathstaticgeoms
in the root folder.- Parameters:
geoms_fn (str, optional) – Folder name/path where the static geometries are stored relative to the model root and
dir_input
if any. By default “staticgeoms”.