COVID-19 JHU.EDU CSSE Data Analytics by VTSTech (www.VTS-Tech.org)
Hello,
My name is Nigel Todman, I'm a software developer from Canada. I've written a Python script to parse the JHU CSSE Data from GitHub and produce various stats and metrics. Perhaps this would be useful to yourself or your colleagues. I often found myself making these calculations by hand every day. And now I can produce these stats globally or nationally rather quickly. (or even automatically)
Data Sources: JHU CSSE https://github.com/CSSEGISandData/COVID-19 , WHO Daily Situation Reports
Note: As of v0.52 this script now incorporates it's own copy of JHU CSSE COVID-19 Data
As of 03/23/2020 with the latest format change, this repo is now hosting a format shifted copy of JHU CSSE Daily Reports to conform to the historical format.
Quick Install:
Microsoft Windows [Version 10.0.18362.719] (c) 2019 Microsoft Corporation. All rights reserved. C:\TEMP>git clone https://github.com/Veritas83/VTSTech-COVID19.py Cloning into 'VTSTech-COVID19.py'... remote: Enumerating objects: 139, done. remote: Counting objects: 100% (139/139), done. remote: Compressing objects: 100% (84/84), done. remote: Total 139 (delta 68), reused 125 (delta 54), pack-reused 0 Receiving objects: 100% (139/139), 201.86 KiB | 1.58 MiB/s, done. Resolving deltas: 100% (68/68), done. C:\TEMP>cd VTSTech-COVID19.py C:\TEMP\VTSTech-COVID19.py>VTSTech-COVID19.py -a -dnc COVID-19 JHU.EDU CSSE Data Analytics v0.52 Written by VTSTech (www.VTS-Tech.org) Data Source: https://github.com/CSSEGISandData/COVID-19 Daily New Cases: 01-22-2020 555 01-23-2020 98 01-24-2020 288 01-25-2020 497 ..
Regards,
Nigel Todman
Software Developer/Technical Consultant
VTSTech Veritas Technical Solutions