Skip to content

Latest commit

 

History

History
224 lines (168 loc) · 16.2 KB

File metadata and controls

224 lines (168 loc) · 16.2 KB

Content

  • Sources
  • Run options
  • Results
  • Notes for developers (!)

Sources

Running the scripts

For informations on installation, dependencies and how to rum the scripts, see epidata README of the above folder.

Run options

There are several optional run options

optional arguments working for all are:

optional arguments working for some are:

-p, --make-plot Plots the data.
-ed, --end-date Changes date for which data collection is stopped
-sd, --start-date Changes date for which data collection is started
-i, --impute-dates

Returns dataframes with all dates instead of only dates where new cases have been reported.

Note that this option will have a negative impact on performance as well as on the storage space needed.

-m N, --moving-average N

The central N days moving average is computed for the data.

Note that the --impute_dates option will be implicitly turned on, as computing the moving average requires all dates to be available.

-sb, --split-berlin Berlin data is split into different counties, instead of having only one county for Berlin. [cases]
--rep-date The reporting date will be prefered over possibly given dates of disease onset. [cases]
--sanitize-data Different ways to distribute vaccinations to home locations of vaccinated persons[vaccination]
--files Files to write [case]

Hint: When using the "--make-plot" option close one figure-window to get the next one.

Results

The data is written either in json or hdf5 format

The number of "infected" persons is exported as cumulative sum such that "infected" also includes already recovered or deceased persons. Note that for Germany, vaccinations were not reported with the home county of the vaccinated persons but with the county of vaccination.

Note for DIVI:

Not every hospital is reporting the number of corona patients in intensive care units (ICU). The number of reporting hospitals differs from day to day and is given in FullData_DIVI.

More detailed information can be found in the documentation of the different functions.

Notes for developers

If a new functionality shall be added please stick to the instructions in epidata README of the above folder.

For information about testing, coverage, pylint and tools see also the epidata README of the above folder.