-
Notifications
You must be signed in to change notification settings - Fork 8
2b. Setup route for trains
Arjan edited this page Feb 28, 2024
·
2 revisions
The gtfs integration collects data between start/end points For trains, this proved to be complex as trainstops (stations) often have multiple ID, fo rbus, tram, train, metro, etc. Instead, the integration uses manually text-entered start and end points. It searches the databae for matching strings
IMPORTANT notes:
- The search is matching strings and thus also means you should think about typo's and other spelling challenges like: ü vs. ue (Germany)
- It may be tricky to find the names for your stations, e.g. if using 'Amsterdam' in above example, it would use all other stations with 'Amsterdam' in their name, the main station is called "Amsterdam Centraal". After you created your entity you can verify the actual stations in use and redo this if incorrect.