aequilibrae.transit.transit_elements.link#
Classes
|
Transit link element. |
- class aequilibrae.transit.transit_elements.link.Link(srid)[source]#
Transit link element.
transit_link (
int
): ID of the transit link (updated when inserted in the database)from_stop (
str
): Origin of the transit connectionto_stop (
str
): Destination of the transit connectionpair (
str
): Identifier of the stop pair as FROM_ID##TO_ID. For identification onlygeo (
LineString
): Geometry of the transit link as direct connection between stopslength (
float
): Link length measured directly from the geometry objecttype (
int
): Route type (mode) for this transit linksrid (
int
): srid of our working database