-
Notifications
You must be signed in to change notification settings - Fork 23
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
exclude stops where there isn't any shape #23
Comments
You could use the config option Would that work around the issue for you? Or do you think there is a need for a configuration option to "ignore trips with no shapes.txt" |
Thanks for the reply @brendannee But in this case, the GTFS has shapes.txt https://www.data.gouv.fr/fr/datasets/r/92af6161-1b1a-4e0b-8f60-d97f213d993a but when you use it you get straight lines because the provider give a "wrong" shapes.txt : https://gist.github.com/2803media/d010a2b17603a9daddd48746a44dd37f Thanks for your feedback on this ;) |
Thanks for sharing this dataset. For your case where you want to explicitly exclude some routes with bad shapes, what would be the best way?
Can you share with me an example route from that GTFS you shared which has a bad shape? |
Hi this works very good but sometime the raw data is bad like in this example:
As you see some route doesn't have any shape, and the algo draw a strait line between stops. Do you know of we can exclude those "routes" from the geojson output?
The text was updated successfully, but these errors were encountered: