k5cents / metro

Get DC transit data as R data frames
https://k5cents.github.io/metro/
GNU General Public License v3.0
4 stars 0 forks source link

Cover all rail and bus JSON endpoints #1

Open k5cents opened 3 years ago

k5cents commented 3 years ago

Cover all the JSON type services:

Bus Route and Stop Methods

GTFS

Not JSON:

The General Transit Feed Specification (GTFS), also known as GTFS static or static transit to differentiate it from the GTFS realtime extension, defines a common format for public transportation schedules and associated geographic information. GTFS "feeds" let public transit agencies publish their transit data and developers write applications that consume that data in an interoperable way.

Incidents

Misc Methods

Rail Station Information

Real-Time Bus Predictions

Real-Time Rail Predictions

Train Positions

Different API needed from the typical bus and trail JSON.

k5cents commented 3 years ago

Need to decide if rail parking should be:

  1. function returning a list
  2. function returning gross data frame
  3. multiple functions

Edit: moved to own issue, see #9.