-
Notifications
You must be signed in to change notification settings - Fork 47
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
MOTIS Potential #452
Comments
GTFS-RT ADDED, shapes.txt support and NetEx+Siri-Lite (including zipped feeds) support would really be great. In France we have some sources (like Blablabus) that "based on Government advice" have decommissioned GTFS-RT, and "for performance reasons, according to Government recommandations" use zipped SIRI-Lite feeds. So we end having GTFS + Siri-Lite, NetEx + SiriLite and GTFS + GTFS-RT data combinations. Would be useful to be able to deal with them including if live feed is compressed. |
You missed NeTEX + GTFS-RT although I am not sure if this combination really exists... ;-) In general I guess that is the reason why the Entur operates services to convert NeTEX and SIRI to GTFS / GTFS-RT respectively. It's easier to convert everything centrally to a common denominator than update every consumer of the data to handle both standards... https://github.com/entur/damu |
This GitHub issue exists to give an overview of features that would extend MOTIS in a valuable way. If you want to discuss a specific feature in more detail, please open a separate issue. I will link those more detailed discussion issues here for reference to keep an overview. Most of the features would need to be implemented in the routing core nigiri.
ADDED
supportshapes.txt
and output compressed polylines for the public transport part in API routing results.schedule-xyz:xyz.zip
. This should be{ type: "schedule", tag: "xyz", path: "xyz.zip" }
in JSON/Yaml to improve readability and simplify the parsing code (no string splitting!).motis import -i input -o data
generates a data directory that can be uploaded to S3 or moved around between nodesmotis run -i data
runs MOTIS with the data directory - no matter what. Currently, MOTIS requires the input directory to run, which would not be necessary. It's only used to check that all preprocessed files are up-to-date. If this is ensured in another way, it would be nice to not need input data on a production server.If you want to work on one of those issues, please discuss this first with the MOTIS team. One way to do this is to open an issue here to discuss the details and telling us that you want to work on it so an issue is not done 2x at the same time.
The text was updated successfully, but these errors were encountered: