From 35d274dfc7f68284708353c17435de890ba96a71 Mon Sep 17 00:00:00 2001 From: Dobson Date: Thu, 25 Apr 2024 09:27:00 +0100 Subject: [PATCH] Update graph_utilities.py --- swmmanywhere/graph_utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swmmanywhere/graph_utilities.py b/swmmanywhere/graph_utilities.py index b9068026..133123ac 100644 --- a/swmmanywhere/graph_utilities.py +++ b/swmmanywhere/graph_utilities.py @@ -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.