Skip to content

Commit

Permalink
update roads crs to buildngs crs
Browse files Browse the repository at this point in the history
  • Loading branch information
Santonia27 committed Nov 6, 2024
1 parent 0711832 commit 2943787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydromt_fiat/fiat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 2943787

Please sign in to comment.