hydromt_fiat.FIATModel.setup_region# FIATModel.setup_region(region: Path | str | GeoDataFrame, replace: bool = False) → None[source]# Set the region of the FIAT model. Parameters: region (Path | str | gpd.GeoDataFrame) – Path to the region vector file or a loaded vector file that takes the form of a geopandas GeoDataFrame. replace (bool, optional) – If False, a union is created between given and existing geometries. By default False.