google / transitfeed

A Python library for reading, validating, and writing transit schedule information in the GTFS format.
https://github.com/google/transitfeed/wiki
Apache License 2.0
680 stars 253 forks source link

Fields in stop_times removed by merge tool #404

Open MetlinkWellington opened 9 years ago

MetlinkWellington commented 9 years ago

Hi the merge tool seems to remove all the values from timepoints field, and all the 0 values from pickup_type and drop_off_type fields in stop_times.txt. Would you please consider delivering a patch so that those values can be retained? Many thanks.