{"id":23051509,"url":"https://github.com/averissimo/covid19-analysis","last_synced_at":"2026-03-20T00:22:28.426Z","repository":{"id":37267216,"uuid":"250299473","full_name":"averissimo/covid19-analysis","owner":"averissimo","description":"Another analysis of the covid-19 daily data with hospital beds (and nurses) vs. cases","archived":false,"fork":false,"pushed_at":"2023-07-06T23:30:42.000Z","size":13994,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T04:15:16.406Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/averissimo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-26T15:38:48.000Z","updated_at":"2024-01-12T18:12:30.000Z","dependencies_parsed_at":"2023-02-19T14:45:29.400Z","dependency_job_id":null,"html_url":"https://github.com/averissimo/covid19-analysis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/averissimo/covid19-analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/averissimo%2Fcovid19-analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/averissimo%2Fcovid19-analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/averissimo%2Fcovid19-analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/averissimo%2Fcovid19-analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/averissimo","download_url":"https://codeload.github.com/averissimo/covid19-analysis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/averissimo%2Fcovid19-analysis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28519880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T22:11:28.393Z","status":"ssl_error","status_checked_at":"2026-01-17T22:11:27.841Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T23:46:11.568Z","updated_at":"2026-01-17T22:17:30.337Z","avatar_url":"https://github.com/averissimo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"COVID19 Analysis by @averissimo\n================\n\n\u003e Exploratory analysis of worldwide COVID-19 cases/deaths.\n\nThe full analysis can be found in one of the links below and is updated\nas the data is updated.\n\n  - [World](https://averissimo.github.io/covid19-analysis/)\n  - [Germany](https://averissimo.github.io/covid19-analysis/germany.html)\n    *(by state)*\n  - [Italy](https://averissimo.github.io/covid19-analysis/italy.html)\n    *(by regione)*\n  - [Bavaria](https://averissimo.github.io/covid19-analysis/bayer.html)\n    *(Germany)*\n\nAnalysis by age group:\n\n  - [Germany](https://averissimo.github.io/covid19.de.data/) *(by\n    district)*\n\n### Source code and tecnhology\n\nSource code is available at\n[averissimo/r-analysis-covid19](https://github.com/averissimo/r-analysis-covid19).\nAll the data and analysis was processed in [R programming\nlanguage](https://www.r-project.org/).\n\nData is retrieved from official sources and they are usually updated\nonce or twice every 24h. The report itself is updated every 15minutes,\neven if there are no changes in the data.\n\n#### Data\n\nWorld data is retrieved from [EU\nCDC](https://data.europa.eu/euodp/en/data/dataset/covid-19-coronavirus-data)\nand is used as the main data source. When there is a delay on the\nrelease, we alternatively use [John\nHopkin’s](https://github.com/CSSEGISandData/COVID-19/).\n\nCurrently, the only exception is for Portugal’s data, which is updated\naround noon *(local time)* and we extract that information directly from\nthe daily situation [PDF\nreport](https://covid19.min-saude.pt/relatorio-de-situacao/) and store\nthe updated dataset in a data package\n[averissimo/covid19.pt.data](https://github.com/averissimo/covid19.pt.data).\n\n**Notes**\n\nData is mainly from EU CDC with some updates from Italy, Portugal and\nGermany’s institutes responsible with this pandemic.\n\nWe also use Eurostat and World Bank for relevant statistics and\npopulations.\n\nMapping for Italy codici\\_regione taken from\n[istat](https://www.istat.it/it/archivio/6789) *(note: two regions are\nmapped to same NUTS 2, we chose one – see `download.it.data`)*\n\nBadge showing problems with report generation:\n![\u003chttps://github.com/averissimo/covid19-analysis/actions\u003e](https://github.com/averissimo/covid19-analysis/workflows/.github/workflows/main.yml/badge.svg)\n\n## Some Interesting plots\n\nThese are included in the full analysis. They are showing data for a\nselect group of countries.\n\n### Death / Confirmed cases rate\n\nPercentage shows the Death rate per cases. Size of circle represents the\nsize of the population.\n\n![](https://averissimo.github.io/covid19-analysis/index_files/figure-html/main_plots_death_cases-1.svg)\n\n### Rolling average of past 4 days\n\nEach data point is an average of the previous 4 days\n![](https://averissimo.github.io/covid19-analysis/index_files/figure-html/main_plots_last_week_cumulative_confirmed-1.svg)\n\n### Rolling average of deaths *(per 100k population)*\n\nEach data point is an average of the previous 4 days\n\n![](https://averissimo.github.io/covid19-analysis/index_files/figure-html/main_plots_last_week_cumulative_deaths-1.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faverissimo%2Fcovid19-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faverissimo%2Fcovid19-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faverissimo%2Fcovid19-analysis/lists"}