Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Latest commit

 

History

History
52 lines (33 loc) · 1.82 KB

README.rst

File metadata and controls

52 lines (33 loc) · 1.82 KB

StreetTraffic Package

StreetTraffic Package

image

image

image

StreetTraffic is a Python package that crawls the traffic flow data of your favorite routes, cities by using the API provided by HERE.com

StreetTraffic also provides a front end Web UI to visualize historical traffic data by utilizing Vuejs and Vuetify

Read Documentation

Visualize traffic flow history

After crawling data of some regions or routes, you may query the historical traffic flow of a given route from the Web UI

traffic_slider

Query the traffic pattern of a region

You may sample many roads within a given region and calculate the average jamming factor(a measurement of traffic flow) of those roads

TrafficPattern

Directly interact with database

StreetTraffic uses RethinkDB as its datastore, which is very easy to setup and do queries.

RethinkDB