-
Notifications
You must be signed in to change notification settings - Fork 1
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
Vector tiles contain stop multiple times #90
Comments
@pietervdvn Am I correct in assuming this is one stop for each platform? |
All the stations and platforms indeed are in the original SNCB datasets (both GTFS & LC). A URL ending with "_5" indicates 'platform 5', an URL with no underscore indicates the "station". The SNCB does not use the "platform" stops, those can be filtered away by adding '--remove-unused', e.g. Future work could be to fuse stops at the same location for VT generation, but this might not be needed. |
In any case we should standardize how we handle this in the transitdb and abstract away these GTFS specifics. This would mean:
If this means we need to implement a specific parser for the NMBS data then so be it. It's up to NMBS to follow the standard; it should also be the end goal to stop consume GTFS in the long run anyway. |
I disagree. If we were to create a vector tile set of a service, there might be some stops in there that should be shown, even if unused, e.g. the stops of a service that is getting planned. However, I do agree that we should use the
This already is the case. A 'stop' in the code is a 'stop', we can use the attributes to add information about the platform number and if it is part of a parent station. There is still quite some work to do for this, especially because GTFS is not functioning for big datasets in the first place right now. |
I'm talking about what the default should be, we should turn it around and add an option to keep stops without connections but the primary purpose of this library is route planning and in that scenario it makes no sense to keep stops without connections. |
In the vector tiles there are many different stops for the same station:
The text was updated successfully, but these errors were encountered: