feat: Add initial route planner support - #1098
Draft
MoritzWeber0 wants to merge 14 commits into
Draft
Conversation
|
Hi there! 👋 Thank you for your contribution to the FIP Guide! 🚀 Checklist before merging:
|
✅ Deploy Preview for fipguide ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…experimental message - Extract transitous_mapping from operator frontmatter to transitous.yaml - Extract country operators_without_fip queries to transitous.yaml - Simplify operators_without_fip to a plain string list - Update templates to read from resource files - Add experimental warning message to route planner page
…transitous entries
- Add fromName/toName/fromStopId/toStopId to query evaluation context - Detect Liège–Maastricht section (FIP accepted) - Detect Maastricht–Aachen section (FIP not accepted) - Fallback for mixed legs (FIP partially accepted) - Match both Arriva (Sneltrein RE18) and DB Regio (de-DELFI_de:nrw:re18) variants
- Pre-resolve countries for all legs before rendering - Add fromCountry/toCountry to evalQuery for country-based matching - Add NS International ICE as FIP accepted on DB page for domestic journeys - Set reservation_required false for national ICE trains
Member
|
Mega gut :D |
Member
Author
Soweit ich weiß, steht das leider nicht in den GTFS Daten :( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Initial version of the route planner, mainly vibe-coded, but it's here to share the idea and find issues.
So far it mainly works for Eurostar + DB + Renfe AVE trains. Cross-border points are a challenge, not sure how to tackle them.