hydromt.Model.read_geoms#

Model.read_geoms(fn: str = 'geoms/*.geojson', **kwargs) None#

Read model geometries files at <root>/<fn> and add to geoms property.

key-word arguments are passed to geopandas.read_file()

Parameters:
  • fn (str, optional) – filename relative to model root, may contain wildcards, by default geoms/\*.nc

  • **kwargs – Additional keyword arguments that are passed to the geopandas.read_file function.