aequilibrae.transit.transit_elements.agency#

Classes

Agency(conn)

Transit Agency to load into the database

class aequilibrae.transit.transit_elements.agency.Agency(conn: Connection)[source]#

Transit Agency to load into the database

  • agency_id (int): ID for the transit agency

  • agency (str): Name of the transit agency

  • feed_date (str): Date for the transit feed using in the import

  • service_date (str): Date for the route services being imported

  • description (str): Description of the feed

from_row(data: Series)#
save_to_database(conn: Connection) None[source]#

Saves route to the database