Skip to content
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

Add support for NeTEx public transport #14862

Open
EmilioOldenziel opened this issue May 14, 2024 · 1 comment
Open

Add support for NeTEx public transport #14862

EmilioOldenziel opened this issue May 14, 2024 · 1 comment
Assignees
Milestone

Comments

@EmilioOldenziel
Copy link

Currently the GTFS format is the only possibility of importing PT definitions, routes and timetables.
NeTEx is the official european standard to exchange public transport information, most eurpean pt authorities are also officially adopting this standard.
It defines the network, routes, lines and timetable in a single xml file.
NeTEx has a general european definition including xsd files: https://github.com/NeTEx-CEN/NeTEx

And also country or region specific dialects of NeTex exist:
The Netherlands: https://github.com/BISONNL/NeTEx-NL
Nordics: https://github.com/entur/profile-examples/tree/master

My suggestion would be a conversion script for netex2pt (which are quite close in format) with file input --netex and with an optional dialect flag --netex-dialect [NL|NORD|FR]which can deal with the dialect specific (XSD) parsing.

@namdre
Copy link
Contributor

namdre commented May 16, 2024

As discussed, feel free to send a pull request or post questions if something is unclear about the implementation.

@behrisch behrisch added this to the backlog milestone Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants