Open sergei-mironov opened 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!
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.
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 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.
That was great! I am implementing a new data to our api.
Thanks!
Is it possible to include municipality data?
This google sheet contains crowdsourced COVID-19 data by municipalities
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.
Hello! When are you planning to update? If later 12-00 Moscow time I think not usable. 23.59 - makes no sense,
Hi. Sorry for the delay. I'm now working on the update automation.