Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time Series Graph #11

Open
rashfael opened this issue Dec 7, 2016 · 8 comments
Open

Time Series Graph #11

rashfael opened this issue Dec 7, 2016 · 8 comments

Comments

@rashfael
Copy link
Collaborator

rashfael commented Dec 7, 2016

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?
@ricki-z
Copy link
Member

ricki-z commented Dec 7, 2016

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

@rashfael
Copy link
Collaborator Author

I'm only getting 404s (for example on https://www.madavi.de/sensor/feinstaub-map-sds/data/data.json-2016-11-24-12-15)

@ricki-z
Copy link
Member

ricki-z commented Dec 14, 2016

Sorry, had to clean up these files. Starts now at 2016-12-12-00-00

@ta7h12
Copy link

ta7h12 commented Dec 24, 2016

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

@ricki-z
Copy link
Member

ricki-z commented Dec 24, 2016

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

@saeugetier
Copy link

+1

@alexschnapper
Copy link

Enhancement of this feature (if it is done, what's the status here, need some help?), implementation into websites?

@alexschnapper
Copy link

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."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants