Summary: | Train station Alcazar S. Juan is not shown to be in Spain | ||
---|---|---|---|
Product: | [Applications] KDE Itinerary | Reporter: | cquike |
Component: | general | Assignee: | Volker Krause <vkrause> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Android | ||
OS: | Unspecified | ||
Latest Commit: | https://invent.kde.org/libraries/kpublictransport/-/commit/587e40f28abc4e5c144e46862f81ffc2e7f53aaa | Version Fixed In: | |
Sentry Crash Report: |
Description
cquike
2024-10-12 17:38:18 UTC
It's unrelated to the specific station or its name, the problem here is that the ticket barcode only contains station codes for the start and the destination, not for connecting stops. We use those station codes to look up additional information from an offline database, such as the geo location, and things like country and timezone follow from that. So just from the ticket data we have no way to fill in the missing bits here. This is also not limited to Renfe. What we can do in areas where we have sufficient public transport data coverage is to fill gaps from online queries, as part of checking for delays/disruptions. For Spain that doesn't seem to work out of the box for this connection though, I need to disable Navitia in the settings for backends that actually have data to be queried. That's certainly something we can improve. Thanks for the explanation! Online queries for delays in Spain would be great, but I know that in Spain this kind of information is not easy to get... Git commit 112eec1abcbb237bc3f472c68955cb80a16cbc14 by Volker Krause. Committed on 17/10/2024 at 14:55. Pushed by vkrause into branch 'master'. Remove DE and ES coverage from Navitia Doesn't seem to produce results there anymore (unlike e.g. for FR). For DE this makes little difference (we have higher rated alternatives there), but for ES Navitia so far was the one with the highest rating, blocking e.g. Transitous or DB from being queried. M +1 -1 src/lib/networks/geometry/un_navitia_regular.geojson M +0 -2 src/lib/networks/un_navitia.json https://invent.kde.org/libraries/kpublictransport/-/commit/112eec1abcbb237bc3f472c68955cb80a16cbc14 Git commit 587e40f28abc4e5c144e46862f81ffc2e7f53aaa by Volker Krause. Committed on 17/10/2024 at 15:17. Pushed by vkrause into branch 'release/24.08'. Remove DE and ES coverage from Navitia Doesn't seem to produce results there anymore (unlike e.g. for FR). For DE this makes little difference (we have higher rated alternatives there), but for ES Navitia so far was the one with the highest rating, blocking e.g. Transitous or DB from being queried. (cherry picked from commit 112eec1abcbb237bc3f472c68955cb80a16cbc14) M +1 -1 src/lib/networks/geometry/un_navitia_regular.geojson M +0 -2 src/lib/networks/un_navitia.json https://invent.kde.org/libraries/kpublictransport/-/commit/587e40f28abc4e5c144e46862f81ffc2e7f53aaa |