Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 2.08 KB

STRIDE.md

File metadata and controls

36 lines (21 loc) · 2.08 KB

Open Bus Stride

The goal of the Open Bus Stride project is to provide usable and accurate data about the Israeli public transportation system.

  • Please report issues and feature requests here
  • To get updates about the system status and for general help join Hasadna's Slack #open-bus channel (Hasadna Slack signup link)

Data Model

See the Stride DB Data Model for detailed description of all the data schema and objects.

See the available interfaces below for how to access this data.

For more details and background, see MOT Developer Information for description of the source fields as published by the Israel Ministry of Transportation.

ETL Processes

See the Stride ETL Processes for detailed description of all ETL processes which load and process the data.

Available Interfaces

REST API

This is the main interface which provides a REST API over the data model. See the Stride API docs for details. See the Stride API Usage guide for general usage of the REST API.

Python Client

A Python package which provides easy access to the Stride REST API. Also includes Jupyter Notebooks which demonstrate how to use the API. See the Python Client README for details.

SQL Database

We don't provide public access to the database due to complexity and scale issues. It's recommended to use the API instead. If you require some data which is not available via the API or require direct access to the DB, please open an issue.