You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add random noise to passenger count data to better preserve passenger privacy. Currently passenger count data is published as an enum value (EMPTY, FEW_SEATS_AVAILABLE, etc.). When the value changes, it is possible to detect individual passengers boarding or alighting the vehicle. Add random noise (e.g. ±5%) to the raw vehicle load ratio and calculate the enum value from this.
This change should be done so that Reittiloki will display the same passenger count values
The text was updated successfully, but these errors were encountered:
Waltti might have a more robust solution for this, done in cooperation with University of Helsinki. See #topic-waltti-apc channel in Slack for discussion
Add random noise to passenger count data to better preserve passenger privacy. Currently passenger count data is published as an enum value (
EMPTY
,FEW_SEATS_AVAILABLE
, etc.). When the value changes, it is possible to detect individual passengers boarding or alighting the vehicle. Add random noise (e.g. ±5%) to the raw vehicle load ratio and calculate the enum value from this.This change should be done so that Reittiloki will display the same passenger count values
The text was updated successfully, but these errors were encountered: