Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/streettraffic/streettraffic

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

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

.. title:: StreetTraffic Package

StreetTraffic Package
=======================

.. image:: https://api.codacy.com/project/badge/Grade/adacea14777f4fa2b8df5584b1c44823
:target: https://www.codacy.com/app/vwxyzjn/streettraffic?utm_source=github.com&utm_medium=referral&utm_content=streettraffic/streettraffic&utm_campaign=Badge_Grade

.. image:: https://badge.fury.io/py/streettraffic.svg
:target: https://badge.fury.io/py/streettraffic

.. image:: https://img.shields.io/github/license/mashape/apistatus.svg
:target: https://github.com/streettraffic/streettraffic

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

.. image:: docs\source\_static\traffic_slider.gif
:alt: 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

.. image:: docs\source\_static\TrafficPattern.gif
:alt: TrafficPattern

Directly interact with database
--------------------------------------------
StreetTraffic uses RethinkDB as its datastore, which
is very easy to setup and do queries.

.. image:: docs\source\_static\RethinkDB.gif
:alt: RethinkDB