Skip to content

Commit

Permalink
Redding Area Bus Authority and Link Transit Feeds [SOURCES] (#320)
Browse files Browse the repository at this point in the history
* raba feed changes

* link transit feed addition

* add redirect

* fix syntax

* fix array syntax

* syntax

* Add feed_contact_email for RABA

* add feed contact email for Link Transit
  • Loading branch information
emmambd authored Jan 10, 2024
1 parent 7ff26f5 commit 8eeb884
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"provider": "Redding Area Bus Authority",
"static_reference": [
114
1972
],
"urls": {
"direct_download": "http://gtfs-realtime.trilliumtransit.com/gtfs-realtime/feed/redding-ca-us/service_alerts.proto",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"provider": "Redding Area Bus Authority",
"static_reference": [
114
1972
],
"urls": {
"direct_download": "https://api.goswift.ly/real-time/redding/gtfs-rt-trip-updates",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"provider": "Redding Area Bus Authority",
"static_reference": [
114
1972
],
"urls": {
"direct_download": "https://api.goswift.ly/real-time/redding/gtfs-rt-vehicle-positions",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"fares-v2",
"fares-v1"
],
"status": "deprecated",
"redirect": [
1972
],
"location": {
"country_code": "US",
"subdivision_name": "California",
Expand All @@ -22,4 +26,4 @@
"direct_download": "http://data.trilliumtransit.com/gtfs/redding-ca-us/redding-ca-us.zip",
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-california-redding-area-bus-authority-raba-gtfs-114.zip?alt=media"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"mdb_source_id": 1972,
"data_type": "gtfs",
"provider": "Redding Area Bus Authority (RABA)",
"feed_contact_email": "[email protected]",
"status": "active",
"location": {
"country_code": "US",
"subdivision_name": "California",
"municipality": "Redding",
"bounding_box": {
"minimum_latitude": 40.43254,
"maximum_latitude": 40.888921,
"minimum_longitude": -122.572093,
"maximum_longitude": -121.65358,
"extracted_on": "2024-01-10T21:48:23+00:00"
}
},
"urls": {
"direct_download": "https://hosted-gtfs-feeds.s3.amazonaws.com/RABA/gtfs.zip",
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-california-redding-area-bus-authority-raba-gtfs-1972.zip?alt=media"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"mdb_source_id": 1971,
"data_type": "gtfs",
"provider": "Link Transit",
"feed_contact_email": "[email protected]",
"location": {
"country_code": "US",
"subdivision_name": "North Carolina",
"municipality": "Burlington",
"bounding_box": {
"minimum_latitude": 36.056412,
"maximum_latitude": 36.115028,
"minimum_longitude": -79.548927,
"maximum_longitude": -79.357436,
"extracted_on": "2024-01-10T21:37:36+00:00"
}
},
"urls": {
"direct_download": "https://mylinktransit.org/gtfs",
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-north-carolina-link-transit-gtfs-1971.zip?alt=media"
}
}

0 comments on commit 8eeb884

Please sign in to comment.