Skip to content

Commit

Permalink
chore: Update Nashville MTA URLs for schedule / realtime
Browse files Browse the repository at this point in the history
Nashville Metro Transit Authority (the legal entity) changed the name of
its service to WeGo Public Transit in July of 2018. This meant that the
website also changed. While the URLs currently in the database are
redirecting with `HTTP 302`, at some point that is likely to stop
working.

I have also added the `license` field to the `urls` as it is allowed in
the schema. Happy to make other adjustments as needed.
  • Loading branch information
stephenyeargin committed Nov 19, 2023
1 parent fe9e688 commit 19e945d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"urls": {
"direct_download": "http://transitdata.nashvillemta.org/TMGTFSRealTimeWebService/alert/alerts.pb",
"authentication_type": 0,
"license": "https://www.nashvillemta.org/Nashville-MTA-Developer-Data-Request.asp"
"license": "https://www.wegotransit.com/contact-us/data-request-submission/"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"urls": {
"direct_download": "http://transitdata.nashvillemta.org/TMGTFSRealTimeWebService/tripupdate/tripupdates.pb",
"authentication_type": 0,
"license": "https://www.nashvillemta.org/Nashville-MTA-Developer-Data-Request.asp"
"license": "https://www.wegotransit.com/contact-us/data-request-submission/"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"urls": {
"direct_download": "http://transitdata.nashvillemta.org/TMGTFSRealTimeWebService/vehicle/vehiclepositions.pb",
"authentication_type": 0,
"license": "https://www.nashvillemta.org/Nashville-MTA-Developer-Data-Request.asp"
"license": "https://www.wegotransit.com/contact-us/data-request-submission/"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
}
},
"urls": {
"direct_download": "http://www.nashvillemta.org/GoogleExport/google_transit.zip",
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-tennessee-nashville-metropolitan-transit-authority-nashville-mta-gtfs-360.zip?alt=media"
"direct_download": "https://www.wegotransit.com/googleexport/google_transit.zip",
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-tennessee-nashville-metropolitan-transit-authority-nashville-mta-gtfs-360.zip?alt=media",
"license": "https://www.wegotransit.com/contact-us/data-request-submission/"
}
}

0 comments on commit 19e945d

Please sign in to comment.