This project processes data from the John's Hopkins CSSE Covid-19 GitHub repository and creates plots and json data for publication on the Covid-19 section of the DericNet website.
It works in conjunction with a separate Sphinx Covid project. That project consumes the plots and json data created by this project and builds a Sphinx website with data tables made from the json and the plots.
The single command that engages both projects and generates the website is the update_website.sh script in this project.
The script is full of hard-coded locations that are specific to this author's directory structure; so the project is not currently well productized. It is published here for reference in the hope of evolving a more generic, user friendly Python package. And, potentially one that combines it with the project in the second paragraph.