Skip to content

Commit

Permalink
changed back to working version
Browse files Browse the repository at this point in the history
  • Loading branch information
panosatha committed Sep 14, 2023
1 parent 6cc1093 commit 5a03a21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hydromt_fiat/fiat.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,13 @@ def read_geoms(self):
for f in exposure_files
]
self.exposure.read_geoms(exposure_fn)

exposure_names = [f.stem for f in exposure_fn]
for name, geom in zip(exposure_names, self.exposure.exposure_geoms):
self.set_geoms(
geom=geom,
name=name,
)

def write(self):
"""Method to write the complete model schematization and configuration to file."""
Expand Down

0 comments on commit 5a03a21

Please sign in to comment.