These maps and data are adapted from "The TTC Subway Rider Efficiency Guide" (archived at https://ttc-rider.ca) © Sean Lerner, under a Creative Commons Attribution-NonCommercial-ShareAlike licence: http://creativecommons.org/licenses/by-nc-sa/2.0/.
This adaptation, Efficient TTC Data © by bunnyhero is licensed under CC BY-NC-SA 4.0 http://creativecommons.org/licenses/by-nc-sa/4.0/
The data
directory contains metadata for the information that is in the maps
and tips
directories.
subway.plist
: This file contains information about every subway station and every subway line. It's in Apple's XML Property List format (future versions of the app may use JSON instead). It contains two arrays: one namedstations
(containing information about each subway station), and one namedlines
(containing information about each subway line). Each station and line has a 4-character abbreviation, also referred to as akey
.tipindex.plist
contains basic metadata about each section in the "Tips" part of the app, including the title to display in the UI, and what file to use for that section.
The maps
directory contains the subway platform map data in PDF format, with a single subway station per file. The name of each file is the four-letter abbreviation for that station.
The tips
directory contains all of the TTC rider tips, with a single HTML file per tip section.