Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Latest commit

 

History

History
43 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.33 KB

STO GTFS data

This is an attempt a building a GTFS data set for the STO network since it is not publish at the moment.

Ceci est une tentative pour batîr un set de fichiers GTFS pour le réseau de la STO vus que cette information n'est pas disponible en ce moment.

Scripts

routes.py

Will download the route information.

stops.py

Used the json file created by the route.py to get all the stops in the network. Looking into the working-data folder for an export.

times.py

Gather the stop time for a given route at all given stop.

It parse the html using BeautifulSoup so it require 3 bit of information:

  • date: the ISO formatted date: 2013-10-29
  • A stop id from the stops.py data with a leading colon: :1097
  • A route string from the data gathered by the route.py

Copyright

All data create base on the STO data available at their websites:

Comme aucune données est utilisées a des fins commerciales ou lucratives, aucune autorisation est nécessaire:

©2012 Société de transport de l'Outaouais. Tous droits réservés. Les informations et données qui apparaissent sur ce site ne peuvent être utilisées à des fins commerciales ou lucratives sans autorisation de la STO.