Skip to content

Commit

Permalink
minimized diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 31, 2023
1 parent e7f02cc commit 8d1fb33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hydromt_delft3dfm/dflowfm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2901,6 +2901,7 @@ def write_mesh(self, write_gui=True):
# write with hydrolib-core
# Note: hydrolib-core writes more information including attributes and converts some variables using start_index
# FIXME: does not write crs that is recongnised by Delft3D FM GUI. check https://github.com/Deltares/dfm_tools/blob/main/dfm_tools/meshkernel_helpers.py#L82

network = mesh_utils.hydrolib_network_from_mesh(self.mesh)
network.to_file(Path(join(savedir, mesh_filename)))

Expand Down

0 comments on commit 8d1fb33

Please sign in to comment.