hydromt_fiat.components.ExposureGridComponent.setup#
- ExposureGridComponent.setup(exposure_fnames: Path | str | list[Path | str], exposure_link_fname: Path | str | None = None, expand: bool = True) None[source]#
Set up an exposure grid.
- Parameters:
exposure_fnames (Path | str | list[Path | str]) – Name of or path to exposure file(s).
exposure_link_fname (Path | str, optional) – Table containing the names of the exposure files and corresponding vulnerability curves. By default None.
expand (bool, optional) – Whether to expand the hazard data to the bounding box of the model region. Nothing is done when the hazard data already covers the region. By default True.