Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #135

Merged
merged 4 commits into from
Nov 28, 2024
Merged

Dev #135

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
updates docs
  • Loading branch information
songololo committed Nov 28, 2024
commit 244c98ab7969ffc78134db1b9a1f3b8a0a6b03e4
Binary file modified docs/public/images/graph_clean.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/images/graph_raw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/src/pages/rustalgos/rustalgos.md
Original file line number Diff line number Diff line change
@@ -2807,12 +2807,12 @@ datapoints are not located with high spatial precision.



<span class="name">node_lives</span><span class="annotation">: list[bool]</span>
<span class="name">node_xs</span><span class="annotation">: list[float]</span>




<span class="name">node_xs</span><span class="annotation">: list[float]</span>
<span class="name">node_lives</span><span class="annotation">: list[bool]</span>



30 changes: 30 additions & 0 deletions docs/src/pages/tools/graphs.md
Original file line number Diff line number Diff line change
@@ -123,6 +123,11 @@ side-effects as a function of varied node intensities when computing network cen
<span class="pc">:</span>
<span class="pa"> int = 100</span>
</div>
<div class="param">
<span class="pn">remove_deadend_tunnels</span>
<span class="pc">:</span>
<span class="pa"> bool = True</span>
</div>
<span class="pt">)</span>
</div>
</div>
@@ -160,6 +165,16 @@ side-effects as a function of varied node intensities when computing network cen
Remove disconnected components with fewer nodes than specified by this parameter. Defaults to 100. Set to 0 to keep all disconnected components.</div>
</div>

<div class="param-set">
<div class="def">
<div class="name">remove_deadend_tunnels</div>
<div class="type">bool</div>
</div>
<div class="desc">

Remove dead-end tunnels. Default of True.</div>
</div>

### Returns
<div class="param-set">
<div class="def">
@@ -346,6 +361,11 @@ side-effects as a function of varied node intensities when computing network cen
<span class="pc">:</span>
<span class="pa"> int = 100</span>
</div>
<div class="param">
<span class="pn">max_foot_tunnel_length</span>
<span class="pc">:</span>
<span class="pa"> int = 50</span>
</div>
<span class="pt">)</span>
</div>
</div>
@@ -383,6 +403,16 @@ side-effects as a function of varied node intensities when computing network cen
Maximum self loop length to permit for a given edge.</div>
</div>

<div class="param-set">
<div class="def">
<div class="name">max_foot_tunnel_length</div>
<div class="type">int</div>
</div>
<div class="desc">

Maximum tunnel length to permit for non motorised edges.</div>
</div>

### Returns
<div class="param-set">
<div class="def">
5 changes: 5 additions & 0 deletions docs/src/pages/tools/util.md
Original file line number Diff line number Diff line change
@@ -537,6 +537,11 @@ layout: ../../layouts/PageLayout.astro



<span class="name">levels</span>




<div class="function">

## gather_edge_info