hydromt_fiat.components.ExposureGeomsComponent.read#

ExposureGeomsComponent.read(filename: str | None = None, **kwargs) None[source]#

Read exposure geometry files.

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

Parameters:
  • filename (str, optional) – Filename relative to model root. should contain a {name} placeholder which will be used to determine the names/keys of the geometries. if None, the path that was provided at init will be used or, if present, the files present in the model configurations.

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