rsalzer / COVID_19_CH

Covid19-Cases in Switzerland visualized
39 stars 11 forks source link

Daily cases recalculation #21

Closed No1e closed 4 years ago

No1e commented 4 years ago

Hello Rsalzer,

First of all, nice work.

I noticed that reporting from cantons are often done with delay, and introduces an error on all statistics. For example, VD and GE are often late, even two days. image

You might want to introduce recalculation that will try to correct the error. The recalculation should

  1. Execute every day at the end of the day
  2. Go through all incomplete days
  3. Find if there are updates for cantons. If yes recalculate statistics for that day

In this way we can get accurate information, and see if we are doing good job in flattening the curve.

Cheers, have a good days and stay healthy, Nole

rsalzer commented 4 years ago

Hey. Thanks!

So actually it already does all you are saying. It is updating itself on every reload and using the updated data. So old days get more reliable once data is there and new gets updated. Just hover over older days and you will see.