Skip to content
forked from sledilnik/data

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

License

Notifications You must be signed in to change notification settings

atomicmind/data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 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.

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.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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.9%
  • Python 1.8%
  • Other 0.3%