Skip to content

yaron1000/open-bus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Bus

Open Bus is a project of The Public Knowledge Workshop.

We use public data to improve bus service - and public transport in general - in Israel.

We currently work on one main project, Real Delays, aggregating real-time bus data and comparing it to the planned bus schedules.

Where does the data come from?

  1. Planned (static) data: The Ministry of Transport publishes a file called GTFS. This file contains planned trips data for the next 60 days. Start here for information about GTFS and what we do with it. The gtfs package is where we work on code for reading GTFS, parsing and loading it to DB.
  2. Online data: the MoT has a webservice that provides real-time data. The webservice is called SIRI SM. Start here for information about the protocol. The siri package has code for accessing SIRI. To understand what's going on, start at siri/fetch_and_store_arrivals.py.

Some examples for working directtly with GTFS - Playing with GTFS / github

Want to help?

The project is currently focused on aggregating and analysing data, so we need mainly Python developers and data scientists. We also have side tasks that are quite "stand-alone".

We are using Python 3.5.x . Some of the code requires Postgres SQL, and we are moving to use PostGIS.

To get started, clone the repository, and have a look at our issues and the doc directory, to see what we need help with.

We recommend contacting us by filling up the workshop's new volunteer form. There's sometimes, but not always, someone working on the project in the Public Knowledge Workshop Tel-Aviv development meetings (Monday evenings).

About

Analysing Israel public transport data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.9%
  • HTML 2.2%
  • Shell 1.9%