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 value(s) is/ are either taken from the model configurations or the _filename attribute, by default None.
**kwargs (dict) – Additional keyword arguments that are passed to the geopandas.read_file function.