opentraffic / reporter

OTv2: distributed service that matches raw GPS probe data to OSMLR segments and sends anonymized speeds to Datastore
GNU Lesser General Public License v3.0
13 stars 16 forks source link

Add a test program to generate a test trace sent to Python report #71

Closed dnesbitt61 closed 7 years ago

dnesbitt61 commented 7 years ago

Borrowed from @mxndrwgrdnr code to simulate a GPS trace from a Valhalla route.

dnesbitt61 commented 7 years ago

This includes a lot of other improvements: Add next segment logic and a time based threshold for reporting the last segment. Add configuration control of levels to report segments and transitions onto next segments. Add a debug flag that disables sending results onto the Datastore (so the request is just a test)

dnesbitt61 commented 7 years ago

Fixes #37 Fixes #66 Fixes #43