hove-io / transit_model

Managing transit data with Rust
GNU Affero General Public License v3.0
55 stars 28 forks source link

Do gtfs2netexfr handle the pathways and levels GTFS extensions ? #753

Open fchabouis opened 3 years ago

fchabouis commented 3 years ago

From what I have seen, you have at least partially added the support for the pathways and levels GTFS extension (#398 and #678) I am wondering if the gtfs2netexfr crate is able to generate a netex file containing accessibility informations if such an information is present in the GTFS input ?

Thank you for your help !

datanel commented 3 years ago

I think the only accessibility information you should have from GTFS is the wheelchair_boarding in stops.txt

see https://github.com/CanalTP/transit_model/blob/master/documentation/gtfs_to_ntfs_specs.md#reading-stopstxt and https://github.com/CanalTP/transit_model/blob/master/documentation/ntfs_to_netex_france_specs.md#accessibilityassessment (GTFS to NTFS and NTFS to NetexFr)

but nothing from pathways and levels.