At Codebridge Newlands (Thu Jan 24 '19) we heard of the challenge to obfuscate location data, but still having it fairly accurate to make reasonable assessments and decisions.
Speaking to @ricki-z from @opendata-stuttgart who also obfuscate sensor location data on https://maps.luftdaten.info/ to protect the privacy of project participants, they round off the coordinates to 1/500 of a degree (distance approx. 100m).
In some cases, by chance, this might just as well be the exact location ;-). If security is still an issue with rounding, they suggest to maybe do the following: random value (0-50m) + constant (e.g. 50m), with direction random.
At Codebridge Newlands (Thu Jan 24 '19) we heard of the challenge to obfuscate location data, but still having it fairly accurate to make reasonable assessments and decisions.
Speaking to @ricki-z from @opendata-stuttgart who also obfuscate sensor location data on https://maps.luftdaten.info/ to protect the privacy of project participants, they round off the coordinates to 1/500 of a degree (distance approx. 100m).
In some cases, by chance, this might just as well be the exact location ;-). If security is still an issue with rounding, they suggest to maybe do the following: random value (0-50m) + constant (e.g. 50m), with direction random.