Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 2.16 KB

File metadata and controls

32 lines (17 loc) · 2.16 KB

to-bus-stations

Refresh TTC Feed Parse TTC stops data Parse TTC subway closure data Parse TTC subway slow zone data

Refresh YRT Feed Parse YRT data

Deploy static content to Pages

Inspired by https://github.com/hkbus/hk-bus-crawling, this repo crawl, parse & hosts useful, static transit data.

Main consumer is https://tobus.ca/.

Useful

Data that has an immediate use case / foreseeable use case in short term.

Example: Stop data is needed for geolocation, and are included.

Example 2: Subway station descriptions do not have foreseeable use case in short term, and are not included.

Static

Data that doesn't change in rapid sucessions.

Example: Preplanned subway closures are not expected to change rapidly without notice, and are included.

Example 2: Service alerts change within minutes & can come and go without notice, and are not included.

Credits

@thomassth made most of it

@YiweiShen helping with Python workflow