aequilibrae.transit.transit_elements.route#
Classes
|
Transit route element to feed into Transit_routes |
- class aequilibrae.transit.transit_elements.route.Route(agency_id)[source]#
Transit route element to feed into Transit_routes
route_id (
str
): ID of this route, starting with the agency prefix IDroute_short_name (
str
): Short name as found in the GTFS feedroute_long_name (
str
): Long name as found in the GTFS feedroute_desc (
str
): Route description as found in the GTFS feedroute_type (
int
): Route type (mode) for this transit linkroute_url (
str
): Route URL as found in the GTFS feedroute_color (
str
): Route color for mapping as found in the GTFS feedroute_text_color (
str
): Route color (text) for mapping as found in the GTFS feedroute_sort_order (
int
): Route rendering order as found in the GTFS feedagency_id (
str
): Agency IDpce (
float
): Vehicle PCE for this routeseated_capacity (
float
): Vehicle seated capacity for this routetotal_capacity (
float
): Total vehicle capacity for this route
- from_row(data: Series)#
- property data#