romunov / data

Collecting and organising data as they come in from various sources - master tables are at https://tinyurl.com/sledilnik-gdocs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status GSheets update OstaniZdrav update Schools update Sewage update Vaccination 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. Master tables are at https://tinyurl.com/sledilnik-gdocs

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

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

How to run scripts


In this folder run:

  1. python3.8 -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

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

About

Collecting and organising data as they come in from various sources - master tables are at https://tinyurl.com/sledilnik-gdocs

License:GNU Affero General Public License v3.0


Languages

Language:HTML 98.0%Language:Python 1.7%Language:Shell 0.2%Language:Perl 0.1%