ChrisMichaelPerezSantiago / covid19

This API provides updated real-time data on coronavirus cases from the worldometers page, provided by the most reputable organizations and statistical offices in the world.
MIT License
76 stars 17 forks source link

Data for 4/9/20 in JohnsHopkinsDataDailyReport is stale #24

Closed w8HAQRHkTx7r closed 4 years ago

w8HAQRHkTx7r commented 4 years ago

Today's https://covid19-server.chrismichael.now.sh/api/v1/JohnsHopkinsDataDailyReport query, filtered for the state of Illinois (the only one I've tested) shows no change in the data from the previous day and differs from the numbers displayed on the Johns Hopkins web site https://coronavirus.jhu.edu/map.html and the IDPH site http://www.dph.illinois.gov/topics-services/diseases-and-conditions/diseases-a-z-list/coronavirus as of 4/10/20 @ 7am CST. Here's a sample of this morning's query: "Cook, Illinois, US", 10520, 2020-04-09 23:02:37 "DuPage, Illinois, US", 875, 2020-04-09 23:02:37 "Kendall, Illinois, US", 79, 2020-04-09 23:02:37 "Will, Illinois, US", 914, 2020-04-09 23:02:37

This are the values reported elsewhere. 11415 943 86 1010

Nerko69 commented 4 years ago

Thanks for the update.

w8HAQRHkTx7r commented 4 years ago

Data appears to be in-sync as expected this morning.

There was an odd looking datapoint:

"Utah","US",2020-04-10 22:54:07,"unassigned, Utah, US",0,4,0,0

It's the only datapoint that includes "unassigned" in the combined key. I would have expected a county name or "Utah". I don't think that datapoint appeared yesterday. I'll keep this issue open for a day or two more as I keep an eye on things.

UPDATE: I looked closer at the data. This datapoint, for Utah, also exists:

"Utah","US",2020-04-10 22:54:07,"Unassigned,Utah,US",0,0,0,0

All other US states also have an

"unassigned, Utah, US"

datapoint. Notice the case and space differences.

w8HAQRHkTx7r commented 4 years ago

There continues to be a little dirt in the data. Just be careful.