9.6.1. aequilibrae.GTFS

class aequilibrae.GTFS

Bases: object

Reader for GTFS (from https://developers.google.com/transit/gtfs/reference/)

.

To provide 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__()

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__()

Initialize self.

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__()

Initialize self. See help(type(self)) for accurate signature.