Skip to content

Commit

Permalink
added abwassersurveillance
Browse files Browse the repository at this point in the history
  • Loading branch information
frievoe97 committed Dec 20, 2023
1 parent f941f8d commit bc9c2f8
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions scripts/build-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ set -xeuo pipefail
IFS=$'\n\t'
# -----------------------------------------------------


pip install html_to_json
echo Before sewage-data-parser.py
python3 scripts/sewage-data-parser.py rki.csv
echo After sewage-data-parser.py
cp *abwassersurveillance* Fallzahlen/RKI


echo BUILD: Getting RKI_FILE

RKI_FILE=https://media.githubusercontent.com/media/robert-koch-institut/SARS-CoV-2-Infektionen_in_Deutschland/main/Aktuell_Deutschland_SarsCov2_Infektionen.csv
Expand Down Expand Up @@ -54,11 +62,9 @@ cp COVID-SARI-* Fallzahlen/RKI



echo Before sewage-data-parser.py
python3 scripts/sewage-data-parser.py rki.csv
echo After sewage-data-parser.py

cp *abwassersurveillance* Fallzahlen/RKI




echo BUILD: Commit cases to SVN
Expand Down

0 comments on commit bc9c2f8

Please sign in to comment.