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

correcting routes doc #395

Merged
merged 3 commits into from
Jan 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
11 changes: 5 additions & 6 deletions docs/_modules/spaghetti/network.html
Original file line number Diff line number Diff line change
Expand Up @@ -2926,14 +2926,13 @@ <h1>Source code for spaghetti.network</h1><div class="highlight"><pre>
<span class="sd"> ``shapely.geometry.LineString`` objects with an ``&quot;id&quot;``</span>
<span class="sd"> column and ``&quot;geometry&quot;`` column. If the network object has </span>
<span class="sd"> a ``network_component_labels`` attribute, then component labels</span>
<span class="sd"> are also added in a column,</span>
<span class="sd"> are also added in a column.</span>
<span class="sd"> </span>
<span class="sd"> paths : geopandas.GeoDataFrame</span>
<span class="sd"> </span>
<span class="sd"> </span>
<span class="sd"> </span>
<span class="sd"> </span>
<span class="sd"> </span>
<span class="sd"> Shortest path routes along network arc elements as a </span>
<span class="sd"> ``geopandas.GeoDataFrame`` of ``shapely.geometry.LineString``</span>
<span class="sd"> objects with an ``&quot;id&quot;`` (see ``spaghetti.Network.shortest_paths()``)</span>
<span class="sd"> column and ``&quot;geometry&quot;`` column.</span>
<span class="sd"> </span>
<span class="sd"> Notes</span>
<span class="sd"> -----</span>
Expand Down
Loading