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

Remove broken Navitia endpoints #877

Closed
ialokim opened this issue Aug 13, 2023 · 4 comments
Closed

Remove broken Navitia endpoints #877

ialokim opened this issue Aug 13, 2023 · 4 comments
Labels
coverage 🗺️ This is related to the geographic areas supported. help wanted

Comments

@ialokim
Copy link
Collaborator

ialokim commented Aug 13, 2023

Unfortunately, Navitia removed several regions from their servers. We should remove them from Transportr too.

  1. check all endpoints that are currently served by Navitia (inheriting the NavitiaProvider.java in PTE)
  2. list them here in the issue
  3. remove the dis-functional ones in a PR
@ialokim
Copy link
Collaborator Author

ialokim commented Oct 7, 2023

Here's a list of all providers based on Navitia from PTE, marked with if they are still served by navitia.io. The list was recompiled from the PTE sources and compared to the response returned by https://api.navitia.io/v1/coverage (valid API token needed).

AbstractNavitiaProvider coverage still working
AustraliaProvider au
BrFloripaProvider
BrazilProvider br
BritishColumbiaProvider ca-bc
CaliforniaProvider us-ca
CostaRicaProvider
CzechRepublicProvider cz
FinlandProvider fi
FranceNorthEastProvider fr-ne
FranceNorthWestProvider fr-nw
FranceSouthEastProvider fr-se
FranceSouthWestProvider fr-sw
GhanaProvider gh
HungaryProvider hu
IsraelProvider il
ItalyProvider it
MassachusettsProvider us-ma
NewyorkProvider us-ny
NicaraguaProvider ni
NzProvider nz
OntarioProvider ca-on
OregonProvider us-or
ParisProvider fr-idf
PlNavitiaProvider pl
PortugalProvider pt
QuebecProvider ca-qc
SpainProvider es
WashingtonDCProvider us-dc

¹= The Costa Rica region was apparently served by http://98.158.179.5:9191/ which is not reachable anymore either

²= br-floripa was served by https://api.transportr.app/floripa/v1/ which shows 500 Internal Server Error

As you can see, most of the listed providers are unfortunately not served anymore by Navitia and should be removed from Transportr in the next version.

@ialokim
Copy link
Collaborator Author

ialokim commented Oct 7, 2023

br-floripa was served by https://api.transportr.app/floripa/v1/ which shows 500 Internal Server Error, should we remove it from Transportr @grote ?

@grote
Copy link
Owner

grote commented Oct 7, 2023 via email

@ialokim
Copy link
Collaborator Author

ialokim commented Nov 12, 2023

Fixed with #884

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coverage 🗺️ This is related to the geographic areas supported. help wanted
Projects
None yet
Development

No branches or pull requests

3 participants