UARENForecasting / advi

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

Reduce data sent on each update #4

Closed alorenzo175 closed 6 years ago

alorenzo175 commented 6 years ago

About 1Mb of RGBA values (4 bytes per pixel) are sent for each map update. This translates to slow updating when off campus on slower internet. Consider only setting the alpha value initially and only sending RGB values for 3 bytes per pixel. Or try sending only the color bin for 1 byte per pixel.