probr-uzh / probr-analysis

Analysis components for the probr WiFi tracking system
MIT License
14 stars 9 forks source link

Heatmap-Query #4

Closed dschoeni closed 9 years ago

dschoeni commented 9 years ago

Write a Incremental MapReduce Query that generates a collection with triangulated packet-data. Output should approximately look like this:

{ time: '2334349834', location: { type: 'Point', coordinates: [Lng,Lat] }}

dcale commented 9 years ago

Done and checked in