|
|
|
|
|
by vforgione
3111 days ago
|
|
Right now there isn't any data being reported by our test nodes about traffic (people or vehicles) near a given node, but some ideas have been floated regarding how to get a read on pedestrian and vehicle density. We're not sure how we would do it, but I'd love to get some input on what seems both effective and ethical. |
|
Also note that bucketing is not sufficient if the lowest bucket is just 0 and the next one up starts at 1, because people walking alone will then easily show up as they go past a series of sensors. There will be a temptation to separate out zero, because it'll seem important to distinguish between "no traffic" and "small amount of traffic". Resist that temptation.
If there is any other information reported that can be correlated, it'll be easy to use that for further identification. For instance, pressure or vibration information, noise-level information, or many other sensors would easily be dual-purposed as a presence-detect.
Beyond that, please read up on all the ways that certain sensor data can have side-channels; for instance, sufficiently high-resolution accelerometer data can be turned into audio with enough fidelity to recognize speech.