Read and write GTFS feeds |
|
---|---|
Read and validate GTFS files |
|
Write a tidygtfs object to a zip file |
|
Travel time calculations |
|
Calculate shortest travel times from a stop to all reachable stops |
|
Calculate travel times from one stop to all reachable stops |
|
Filter a |
|
Filter GTFS objects |
|
Filter a gtfs feed so that it only contains trips running on a given date |
|
Filter a gtfs feed so that it only contains trips that pass a given area |
|
Filter a gtfs feed so that it only contains trips that pass the given stops |
|
Filter a gtfs feed so that it only contains a given set of trips |
|
Get a set of stops for a given set of service ids and route ids |
|
Analyse GTFS objects |
|
Validate GTFS feed |
|
Calculate service pattern ids for a GTFS feed |
|
Get Route Frequency |
|
Get Stop Frequency |
|
GTFS feed summary |
|
Find and fix inconsistencies in feeds |
|
Interpolate missing stop_times linearly |
|
Cluster nearby stops within a group |
|
Calculates distances among stop within the same group column |
|
Calculate distances between a given set of stops |
|
Geospatial functions (sf) |
|
Convert stops and shapes to Simple Features |
|
Transform coordinates of a gtfs feed |
|
Convert shapes into Simple Features Linestrings |
|
Convert stops into Simple Features Points |
|
Get all trip shapes for given trip ids |
|
Get all trip shapes for a given route and service |
|
Convert stops and shapes from sf objects to tibbles |
|
Helpers |
|
Convert another gtfs like object to a tidygtfs object |
|
Convert NA values to empty strings ("") |
|
Convert empty strings ("") to NA values in all gtfs tables |
|
Plot GTFS stops and trips |
|
Print a GTFS object |
|
Datasets |
|
Example GTFS data |
|
Dataframe of route type id's and the names of the types (e.g. "Bus") |