diff --git a/hydromt_fiat/fiat.py b/hydromt_fiat/fiat.py index 813da53b..b94b9990 100644 --- a/hydromt_fiat/fiat.py +++ b/hydromt_fiat/fiat.py @@ -454,7 +454,7 @@ def setup_exposure_buildings( if crs is None: break if crs.to_authority() == src_crs.to_authority(): - break + break # NOTE: why break here for item in self.exposure.exposure_geoms: item.to_crs(crs, inplace=True) self.exposure.crs = ":".join(crs.to_authority())