-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live Bus Data Beta Release #963
Conversation
Data shown here is collected by TransitMatters using the{' '} | ||
<Link | ||
href="https://www.mbta.com/developers/v3-api/streaming" | ||
rel="noopener noreferrer" | ||
target="_blank" | ||
className={classNames(lineColorTextHover[line ?? 'DEFAULT'])} | ||
> | ||
MBTA's streaming API | ||
</Link> | ||
. Unlike other data sources we show, this data is not cleaned or filtered in any way | ||
before display. Innacuracies may be present. | ||
</p> | ||
<p> | ||
Official MBTA data will be shown when available. Technical details of our data | ||
collection can be found{' '} | ||
<Link | ||
href="https://github.com/transitmatters/gobble" | ||
rel="noopener noreferrer" | ||
target="_blank" | ||
className={classNames(lineColorTextHover[line ?? 'DEFAULT'])} | ||
> | ||
here | ||
</Link> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This paragraph could be better: it has some typos & passive voice. And because the gobble README has no English documentation, the GitHub link isn't super useful for the general public :(
How about this?
Data shown here is collected by TransitMatters using the{' '} | |
<Link | |
href="https://www.mbta.com/developers/v3-api/streaming" | |
rel="noopener noreferrer" | |
target="_blank" | |
className={classNames(lineColorTextHover[line ?? 'DEFAULT'])} | |
> | |
MBTA's streaming API | |
</Link> | |
. Unlike other data sources we show, this data is not cleaned or filtered in any way | |
before display. Innacuracies may be present. | |
</p> | |
<p> | |
Official MBTA data will be shown when available. Technical details of our data | |
collection can be found{' '} | |
<Link | |
href="https://github.com/transitmatters/gobble" | |
rel="noopener noreferrer" | |
target="_blank" | |
className={classNames(lineColorTextHover[line ?? 'DEFAULT'])} | |
> | |
here | |
</Link> | |
We collect real-time bus data using the{' '} | |
<Link | |
href="https://www.mbta.com/developers/v3-api/streaming" | |
rel="noopener noreferrer" | |
target="_blank" | |
className={classNames(lineColorTextHover[line ?? 'DEFAULT'])} | |
> | |
MBTA's V3 API | |
</Link> | |
. Please expect reduced accuracy, as this data is not preprocessed. | |
</p> | |
<p> | |
We favor official performance data from the MBTA when it's available. Please | |
<Link | |
href="https://transitmatters.org/transitmatters-labs" | |
rel="noopener noreferrer" | |
target="_blank" | |
className={classNames(lineColorTextHover[line ?? 'DEFAULT'])} | |
> | |
contact us | |
</Link> | |
for technical details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But honestly besides that ^, do it!
Motivation
Release gobble bus data to the masses!
Changes
Releases day of bus data and switches bus to use the same date presets as rapid transit
Testing Instructions
Confirm that there is live data for all bus routes
Confirm that data before Feb 29th 2024 doesn't show the beta warning
Confirm that aggregates and single dates all still work for bus data