COVID-19_plus_Russia icon indicating copy to clipboard operation
COVID-19_plus_Russia copied to clipboard

Discussuion

Open sergei-mironov opened this issue 4 years ago • 8 comments

  1. Provide COVID19 dataset containing Russian cities information.
  2. Maintain CSSE compatibility
  3. Provide some higher level APIs

sergei-mironov avatar Mar 25 '20 16:03 sergei-mironov

Nice work! We are working on a similar repository focusing on data representation and delivery. We are interested in Russian data. Our project is here https://insysbio.github.io/covid-19-data/

It would be helpful if Russian data are stored separately like US data in original J.Hopkins repos. See files /csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_US.csv Territory code as a separate column would be also helpful based on https://www.iso.org/obp/ui/#iso:code:3166:RU

Thanks!

metelkin avatar Apr 11 '20 16:04 metelkin

Good to know someone is interested. I would be happy if anyone make a visualizer like https://dash-coronavirus-2020.herokuapp.com has to monitor the situation in regions.

It would be helpful if Russian data are stored separately like US data in original J.Hopkins repos. See files /csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_US.csv

I focused at collecting daily data up to this moment, because 1) I think we could always generate time series data out of daily data 2) HSSE seems to change format sometimes and timeseries files are often affected.

I'll add timeseries files soon. Before this moment one could use a Python function which reads the daily data and return timeseries, see https://github.com/grwlf/COVID-19_plus_Russia/blob/master/python3/src/covid19ru/access.py#L68 Call it like https://github.com/grwlf/COVID-19_plus_Russia/blob/master/python3/src/covid19ru/plot.py#L15

Territory code as a separate column would be also helpful based on https://www.iso.org/obp/ui/#iso:code:3166:RU

Didn't know about it, thanks.

sergei-mironov avatar Apr 12 '20 17:04 sergei-mironov

It would be helpful if Russian data are stored separately like US data in original J.Hopkins repos. See files /csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_US.csv

Please check https://github.com/grwlf/COVID-19_plus_Russia/blob/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_RU.csv

sergei-mironov avatar Apr 13 '20 11:04 sergei-mironov

I would be happy if anyone make a visualizer like https://dash-coronavirus-2020.herokuapp.com has to monitor the situation in regions.

Unfortunately, the visualization is not our specialization. I hope someone will do it.

Please check https://github.com/grwlf/COVID-19_plus_Russia/blob/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_RU.csv

That was great! I am implementing a new data to our api.

Thanks!

metelkin avatar Apr 13 '20 16:04 metelkin

Is it possible to include municipality data?

This google sheet contains crowdsourced COVID-19 data by municipalities

gltronred avatar Apr 22 '20 12:04 gltronred

Is it possible to include municipality data?

This google sheet contains crowdsourced COVID-19 data by municipalities

OK, I'll try to write a parser.

sergei-mironov avatar Apr 23 '20 12:04 sergei-mironov

Hello! When are you planning to update? If later 12-00 Moscow time I think not usable. 23.59 - makes no sense,

IVanDeryabin76 avatar Jun 11 '20 10:06 IVanDeryabin76

Hi. Sorry for the delay. I'm now working on the update automation.

sergei-mironov avatar Jun 11 '20 19:06 sergei-mironov