coronavirus-tracker-api icon indicating copy to clipboard operation
coronavirus-tracker-api copied to clipboard

docs: methodology

Open Akuukis opened this issue 5 years ago • 1 comments

Great stuff! I'm planning to use API for my dashboard Pandemic Estimator but I wish your API had a better documentation on methodology. I'm using JHU directly and I know what chaos it is, the most blatant example being that they provide "cumulative data" that's not cumulative quite often in practice. And the whole change of file formats, etc.

Can you please describe methodology how you deal with it? What's from JHU and what's from CSBS? What has been omitted, what has been "adjusted" and how? Thank you!

Akuukis avatar Mar 27 '20 11:03 Akuukis

Hey, we don't mix and match the data. The data being retrieved is solely up to what data provider source you specify at the end of the URL through ?source=your_source. At the moment, jhu (as default if you don't provide one) or csbs are the only available ones.

As with JHU constantly changing their stuff, we try to deal with it as good as possible, but it's clearly reflected in the API sometimes (hotfixes needed to be pushed, indexes changing, recoveries suddenly gone, etc).

ExpDev07 avatar Mar 27 '20 20:03 ExpDev07