reichlab / flusight

Influenza forecasts visualizer
http://reichlab.io/flusight/
MIT License
40 stars 11 forks source link

add different metrics to map, including predicted onset, peak week, peak height #11

Open nickreich opened 7 years ago

nickreich commented 7 years ago

Maybe as a drop-down menu for the map, with an option to show different metrics.

lepisma commented 7 years ago

I am thinking to group all possible ILI displays in dropdowns (Actual, KDE-peak, KDE-one-wk, Sarima-peak etc.) and change the relative/absolute selector to a switch.

There are a few things,

  1. There will be a lot of options (for each model: peak, 1wk, 2wk, 3wk, 4wk). One way is to add another selector for peak/1wk/2wk/3wk/4wk and disable it when the main selector is at 'Actual'.

  2. Week predictions values (onset, peak week) are slightly ambiguous on a color scale. As discussed earlier, we could do a reversed sequential colorscale but with just the n-week after value for regions (and disable relative/absolute switch). If the week to be shown is behind the current, it can be skipped.

Do you think the charts would be helpful this way?