Covid incidence map for Germany

Thanks @jfexbrayat !

This runs on a cloud instance with bokeh and nginx. I can always upgrade the instance if nothing better comes up.

I am recalculating the map at each slider change because I don’t have acess to the ColumDataSource that is created inside plot_bokeh. In my non-geo plots that callback of the sliders updates the ColumnDataSource and that makes the plot change, but in this case I don’t have it. I posed the question here:

with a link to the source code.

Comments are welcome.