Skip to content

Commit acd651a

Browse files
author
Rob Gregg
committed
feat(gtfs.yml): Added fields to feed_info.txt
Added defult_lang, feed_contact_email, feed_contact_url #663
1 parent baaba8b commit acd651a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

gtfs.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@
1717
required: true
1818
inputType: URL
1919
columnWidth: 12
20-
helpContent: "The feed_publisher_url field contains the URL of the feed publishing organization's website. (This may be the same as one of the agency_url values in agency.txt.) The value must be a fully qualified URL that includes http:// or https://, and any special characters in the URL must be correctly escaped. See http://www.w3.org/Addressing/URL/4_URI_Recommentations.html for a description of how to create fully qualified URL values."
2120
- name: "feed_lang"
2221
required: true
2322
inputType: LANGUAGE
2423
columnWidth: 12
2524
helpContent: "The feed_lang field contains a IETF BCP 47 language code specifying the default language used for the text in this feed. This setting helps GTFS consumers choose capitalization rules and other language-specific settings for the feed. For an introduction to IETF BCP 47, please refer to http://www.rfc-editor.org/rfc/bcp/bcp47.txt and http://www.w3.org/International/articles/language-tags/."
25+
- name: "default_lang"
26+
required: false
27+
inputType: LANGUAGE
28+
columnWidth: 12
29+
helpContent: "Defines the language used when the data consumer doesn’t know the language of the rider. It's often defined as en, English."
2630
- name: "feed_start_date"
2731
required: false
2832
inputType: DATE
@@ -67,6 +71,16 @@
6771
inputType: TEXT
6872
columnWidth: 12
6973
helpContent: "The feed publisher can specify a string here that indicates the current version of their GTFS feed. GTFS-consuming applications can display this value to help feed publishers determine whether the latest version of their feed has been incorporated."
74+
- name: "feed_contact_email"
75+
required: false
76+
inputType: EMAIL
77+
columnWidth: 12
78+
helpContent: "Email address for communication regarding the GTFS dataset and data publishing practices."
79+
- name: "feed_contact_url"
80+
required: false
81+
inputType: URL
82+
columnWidth: 12
83+
helpContent: "URL for contact information, a web-form, support desk, or other tools for communication regarding the GTFS dataset and data publishing practices."
7084

7185
- id: agency
7286
name: agency.txt

0 commit comments

Comments
 (0)