6.6.1. aequilibrae.GTFS¶
- class aequilibrae.GTFS¶
Bases:
objectReader for GTFS (from https://developers.google.com/transit/gtfs/reference/)
Provides a memory container for GTFS that can be:
Passed to transit assignment algorithms in memory
Edited and saved back to disk
Displayed in a GIS environment
- __init__()¶
Methods
__init__()get_routes_shapes()get_routes_stops()load(path_to_folder)load_agency()load_calendar()load_calendar_dates()load_from_file(file_path[, save_db, memory_db])load_routes()load_shapes()load_stop_times()load_stops()load_trips()- __init__()¶