Skip to content

Releases: FileMeta/ReadAndConvertCovid19Data

Resolve SSL/TLS Error

Choose a tag to compare

@bredd bredd released this 19 Jan 14:43

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

Data Tolerance - Moving Averages

Choose a tag to compare

@bredd bredd released this 21 Oct 02:09

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

Choose a tag to compare

@bredd bredd released this 08 Apr 03:38

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

Choose a tag to compare

@bredd bredd released this 24 Mar 21:50

Supports the updated data format and filenames from Johns Hopkins

Full Function - Update

Choose a tag to compare

@bredd bredd released this 22 Mar 00:40

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

Add New Cases Data

Choose a tag to compare

@bredd bredd released this 20 Mar 18:48

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

Choose a tag to compare

@bredd bredd released this 13 Mar 20:24

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