sergei-mironov / COVID-19_plus_Russia

COVID-19 data from JHU CSSE, updated with details on Russian regions.
22 stars 6 forks source link

Discussuion #1

Open sergei-mironov opened 4 years ago

sergei-mironov commented 4 years ago
  1. Provide COVID19 dataset containing Russian cities information.
  2. Maintain CSSE compatibility
  3. Provide some higher level APIs
metelkin commented 4 years ago

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!

sergei-mironov commented 4 years ago

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 commented 4 years ago

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

metelkin commented 4 years ago

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!

gltronred commented 4 years ago

Is it possible to include municipality data?

This google sheet contains crowdsourced COVID-19 data by municipalities

sergei-mironov commented 4 years ago

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.

IVanDeryabin76 commented 4 years ago

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

sergei-mironov commented 4 years ago

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