Time Series Graph
Add a graph visualizing pollution over time, both for all sensors and, if a cell is selected, for a single cell. Allow selection of the time slice for the map via this graph. Offer an autoplay function to animate the changes over time in a loop.
Possible Visualizations: Line, Bar, Calendar Heatmaps.
Bonus Feature for later: Live-Update.
Open Questions:
- What's the data source for historical data?
- How many points in time do we want to display / what resolution?
- How far back do we want to go?
Historical data json can be found under http://www.madavi.de/sensor/feinstaub-map-sds/data/data.json-yyyy-mm-dd-hh-mm , one file per minute. Loading files with a difference of 15 Minutes will give us 96 maps per day. For a first version this should be okay. The rest should be changes of some values (intervall, count). Graph should be bar graph with different color for a single bar on mouseover
I'm only getting 404s (for example on https://www.madavi.de/sensor/feinstaub-map-sds/data/data.json-2016-11-24-12-15)
Sorry, had to clean up these files. Starts now at 2016-12-12-00-00
Can't get data for example www.madavi.de/sensor/feinstaub-map-sds/data/data.json-2016-12-24-12-00 so what's wrong? this would be a great feature to show pollution-problems
Sorry, wrong filename. Too many .'s and -'s. Correct filename is https://www.madavi.de/sensor/feinstaub-map-sds/data/data.json.2016-12-24-12-00
+1
Enhancement of this feature (if it is done, what's the status here, need some help?), implementation into websites?
Ooops, Link https://www.madavi.de/sensor/feinstaub-map-sds/data/data.json.2016-12-24-12-00 returns "Die Seite konnte nicht gefunden werden."