Skip to content

Commit

Permalink
Add gtfs-rt feeds, fix skip reason on glendale beeline
Browse files Browse the repository at this point in the history
Added gtfs-rt feeds for burbank bus, avta, and santa clarita transit as they seem to have rt feeds available without api keys
Changed skip reason on Glendale beeline to add text about compression mentioned in an earlier review
  • Loading branch information
DefenestratingWizard committed Nov 19, 2024
1 parent 3fe14fc commit 9024161
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions feeds/us-ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,24 +96,41 @@
"type": "transitland-atlas",
"transitland-atlas-id": "f-antelope~valley~transit~authority"
},
{
"name": "Antelope-Valley-Transit-Authority",
"type": "transitland-atlas",
"transitland-atlas-id": "f-antelope~valley~transit~authority~rt"
},
{
"name": "Glendale-Beeline",
"type": "transitland-atlas",
"transitland-atlas-id": "f-9q5f-glendalebeeline",
"skip": true,
"skip-reason": "403 error code when downloading, no documentation from agency on fix"
"skip-reason": "403 error code when downloading, no documentation from agency on fix, supposedly requires compression on download which isnt supported yet"
},
{
"name": "Burbank-Bus",
"type": "transitland-atlas",
"transitland-atlas-id": "f-9q5f7-burbankbus",
"fix": true
},
{
"name": "Burbank-Bus",
"type": "transitland-atlas",
"transitland-atlas-id": "f-burbankbus~rt",
"fix": true
},
{
"name": "Santa-Clarita-Transit",
"type": "transitland-atlas",
"transitland-atlas-id": "f-santa~clarita"
}, {
},
{
"name": "Santa-Clarita-Transit",
"type": "transitland-atlas",
"transitland-atlas-id": "f-santa~clarita~rt"
},
{
"name": "Metrolink",
"type": "transitland-atlas",
"transitland-atlas-id": "f-9qh-metrolinktrains"
Expand Down

0 comments on commit 9024161

Please sign in to comment.