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

Reporter Stats #72

Closed kdiluca closed 7 years ago

kdiluca commented 7 years ago

Added the following stats to the reporter: stats: { successful_matches: { count: 62, //count of successful matches being reported length: 0.478 (in km) }, match_errors: { discontinuities: 1, //a count of the number of matches that include discontinuities invalid_speeds: 0, //these are the speeds greater than the threashold }, unreported_matches: { count: 0, // count of prior segments on local level not being reported length: 0 (in km) }, unassociated_segments: 1 //non-internal non OSMLR segments },

dnesbitt61 commented 7 years ago

:shipit: