-
Notifications
You must be signed in to change notification settings - Fork 184
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
Best practice for the use of shapes #477
Comments
Related discussion recently - https://mobilitydata-io.slack.com/archives/C3FFFKX9C/p1714674761313129 This could be related to the distance-based fares feature, which is currently in our GTFS-Fares v2 backlog. |
I'm curious about the use case for needing to know this? |
Can't this be inferred from the density of points? |
Totally agree. |
Expanding on this idea might also be the ability to map shape points to stops so that the vehicle graph and person graph have a formal relationship. Right now we just have a person-graph. This could be done very redundantly (and prone to error) in
**note that this is often done outside of the GTFS context in many transit modeling scenarios... |
It is a meta discussion. If a shape is actually shared it cannot be converted 1:1. The main problem that I have with this is that GTFS is highly denormalised, except for shapes.txt and frequencies.txt. And I understand why you want to reuse a shape, and you could compute that there is reuse, but it becomes more questionable if you want to compute if there is an error within that reuse.
I think I don't want to trust on inferring information. And to be honest, I think we should do better (as a standard) between map matching and full precision. I think the main question is if we want to move GTFS towards a topology model (with links) or not, since it is now topographic. |
GTFS allows to publish shapes as it is an abstract thing. Technically it is even possible to share shapes between trips that do not have the same stop sequence, but follow the same route-over-the-road or route-over-the-rail and use parts of a shape. For long distance busses shapes.txt might be enormously dense, copying many highways and city entrances, while the opposite might also be true and the shape would be more something that is intended for map matching.
The text was updated successfully, but these errors were encountered: