Skip to content

Commit

Permalink
Remove subnetwork_id from the Edge table (#193)
Browse files Browse the repository at this point in the history
As of Deltares/Ribasim#1956 these are
automatically inferred.
  • Loading branch information
visr authored Dec 9, 2024
1 parent 31b72df commit f612b3b
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 f612b3b

Please sign in to comment.