mrazza / path-data

A gRPC API that exposes various information about the PATH transit system.
MIT License
42 stars 7 forks source link

[RFC] Adding alerts for the PATH train #19

Closed cedarbaum closed 1 year ago

cedarbaum commented 1 year ago

It seems there is now a relatively easy (albeit slow) way to query active alerts from the PATH's official website: https://www.panynj.gov/bin/portauthority/everbridge/incidents?status=All&department=Path. I would like to get PATH service alerts integrated into the PATH GTFS realtime project, and figured it may make sense to add it here first and then consume the new API from the GTFS project, since it already uses this for realtime trip data.

I am curious what your thoughts on the above are and if you're open to the idea - thanks in advance for your time/feedback!

EDIT: Adding a reference to the parallel RFC Issue in the GTFS project: https://github.com/jamespfennell/path-train-gtfs-realtime/issues/2

cedarbaum commented 1 year ago

After some more thought, I'll try to implement this directly within the GTFS project.