Skip to content

Releases: FileMeta/ReadAndConvertCovid19Data

Resolve SSL/TLS Error

19 Jan 14:43

Choose a tag to compare

Upgrade to .NET Framework 4.7.2 which resolved "Could not create ssl/tls secure channel" error.

Data Tolerance - Moving Averages

21 Oct 02:09

Choose a tag to compare

This release adds tolerance for gaps in inbound data and calculates seven-day moving averages for confirmed cases and for deaths.

Enhanced Functions - More Detail, Filtering and Aggregation

08 Apr 03:38

Choose a tag to compare

This release uses the daily data updates by Johns Hopkins which offer finer-grained data down to the county level. It can generate multiple outputs each with different filters and aggregation levels.

At the command line, execute the following to get syntax help:

ReadAndConvertCovid19Data -h

Full Function - Latest Data Format

24 Mar 21:50

Choose a tag to compare

Supports the updated data format and filenames from Johns Hopkins

Full Function - Update

22 Mar 00:40

Choose a tag to compare

Tolerate missing data (treats as zero) and report date of last data.

Add New Cases Data

20 Mar 18:48

Choose a tag to compare

This version adds columns for NewConfirmed, NewDeaths, and NewRecovered which are simply differences from the previous day's data. The regular data from Johns Hopkins is cumulative.

It also addresses a buffering bug which, sometimes, resulted in an incomplete data set.

Full Function

13 Mar 20:24

Choose a tag to compare

Functional ReadAndConvertCovid19Data application for Microsoft Windows. See the ReadMe for details on what the tool does and how to use it.