UARENForecasting / advi

Interactive weather forecast visualization using Bokeh
https://forecasting.energy.arizona.edu/advi
MIT License
6 stars 6 forks source link

Add wind rays #8

Open alorenzo175 opened 6 years ago

alorenzo175 commented 6 years ago

Need to add wind direction to variables. Right now that would require a WSPD and WDIR file and for the bokeh app to open both files. Seems more reasonable to put spd and dir in the same file. It is nice that each variable has it's own file so that not all models/initializations need all variables. A reasonable approach might be to make a WIND file with /wspd/time and /wdir/time arrays and make other variable files in consistent way.

alorenzo175 commented 6 years ago

Probably best to use Bokeh 12.10 for this so screen units can be used for the rays https://github.com/bokeh/bokeh/issues/6949