A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.
129
stars
106
forks
source link
aligning stoptime stop_id/location_id/location_group_id && alternate_stop_name_exceptions.txt with spec #231
Closed
CaylaSavitzky closed 7 months ago
Summary:
according to spec: file - alternate_stop_name_exceptions.txt, fields - route_id && stop_id allow for non-numerical values in spec
file - location_groups.txt, field - location_group_name is an optional field
merge process was propagating stop_id value to location_id, & location_group_id (which are all supposed to be mutually exclusive)
Expected behavior:
Explain how you expect the pull request to work in your testing (in case other platforms/versions exhibit different behavior).
Please make sure these boxes are checked before submitting your pull request - thanks!