Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.
This repository was archived by the owner on May 27, 2024. It is now read-only.

Gather API keys for transit feeds that require them #29

@barbeau

Description

@barbeau

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

We may also need to include Denver RTD as well - here's the error message we're currently getting for those URLs:

Error reading GTFS-realtime feed 'http://www.rtd-denver.com/google_sync/VehiclePosition.pb' - java.io.IOException: Server returned HTTP response code: 401 for URL: http://www.rtd-denver.com/google_sync/VehiclePosition.pb
Error reading GTFS-realtime feed 'http://www.rtd-denver.com/google_sync/TripUpdate.pb' - java.io.IOException: Server returned HTTP response code: 401 for URL: http://www.rtd-denver.com/google_sync/TripUpdate.pb

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions