aequilibrae.transit.transit_elements.agency#
Classes
|
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 agencyagency (
str
): Name of the transit agencyfeed_date (
str
): Date for the transit feed using in the importservice_date (
str
): Date for the route services being importeddescription (
str
): Description of the feed
- from_row(data: Series)#