Skip to content

Commit 61e5450

Browse files
committed
Integrate remaining country-specific scripts
1 parent fb5f0d7 commit 61e5450

File tree

7 files changed

+22
-342
lines changed

7 files changed

+22
-342
lines changed

.github/workflows/Sweden.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/all-countries.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,30 @@ jobs:
3636
3737
- name: Get and process data for all countries
3838
run: |
39+
# Canada
40+
python scripts/canada_get_data.py || true
41+
3942
# Finland
4043
python scripts/finland_get_ww_data.py || true
41-
44+
45+
# Germany
46+
python scripts/ww_Ger.py \
47+
&& python scripts/ww_raw_Ger.py \
48+
|| true
49+
50+
# Netherlands
51+
python scripts/get_data_Netherlands.py || true
52+
53+
# Slovenia
54+
python scripts/slovenia_get_ww_data.py
55+
56+
# Sweden
57+
swe_csv=https://datagraphics.dckube.scilifelab.se/dataset/0ac8fa02871745048491de74e5689da9.csv
58+
curl -L $swe_csv --output "data/Sweden/Sweden_ww.csv" || true
59+
60+
# Switzerland
61+
python scripts/switzerland_get_ww_data.py || true
62+
4263
# United States (conversion factor approach)
4364
python ww_factor_US_states.py && python ww_factor_US.py
4465

.github/workflows/canada.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/germany.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.github/workflows/netherlands.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/slovenia.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/switzerland.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)