Skip to content

Commit

Permalink
Add spirograph docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aerispaha committed Dec 9, 2024
1 parent 9670aa8 commit 98a38e5
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 1 deletion.
158 changes: 158 additions & 0 deletions docs/usage/making_art_with_swmm.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/usage/visualizing_models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"metadata": {},
"source": [
"## Finding Important Outfalls\n",
"Let's visualize outfalls in a way that emphaisizes their \"importance\" in the hydraulic netowrk. Here, we say an outfall is more important if more of the hydraulic network drains (or has a path to) a particular outfall. \n",
"Let's visualize outfalls in a way that emphaisizes their \"importance\" in the hydraulic netowrk. Here, we say an outfall is more important if more of the hydraulic network drains to (or has a path to) a particular outfall. \n",
"\n",
"To accomplish this, we'll leverage the {py:func}`swmmio.Model.network` method to get a NetworkX MultiDiGraph represenation of the model. Then, we'll count the number of nodes that are anscestors of (i.e. drain to) each outfall. "
]
Expand Down

0 comments on commit 98a38e5

Please sign in to comment.