covid-19 icon indicating copy to clipboard operation
covid-19 copied to clipboard

Refactor for changes in upstream 24 March 2020

Open rufuspollock opened this issue 4 years ago • 8 comments

There are changes upstream we need to handle (cf #33): https://github.com/CSSEGISandData/COVID-19/issues/1250

  • [x] US specific data with info by @anuveyatsu are we now pulling the US data into a separate file? If not, that would be useful i think e.g. us.csv
  • [ ] Also what other new data files or changes do we need to do?

rufuspollock avatar Mar 24 '20 17:03 rufuspollock

cc @westmich

rufuspollock avatar Mar 24 '20 17:03 rufuspollock

@rufuspollock Thanks for tagging me on this. Any thoughts on the why? Are they having trouble keeping up with cases or is this data getting locked down?

westmich avatar Mar 24 '20 17:03 westmich

One of the major changes is the removal of recovered cases (#39). On this, I'm planning to remove Recovered field from the data files (we may move it to archive directory if anybody needs it). WDYT?

anuveyatsu avatar Mar 25 '20 13:03 anuveyatsu

Can you please leave the Recovered field in for the other countries which provide this info? I know there are some quality issues about recovered data, but it is crucial to calculate the number of active cases.

berndblasius avatar Mar 26 '20 11:03 berndblasius

@berndblasius we depend on the upstream here so we can't keep it I'm afraid..

anuveyatsu avatar Mar 26 '20 13:03 anuveyatsu

Hi,

thanks for the info. But I don't really understand the problem, for most countries confirmed cases are given by Johns Hopkins University in the daily reports. Or do I miss something?

Best Bernd

On Thu, Mar 26, 2020 at 2:18 PM Anuar Ustayev [email protected] wrote:

@berndblasius we depend on the upstream here so we can't keep it I'm afraid..

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

berndblasius avatar Mar 26 '20 13:03 berndblasius

@berndblasius they have announced that they will stop providing the recovered data sometimes soon

anuveyatsu avatar Mar 26 '20 16:03 anuveyatsu

@anuveyatsu one option is for us to write out the current recovered data to a separate file here and then integrate when we do the processing so it stays around and we don't have a breaking change?

rufuspollock avatar Mar 27 '20 06:03 rufuspollock