covid19-datafetcher
covid19-datafetcher copied to clipboard
Fetch COVID19 data published by US states.
Bumps [luxon](https://github.com/moment/luxon) from 1.25.0 to 1.28.1. Changelog Sourced from luxon's changelog. Changelog 3.2.0 (2022-12-29) Allow timeZone to be specified as an intl option Fix for diff's handling of end-of-month when...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.2 to 0.4.4. Release notes Sourced from jpeg-js's releases. v0.4.4 v0.4.4 (2022-06-07) feat: add comment tag encoding (#87) (13e1ffa), closes #87 fix: validate sampling factors (#106) (9ccd35f),...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...
Bumps [ws](https://github.com/websockets/ws) from 7.4.0 to 7.5.7. Release notes Sourced from ws's releases. 7.5.7 Bug fixes Backported 6946f5fe to the 7.x release line (1f72e2e1). 7.5.6 Bug fixes Backported b8186dd1 to the...
move IN deaths to confirmed deaths to better reflect IN's definition, it needed to be switched in two places.
Adding COVID vaccination data across different states
Jonathan Gilmour is working on this one!
Dataset: https://services.arcgis.com/njFNhDsUCentVYJW/ArcGIS/rest/services/MDCOVID19_SerologyTests/FeatureServer/0 Very ugly dataset :( How to map fields: NumberPeopleTestedType: Num_People_Tested --> Total Antibody Tests (People) NumberPeopleTestedType: Num_People_Positive_Test --> Positive Antibody Tests (People) NumberPeopleTestedType: Num_People_Negative_Test --> Negative Antibody Tests...