You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2024. It is now read-only.
A note for our internal processing tools - we need to compile API keys for the following transit agencies and add them to our CSV file (or otherwise figure out why they aren't working). See below for list from #8):
List of feeds from TransitFeeds.com we need API keys for, along with dev website URL
Auckland Transport Trip Updates - https://api.at.govt.nz (I submitted an application registration on Feb 7, 2018. From an initial look, it doesn't seem like they have a GTFS zip file or protobuf GTFS-realtime messages. Instead, there are individual REST APIs that you can get JSON responses from)
Auckland Transport Vehicle Locations - https://api.at.govt.nz (I submitted an application registration on Feb 7, 2018. From an initial look, it doesn't seem like they have a GTFS zip file or protobuf GTFS-realtime messages. Instead, there are individual REST APIs that you can get JSON responses from)
I just ran this again against TransitFeeds.com, and here's the current log output for fetching feeds that I haven't already listed above - note that it appears some of them have broken URLs coming from TransitFeeds.com:
Summary:
From #8, which implemented the
CsvDownloader
:A note for our internal processing tools - we need to compile API keys for the following transit agencies and add them to our CSV file (or otherwise figure out why they aren't working). See below for list from #8):
List of feeds from TransitFeeds.com we need API keys for, along with dev website URL
- [ ] NJ Transit GTFS-realtime - http://www.njtransit.com/developersAs of Feb 7, 2018 doesn't appear to have a GTFS-realtime feedWe may also need to include Denver RTD as well - here's the error message we're currently getting for those URLs:
Steps to reproduce:
Run the tool using both the TransitFeeds.com API and our CSV file
Expected behavior:
Download feeds successfully from the above URLs (e.g., if they require API keys, add them to our
CsvDownloader
)Observed behavior:
We can't automatically process these feeds from the TransitFeeds.com API
Platform:
Windows 7 Enterprise SP1 with Java 64bit 9.0.1
The text was updated successfully, but these errors were encountered: