COVID-19 Tracker (based on John Hopkins CSSE)
Posted: 10 Mar 2020 05:58
COVID-19 Tracker (based on John Hopkins CSSE)
Prologue
I have created this flow since the end of January and use it until now. I see there are some apps trying to show the tracking data. I thought it might be useful for Automagic user, so you don't have to install separate app or open up browser just to know the latest statistic.
Download
COVID-19 Tracker : http://automagic4android.com/flow.php?i ... 07bf429ec7
Import the flow and create shortcut to the home screen for quick access. Source Data
The data query from https://www.arcgis.com/apps/opsdashboar ... 7b48e9ecf6
Coronavirus COVID-19 Global Cases by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University (JHU)
If you want to view this in full information, you should open the link in browser
The main source of the json file is at
https://services1.arcgis.com/0MSEUqKaxR ... eHint=true
It is approximately 30-40 Kb, much faster than loading the whole website.
(if you want to find the json file yourself, use Chrome developer tools (F12), at the network tab, reload the tab, use search to find something like "Mainland China". You have a lot of json, use the one that show multiple countries. It takes a while to pick the good one.)
Explanation
The data has been sorted per confirmed case by descending order. I group the region to the country, so it only show the country total cases. This flow just show you the quick summary, which I think what most users need. (too much information can cause information overload).
Short Explanation :
Confirmed : Total confirmed cases from the lab test
Deaths : Total death
Recovered : Total recovery cases
Diagnosed : Number of death + recovered, means the case has been finished, not ongoing
Mortality : Number of death divided by total Confirmed cases, in percentage
Recovery : Number of recovered divided by total Confirmed cases, in percentage
Fatality : Different from Mortality, this is number of death divided by total Diagnosed (finished cases), in percentage.
In detail for each country, the same number, but with initial
C : Confirmed
D : Deaths
R : Recovered
Di : Diagnosed
M : Mortality
Rr : Recovery (rates)
F : Fatality
F number with value NaN means there is no death or recovered cases yet in that country.
Press Yes to copy to clipboard.
Extra Feature
I have another extra script at the end to prepare the speech output in Indonesian. I trigger it using my ticwatch. If you don't use it, you can remove it.
Default sort order from the json is based on highest confimed cases. If you need to sort based on Country names, uncomment the sort country section.
Epilogue
I create this to maintain quick updated summary of the COVID-19, so we can make our decision based on data. (to approximate the risk of travelling). I hope we don't need this flow for too long. I hopes everyone stay healthy and for the confirmed ones to recover soon.
Prologue
I have created this flow since the end of January and use it until now. I see there are some apps trying to show the tracking data. I thought it might be useful for Automagic user, so you don't have to install separate app or open up browser just to know the latest statistic.
Download
COVID-19 Tracker : http://automagic4android.com/flow.php?i ... 07bf429ec7
Import the flow and create shortcut to the home screen for quick access. Source Data
The data query from https://www.arcgis.com/apps/opsdashboar ... 7b48e9ecf6
Coronavirus COVID-19 Global Cases by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University (JHU)
If you want to view this in full information, you should open the link in browser
The main source of the json file is at
https://services1.arcgis.com/0MSEUqKaxR ... eHint=true
It is approximately 30-40 Kb, much faster than loading the whole website.
(if you want to find the json file yourself, use Chrome developer tools (F12), at the network tab, reload the tab, use search to find something like "Mainland China". You have a lot of json, use the one that show multiple countries. It takes a while to pick the good one.)
Explanation
The data has been sorted per confirmed case by descending order. I group the region to the country, so it only show the country total cases. This flow just show you the quick summary, which I think what most users need. (too much information can cause information overload).
Short Explanation :
Confirmed : Total confirmed cases from the lab test
Deaths : Total death
Recovered : Total recovery cases
Diagnosed : Number of death + recovered, means the case has been finished, not ongoing
Mortality : Number of death divided by total Confirmed cases, in percentage
Recovery : Number of recovered divided by total Confirmed cases, in percentage
Fatality : Different from Mortality, this is number of death divided by total Diagnosed (finished cases), in percentage.
In detail for each country, the same number, but with initial
C : Confirmed
D : Deaths
R : Recovered
Di : Diagnosed
M : Mortality
Rr : Recovery (rates)
F : Fatality
F number with value NaN means there is no death or recovered cases yet in that country.
Press Yes to copy to clipboard.
Extra Feature
I have another extra script at the end to prepare the speech output in Indonesian. I trigger it using my ticwatch. If you don't use it, you can remove it.
Default sort order from the json is based on highest confimed cases. If you need to sort based on Country names, uncomment the sort country section.
Epilogue
I create this to maintain quick updated summary of the COVID-19, so we can make our decision based on data. (to approximate the risk of travelling). I hope we don't need this flow for too long. I hopes everyone stay healthy and for the confirmed ones to recover soon.