You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Das führt dazu, dass hier keine aktuellen Daten mehr kommen
#Daten von Google beziehen (Komplett)google_mobility<- read.csv("https://storage.googleapis.com/covid19-open-data/v2/CH_ZH/main.csv",
encoding="UTF-8")
Allerdings funktioniert der Filterkey CH_ZH dort nicht, d.h. alle Daten laden und dann im Skript selbst filtern. Nicht sehr Dateneffizient, aber kein Problem.
The text was updated successfully, but these errors were encountered:
Skript
Google_Mobilitaet_rollend.R
Problem
Google hat den Report umgestellt bzw. gerade Probleme mit den Daten GoogleCloudPlatform/covid-19-open-data#542.
Das führt dazu, dass hier keine aktuellen Daten mehr kommen
Lösungsansatz
Umbau auf diesen Link
read.csv("https://storage.googleapis.com/covid19-open-data/v3/mobility.csv")
siehe auch https://github.com/GoogleCloudPlatform/covid-19-open-data/blob/main/docs/table-mobility.md
Allerdings funktioniert der Filterkey
CH_ZH
dort nicht, d.h. alle Daten laden und dann im Skript selbst filtern. Nicht sehr Dateneffizient, aber kein Problem.The text was updated successfully, but these errors were encountered: