Pascal Rhod
Pascal Rhod
In the _routes.txt_ file, the _school_vehicle_type_ field is precising if a bus is a regular one, a school bus or both (with the possible values 0,1,2). It may be more...
I think we could use a simplification of the creation of a new creator by allowing the generation of a GTFS without any `trips`, `calendar` or `stop_times` with the default...
Providing transfers information could enhance the use of the generated GTFS for journeys computation. There could be several ways of doing it : * a new feature in osm2gtfs *...
Error seems to be caused by quotes in tag value
If the trips.txt file contains a trip referencing a service_id that doesn't exist in calendar_dates.txt or calendar.txt, there should be a warning returned.
In the ntfs module, in mod.rs, the function `write_to_zip` is writing ntfs files in a temp_dir, and then creating a zip with all the temp files. Is it possible to...