Skip to main content

timetable_notes.txt

This is an optional, non-standard file called timetable_notes.txt. This file specifies notes about specific stops, trips, stoptimes, routes or timetables that should be included in the HTML output of a timetable.

The symbol and text of each note is defined in this file while the locations that each note should be placed is defined in timetable_notes_references.txt. This allows one note to be used in multiple places, such as two different trips, without having to duplicate the text of the note multiple times.

Notes can have a symbol specified or can be left blank and GTFS-to-HTML will assign a letter a-z to each note (falling back to using integers if more than 26 symbols are needed).

Field Definitions

timetable_notes.txt

Primary key (note_id)

Field NameTypePresenceDescription
note_idUnique IDRequiredA unique ID for the timetable note.
symbolTextOptionalThe symbol used to indicate the note, such as §. Optional, if omitted a letter of the alphabet starting with a will be used.
noteTextRequiredThe text of the note, such as "This stop is sometimes underwater". Markdown syntax is supported which allows including links and formatting.

Example

note_id,symbol,note
1,,"No service during baseball games"
2,,"No express service during a full moon"
3,,"Trip is cancelled if drawbridge is up"
4,,"This stop is sometimes underwater"
5,,"Driver will only stop if prearranged by fax"
6,§,"Vehicle can arrive early if leap second is added during trip and *will not wait*"
7,,"[See list of holidays](http://transitagency.org/holidays)"

An example of this file is located in examples/timetable_notes.txt.