Skip to content

Commit

Permalink
Remove subnetwork_id from the Edge table
Browse files Browse the repository at this point in the history
As of Deltares/Ribasim#1956 these are automatically inferred.
  • Loading branch information
visr committed Dec 2, 2024
1 parent cc77237 commit 26fa6d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,6 @@ def edge(self):
# fill in the other columns
edge["edge_type"] = "flow"
edge["name"] = None
edge["subnetwork_id"] = None
edge["geometry"] = self.edges["line_geom"]

# comply to Ribasim 2024.11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ def create_linestring(row):
"to_node_id",
"edge_type",
"name",
"subnetwork_id",
"geometry",
"meta_from_node_type",
"meta_to_node_type",
Expand Down

0 comments on commit 26fa6d2

Please sign in to comment.