API Key

Functions for TransitFeed.com API key

clear_api_key()

Clear the API key.

get_api_key()

Get API key

has_api_key()

Make sure API key string is not empty

set_api_key()

Set API key for recall

Feedlist

Get TransitFeed.com feedlist

get_feedlist()

Get list of all available feeds from transitfeeds API

filter_feedlist()

Filter a feedlist to include only valid urls (ending in .zip and connect)

Import

Import GTFS data from url or local zip file

import_gtfs()

Get a Dataframes of GTFS data.

Map

Map gtfsr data

map_gtfs()

General mapping function. Specify a map type and/or a route id.

map_gtfs_stop()

map a single stop

Convert

Convert gtfs objects to other formats

clear_api_key()

Clear the API key.

filter_feedlist()

Filter a feedlist to include only valid urls (ending in .zip and connect)

get_api_key()

Get API key

get_feed()

Download a zipped GTFS feed file from a url

get_feedlist()

Get list of all available feeds from transitfeeds API

get_routes_sldf()

Get shapes spatial data for given route ids

gtfs_obj

Example GTFS data

gtfsr-package

A package for plotting GTFS data.

has_api_key()

Make sure API key string is not empty

import_gtfs()

Get a Dataframes of GTFS data.

map_gtfs()

General mapping function. Specify a map type and/or a route id.

map_gtfs_stop()

map a single stop

routes_df_as_sf()

Get a sf dataframe for gtfs routes

set_api_key()

Set API key for recall

shape_route_service()

Join the shapes, trips and routes tables together - also checks on some potential errors in the data and warns accordingly

shapes_df_as_sfg()

return an sf multilinestring with lat and long from gtfs for a route

stops_df_as_sf()

Get a sf dataframe for gtfs stops

unzip_gtfs_files()

Unzip GTFS file and delete zip

validate_gtfs_structure()

Create validation list for a gtfs_obj. It provides an overview of the structure of all files that were imported.

Validate

Validate gtfs objects

validate_gtfs_structure()

Create validation list for a gtfs_obj. It provides an overview of the structure of all files that were imported.