From 41de8f0fa8065efa54be9486c8a74861f028afe1 Mon Sep 17 00:00:00 2001 From: miles-grant-ibi Date: Fri, 5 Jul 2024 14:51:28 -0400 Subject: [PATCH] update gtfs.yml to latest spec --- src/main/resources/gtfs/gtfs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/gtfs/gtfs.yml b/src/main/resources/gtfs/gtfs.yml index 1f1de715b..5ab584bf1 100644 --- a/src/main/resources/gtfs/gtfs.yml +++ b/src/main/resources/gtfs/gtfs.yml @@ -581,6 +581,16 @@ inputType: GTFS_STOP columnWidth: 6 helpContent: "The stop_id field contains an ID that uniquely identifies a stop. Multiple routes may use the same stop. The stop_id is referenced from the stops.txt file. If location_type is used in stops.txt, all stops referenced in stop_times.txt must have location_type of 0." + - name: "location_id" + required: false + inputType: GTFS_ID + columnWidth: 6 + helpContent: "The location_id field contains an ID that uniquely identifies a location. Multiple routes may use the same stop. The stop_id is referenced from the stops.txt file. If location_type is used in stops.txt, all stops referenced in stop_times.txt must have location_type of 0." + - name: "location_group_id" + required: false + inputType: TEXT + columnWidth: 6 + helpContent: "The location_group_id" - name: "stop_sequence" required: true inputType: POSITIVE_INT