All Projects → sledilnik → data

sledilnik / data

Licence: AGPL-3.0 license
Collecting and organising COVID-19 data for Slovenia as they come in from various sources

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to data

COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+510%)
Mutual labels:  covid-19, covid19, covid19-data, covid19-tracker
covid-dashboard
Help welcomed if you have expertise in public health web technology, data modeling and munging, or visualization.
Stars: ✭ 106 (+430%)
Mutual labels:  covid-19, covid19, covid19-data
cl-covid19
Explore COVID-19 data with Common Lisp, gnuplot, SQL and Grafana
Stars: ✭ 51 (+155%)
Mutual labels:  covid-19, covid19, covid19-data
corona
به فکر خودتان باشید...
Stars: ✭ 16 (-20%)
Mutual labels:  covid-19, covid19-data, covid19-tracker
covid-19-image-repository
Anonymized dataset of COVID-19 cases with a focus on radiological imaging. This includes images (x-ray / ct) with extensive metadata, such as admission-, ICU-, laboratory-, and patient master-data.
Stars: ✭ 42 (+110%)
Mutual labels:  covid-19, covid19, covid19-data
covid19-florida
Florida COVID19 Data parsed from Florida DOH Dashboard and PDF reports
Stars: ✭ 32 (+60%)
Mutual labels:  covid-19, covid19, covid19-data
open-data-covid-19
Open Data Repository for the Covid-19 dataset.
Stars: ✭ 19 (-5%)
Mutual labels:  covid-19, covid19, covid19-data
COVID19Py
A tiny Python package for easy access to up-to-date Coronavirus (COVID-19, SARS-CoV-2) cases data.
Stars: ✭ 86 (+330%)
Mutual labels:  covid-19, covid19, covid19-data
Covidview
A complete COVID-19 tracker cum dashboard website made by me.
Stars: ✭ 24 (+20%)
Mutual labels:  covid-19, covid19-data, covid19-tracker
covid19-cli
A CLI for getting covid-19 coronavirus status of your district or state or country at lightning speed right on your terminal built using https://api.covid19india.org.
Stars: ✭ 19 (-5%)
Mutual labels:  covid19, covid19-data, covid-19-tracker
covid19-timeseries
Covid19 timeseries data store
Stars: ✭ 38 (+90%)
Mutual labels:  covid-19, covid19, covid19-data
COVID-19-Datasets
Novel Coronavirus (COVID-19) Cases for India, provided by University of Kalyani.
Stars: ✭ 19 (-5%)
Mutual labels:  covid-19, covid19, covid19-data
COVID-19-AI
Collection of AI resources to fight against Coronavirus (COVID-19)
Stars: ✭ 25 (+25%)
Mutual labels:  covid-19, covid19, covid19-data
ctt
Corona Tracker Tracker Dashboard for the German Corona-Tracing-app
Stars: ✭ 15 (-25%)
Mutual labels:  covid19, covid19-data, covid19-tracker
covid19gr
Open Data Aggregation & Knowledge Base Repository for the evolution of the SARS-COV-2 pandemic in Greece.
Stars: ✭ 21 (+5%)
Mutual labels:  covid-19, covid19, covid19-data
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+115%)
Mutual labels:  covid-19, covid19, covid19-data
covid19-mx-time-series
Time series data of the COVID-19 epidemic in Mexico
Stars: ✭ 36 (+80%)
Mutual labels:  covid-19, covid19, covid19-data
us-covid19
Data repository of State's Health Department stats for COVID19 in the United States
Stars: ✭ 37 (+85%)
Mutual labels:  covid-19, covid19, covid19-data
coronainfobd
Real-time corona-virus tracker of Bangladesh 🇧🇩 which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. 🥰❤
Stars: ✭ 46 (+130%)
Mutual labels:  covid-19, covid19, covid19-data
PhoNER COVID19
COVID-19 Named Entity Recognition for Vietnamese (NAACL 2021)
Stars: ✭ 55 (+175%)
Mutual labels:  covid-19, covid19, covid19-data

Build Status GSheets update OstaniZdrav update Schools update Sewage update Vaccination update Vaccination OPSI update Lab tests update

Slovenia COVID-19 Data Collection - Sledilnik.org

Visualized at COVID-19 Sledilnik Home Page

Collecting and organising data as they come in from various sources.

This repository is for organising our collaboration better: wikis, issues etc.

Python 3.8+ is required to run scripts in this repo.

Vaccination update depends on py-cepimose with a specific subset of Tests for Sledilnik.org

How to run scripts


In this folder run:

  1. python3 -m venv venv or virtualenv -p python3.8 venv
  2. source venv/bin/activate
  3. pip install -r requirements.txt
  4. export COVID_DATA_PATH=<the location of the COVID-DATA folder>
  5. python update.py or python transform/nijz_daily.py or python transform/nijz_weekly.py...

Updating data

Most GitHub:octocat: workflows are scheduled to be ran periodically and can also be triggered manually on the Actions page.

Old alternative: Trigger rebuild at Travis CI

Changelog

2020-04-28

  • stats.csv: rename cases.active.todate to cases.active issue #11

2020-04-26

  • stats.csv: added tests.regular.* and tests.ns-apr20.* to separate tests for National Survey April 2020
  • stats.csv: changed tests.positive.* to report positive actual tests (slightly higher than cases.confirmed.*)

2020-04-25

  • dict-municipality.csv: fixed region for Gornja Radgona (was lj - is ms now)

2020-04-20

  • dict-age-groups.csv: age groups with population (total, male, female)

2020-04-18

  • dict-retirement_homes.csv: added tax-id for each retirement home
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].