Skip to content

Commit

Permalink
split lirr, mnr, and nyct feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Aug 18, 2024
1 parent 60fbc16 commit 5b1735b
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions feeds/mta.info.dmfr.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@
}
},
{
"id": "f-mta~nyc~rt~alerts",
"id": "f-mta~nyc~rt~subway~alerts",
"spec": "gtfs-rt",
"urls": {
"realtime_alerts": "https://api-endpoint.mta.info/Dataservice/mtagtfsfeeds/camsys%2Fall-alerts"
"realtime_alerts": "https://api-endpoint.mta.info/Dataservice/mtagtfsfeeds/camsys%2Fsubway-alerts"
},
"license": {
"url": "https://api.mta.info/#/DataFeedAgreement"
Expand Down Expand Up @@ -200,7 +200,8 @@
"spec": "gtfs-rt",
"urls": {
"realtime_vehicle_positions": "https://api-endpoint.mta.info/Dataservice/mtagtfsfeeds/lirr%2Fgtfs-lirr",
"realtime_trip_updates": "https://api-endpoint.mta.info/Dataservice/mtagtfsfeeds/lirr%2Fgtfs-lirr"
"realtime_trip_updates": "https://api-endpoint.mta.info/Dataservice/mtagtfsfeeds/lirr%2Fgtfs-lirr",
"realtime_alerts": "https://api-endpoint.mta.info/Dataservice/mtagtfsfeeds/camsys%2Flirr-alerts"
},
"license": {
"url": "https://api.mta.info/#/DataFeedAgreement"
Expand All @@ -216,7 +217,8 @@
"spec": "gtfs-rt",
"urls": {
"realtime_vehicle_positions": "https://api-endpoint.mta.info/Dataservice/mtagtfsfeeds/mnr%2Fgtfs-mnr",
"realtime_trip_updates": "https://api-endpoint.mta.info/Dataservice/mtagtfsfeeds/mnr%2Fgtfs-mnr"
"realtime_trip_updates": "https://api-endpoint.mta.info/Dataservice/mtagtfsfeeds/mnr%2Fgtfs-mnr",
"realtime_alerts": "https://api-endpoint.mta.info/Dataservice/mtagtfsfeeds/camsys%2Fmnr-alerts"
},
"license": {
"url": "https://api.mta.info/#/DataFeedAgreement"
Expand Down Expand Up @@ -357,9 +359,6 @@
{
"feed_onestop_id": "f-dr5-mtanyclirr"
},
{
"feed_onestop_id": "f-mta~nyc~rt~alerts"
},
{
"feed_onestop_id": "f-mta~nyc~rt~lirr"
}
Expand Down Expand Up @@ -399,9 +398,6 @@
{
"feed_onestop_id": "f-dr72-mtanyctbusbronx"
},
{
"feed_onestop_id": "f-mta~nyc~rt~alerts"
},
{
"feed_onestop_id": "f-mta~nyc~rt~bustime"
},
Expand All @@ -428,6 +424,9 @@
},
{
"feed_onestop_id": "f-mta~nyc~rt~subway~sir"
},
{
"feed_onestop_id": "f-mta~nyc~rt~subway~alerts"
}
],
"tags": {
Expand All @@ -447,9 +446,6 @@
{
"feed_onestop_id": "f-dr7-mtanyc~metro~north"
},
{
"feed_onestop_id": "f-mta~nyc~rt~alerts"
},
{
"feed_onestop_id": "f-mta~nyc~rt~mnr"
}
Expand Down

0 comments on commit 5b1735b

Please sign in to comment.