hydromt_fiat.FIATModel.clip#
- FIATModel.clip(region: Path | str | GeoDataFrame) None[source]#
Clip the model based on a new (smaller) region.
All grid-based components are clipped with a buffer of 1 cell.
- Parameters:
region (Path | str | gpd.GeoDataFrame) – The region to be used for clipping. It can either be a path to a vector file or a geopandas GeoDataFrame.