hydromt_fiat.components.ExposureGeomsComponent.reproject# ExposureGeomsComponent.reproject(crs: CRS | int | str, inplace: bool = False) → dict[str, GeoDataFrame] | None[source]# Reproject the exposure vector data. Parameters: crs (CRS | int | str) – The coordinate system to reproject to. inplace (bool, optional) – Whether to do the reprojection in place or return a new dictionary containing the GeoDataFrame’s, by default False. Returns: Return a dictionary of GeoDataFrame’s is inplace is False. Return type: dict[str, gpd.GeoDataFrame] | None