From 65f541c0cdf20e65627a563d1f1229a2eddd0445 Mon Sep 17 00:00:00 2001 From: Dobson Date: Fri, 1 Mar 2024 10:33:01 +0000 Subject: [PATCH] Add RC description --- 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 c8ed99de..1698417c 100644 --- a/swmmanywhere/graph_utilities.py +++ b/swmmanywhere/graph_utilities.py @@ -426,7 +426,7 @@ def __call__(self, G: nx.Graph, # Derive subs_gdf = go.derive_subcatchments(G,temp_fid) - # RC + # Calculate runoff coefficient (RC) if addresses.building.suffix == '.parquet': buildings = gpd.read_parquet(addresses.building) else: