Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ireland: Missing GTFS-R #729

Open
aschieweck opened this issue Dec 29, 2024 · 1 comment
Open

Ireland: Missing GTFS-R #729

aschieweck opened this issue Dec 29, 2024 · 1 comment

Comments

@aschieweck
Copy link

The current ie.json only includes the static GTFS import, but the National Transport Authority (NTA) of Ireland also offers real-time information: https://developer.nationaltransport.ie/api-details#api=gtfsr&operation=gtfsr-v2

The biggest issues here is, that an API key is required. It can be obtained for free, but of course should not be shared. Is it possible to add this key securely?

Example entry for the real-time information of the sources section in ie.json:

{
  "name": "transport-for-ireland-realtime",
  "type": "http",
  "spec": "gtfs-rt",
  "license": {
    "url": "https://developer.nationaltransport.ie/usagepolicy"
  },
  "url": "https://api.nationaltransport.ie/gtfsr/v2/gtfsr",
  "http-options": {
    "headers": {
      "x-api-key": "key"
    }
  }
}

@HeckenFolker

@jbruechert
Copy link
Collaborator

I can add it to the CI secret store if necessary. For other feeds we have mirrored and cached it in order to open the data properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants