Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/streettraffic/streettraffic
- Owner: streettraffic
- License: mit
- Archived: true
- Created: 2017-07-25T20:02:58.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-03-15T01:34:09.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T21:04:28.580Z (5 months ago)
- Language: Python
- Homepage: https://streettraffic.org/docs/docindex.html
- Size: 38.4 MB
- Stars: 28
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
- urban-and-regional-planning-resources - StreetTraffic - StreetTraffic is a Python package that crawls the traffic flow data of your favorite routes, cities by using the API provided by HERE. (Planning Coding Resources / Python)
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_sliderQuery 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: TrafficPatternDirectly 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