Skip to content

Commit

Permalink
update gtfs.yml to latest spec
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Jul 5, 2024
1 parent 874d08e commit 41de8f0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/gtfs/gtfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41de8f0

Please sign in to comment.