Skip to content

Commit

Permalink
Add RC description
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed Mar 1, 2024
1 parent 911790b commit 65f541c
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 @@ -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:
Expand Down

0 comments on commit 65f541c

Please sign in to comment.