Skip to content

Commit

Permalink
Update graph_utilities.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed Apr 25, 2024
1 parent 9cf9f91 commit 35d274d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swmmanywhere/graph_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def __call__(self,
This function removes links that are not allowable for pipes. The non-
allowable links are specified in the `omit_edges` attribute of the
topology_derivation parameter. There two cases handled:
1. The `highway` property of the edge. In osmnx, `highway` is a category
1. The `highway` property of the edge. In `osmnx`, `highway` is a category
that contains the road type, e.g., motorway, trunk, primary. If the
edge contains a value in the `highway` property that is in `omit_edges`,
the edge is removed.
Expand Down

0 comments on commit 35d274d

Please sign in to comment.