agency_info | Create a text listing the first 'max_agencies' agencies of... |
clear_api_key | Clear the API key. |
cluster_stops | Cluster nearby stops within a group |
convert_times_to_hms | Use hms::hms columns in feed |
empty_strings_to_na | Convert empty strings ("") to NA values in gtfs tables |
feed_contains | Returns TRUE if the given gtfs_obj contains the table. Used... |
feedlist | Dataframe of source GTFS data from Transitfeeds |
filter_feed_by_area | Filter a gtfs feed so that it only contains trips that pass a... |
filter_feed_by_date | Filter a gtfs feed so that it only contains trips running on... |
filter_feed_by_stops | Filter a gtfs feed so that it only contains trips that pass... |
filter_feed_by_trips | Filter a gtfs feed so that it only contains a given set of... |
filter_stops | Get a set of stops for a given set of service ids and route... |
filter_stop_times | Filter a 'stop_times' table for a given date and timespan. |
get_api_key | Get API key |
get_feedlist | Get list of all available feeds from transitfeeds API |
get_route_frequency | Get Route Frequency |
get_route_geometry | Get all trip shapes for a given route and service |
get_stop_frequency | Get Stop Frequency |
get_trip_geometry | Get all trip shapes for given trip ids |
gtfs_as_sf | Convert stops and shapes to Simple Features |
gtfs_duke | Example GTFS data |
gtfs_transform | Transform or convert coordinates of a gtfs feed |
has_api_key | Make sure API key string is not empty |
na_to_empty_strings | Convert NA values to empty strings ("") |
plot.tidygtfs | Plot GTFS stops and trips |
print.tidygtfs | Print a GTFS object |
raptor | Calculate travel times from one stop to all reachable stops |
read_gtfs | Read and validate GTFS files |
route_type_names | Dataframe of route type id's and the names of the types (e.g.... |
service_by_dow | Filter a gtfs calendar dataframe to service ids for specific... |
set_api_key | Set TransitFeeds API key for recall |
set_dates_services | Returns all possible date/service_id combinations as a data... |
set_servicepattern | Calculate servicepattern ids for a gtfs feed |
sf_as_tbl | Convert stops and shapes from sf objects to tibbles |
sf_lines_to_df | Adds the coordinates of an sf LINESTRING object as columns... |
sf_points_to_df | Adds the coordinates of an sf POINT object as columns |
shapes_as_sf | Convert shapes into Simple Features Linestrings |
stop_distances | Calculate distances between a given set of stops |
stop_group_distances | Calculates distances among stop within the same group column |
stops_as_sf | Convert stops into Simple Features Points |
summary.tidygtfs | GTFS feed summary |
travel_times | Calculate shortest travel times from a stop to all reachable... |
validate_gtfs | Validate GTFS file |
write_gtfs | Write a tidygtfs object to a zip file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.