Skip to content

wp-xyz/corona

Repository files navigation

corona

Downloads daily accumulated case counts of the corona virus disease from the 2019 Novel Coronavirus COVID-19 (2019-nCoV) data repository by Johns Hopkins University CSSE, and from Robert-Koch-Institut, Germany.

  • Displays the world-wide infection data in a color-coded map.
  • Scroll through previous dates using the scrollbar below the map.
  • Plot the data as a function of time: confirmed, death, recovered, sick counts. Cumulative cases, new cases per day.
  • Plot the universal curve new cases vs cumulative cases.
  • Estimate characteristic pandemic numbers: doubling time, reproduction number. (Disclaimer: due to various calculation methods, these numbers may differ from official data).

Screenshot

Installation

This repository contains Lazarus source files only. Please use Lazarus v2.0.8 or later to compile the binary.

No additional packages are required to compile the application. But the OpenSSL library must be available. In Windows, copy the files libeay32.dll and ssleay32.dll of the correct bitness to the application directory.

For Windows the OpenSSL dlls can be downloaded from

Usage

In the normal mode, the program writes cached disease data to subfolder CoronaData of the user's home directory (Windows: c:\users<user name>, Linux: ~/.CoronaData). The program's configuration data are stored in c:\users<user name>\AppData\Local\corona in Windows, and in ~/.corona in Linux.

There is also a portable mode which is activated by starting the application with the argument -portable. In this mode both cached disease data as well as program settings are stored in the application folder. Simply copy this folder if you want to move the application to another computer.

Data source

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages