Skip to content

Commit

Permalink
Merge pull request #477 from djfrancesco/feature_PuT_assignment
Browse files Browse the repository at this point in the history
Feature PuT assignment
  • Loading branch information
djfrancesco authored Dec 12, 2023
2 parents 502fe32 + 5ebf146 commit a616220
Show file tree
Hide file tree
Showing 19 changed files with 649 additions and 126 deletions.
1 change: 1 addition & 0 deletions aequilibrae/transit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from .transit import Transit
from .transit_graph_builder import SF_graph_builder
277 changes: 152 additions & 125 deletions aequilibrae/transit/transit_graph_builder.py

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,5 @@ Transit
:toctree: generated/

Transit
SF_graph_builder

Binary file added docs/source/images/transit_graph_connectors.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 added docs/source/images/transit_graph_routes_1.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 added docs/source/images/transit_graph_routes_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/transit_graph_transfer_1.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 added docs/source/images/transit_graph_transfer_2.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 added docs/source/images/transit_graph_transfer_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/transit_graph_zones.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/modeling_with_aequilibrae.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ a start guide to a complete view into AequilibraE's data structure.
modeling_with_aequilibrae/project_database
modeling_with_aequilibrae/parameter_file
modeling_with_aequilibrae/public_transport

modeling_with_aequilibrae/transit_assignment
10 changes: 10 additions & 0 deletions docs/source/modeling_with_aequilibrae/transit_assignment.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _transit_assignment:

Transit assignment
==================


.. toctree::
:maxdepth: 1

transit_assignment/transit_graph.rst
Loading

0 comments on commit a616220

Please sign in to comment.