| Class | Description |
|---|---|
| BaseGTFSCache<T> |
Fast cache for GTFS feeds stored on S3.
|
| CropGTFS |
Remove all stops outside the bounding box,
then remove all stop_times outside the bounding box,
recording all trips with two or more stop_times inside the bounding box.
|
| Geometries |
Make some bounding geometries for use in cropping.
|
| GTFS |
This is the public interface to the RDBMS backed functionality in gtfs-lib.
|
| GTFSCache |
Simple cache that just fetches and stores GTFS feeds directly, and does not transform them in any way.
|
| GTFSFeed |
All entities must be from a single feed namespace.
|
| GTFSMain | |
| PatternFinder |
This abstracts out the logic for finding stop sequences ("journey patterns" in Transmodel parlance) based on trips.
|
| TripPatternKey |
Used as a map key when grouping trips by stop pattern.
|
| Exception | Description |
|---|
Copyright © 2019. All rights reserved.