aequilibrae.transit.transit_elements.stop#

Classes

Stop(agency_id, record, headers)

Transit stop as read from the GTFS feed

class aequilibrae.transit.transit_elements.stop.Stop(agency_id: int, record: tuple, headers: list)[source]#

Transit stop as read from the GTFS feed

from_row(data: Series)#
get_node_id()[source]#
save_to_database(conn: Connection, commit=True) None[source]#

Saves Transit Stop to the database

property data: list#