Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Deltares/hydromt_fiat into …
Browse files Browse the repository at this point in the history
…add_secondary_object_type
  • Loading branch information
Santonia27 committed Nov 8, 2024
2 parents 70ff4d1 + da10708 commit 2052156
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 @@ -1324,7 +1324,7 @@ def write(self):
):
self.write_spatial_joins()
if self.building_footprint_fn:
folder = Path(self.root).joinpath("exposure", "building_footprints")
folder = Path(self.root).joinpath("geoms", "building_footprints")
self.copy_datasets(self.building_footprint_fn, folder)
if not self.building_footprint.empty:
self.write_building_footprints()
Expand Down

0 comments on commit 2052156

Please sign in to comment.