axisbits / covid-api

API based on publicly available data by Johns Hopkins CSSE
20 stars 0 forks source link

Data didn't update #5

Closed impredicative closed 4 years ago

impredicative commented 4 years ago

I don't see data for Mar 23. I don't know why. A lot of downstream users rely on this source.

elitemaks commented 4 years ago

@impredicative first of all, sorry for this. I posted an update in the readme file, that Johns Hopkins CSSE changed data structure, you can check it here - https://github.com/CSSEGISandData/COVID-19/issues/1250. Currently, we are working on the code for this new format data parsing, and we need to be sure that the structure remains the same.

New data file introduced separation by cities in the US, instead of states, as it was before. We will make sure that state-level data will remain the same and will add city-level data. All these updates will be online today.

elitemaks commented 4 years ago

@impredicative data is updated keeping the original structure. Soon we will create an endpoint for getting data of US cities.

impredicative commented 4 years ago

I deeply appreciate the quick fix. In the future I will check the readme first.