Skip to content

Commit

Permalink
update zeitreihe-tagesdaten
Browse files Browse the repository at this point in the history
  • Loading branch information
frievoe97 committed Sep 12, 2023
1 parent d4e32e8 commit b73518b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ echo BUILD: Process DIVI Cases

cd Fallzahlen/DIVI

export SRC="https://diviexchange.blob.core.windows.net/%24web/zeitreihe-tagesdaten.csv"
# export SRC="https://diviexchange.blob.core.windows.net/%24web/zeitreihe-tagesdaten.csv"
export SRC="https://github.com/robert-koch-institut/Intensivkapazitaeten_und_COVID-19-Intensivbettenbelegung_in_Deutschland/blob/0b98fce502cadcdab724abc456e80c02ba258c0a/Intensivregister_Landkreise_Kapazitaeten.csv"
export OUT="zeitreihe-tagesdaten.csv"
wget -qO - ${SRC} > $OUT

Expand Down

0 comments on commit b73518b

Please sign in to comment.