Zeno R.R. Davatz

Results 99 comments of Zeno R.R. Davatz

Nimm unsere Daten, weil wir holen die Daten bereits von OpenZH und bereinigen die. Wir machen keine Formatänderungen ohne Ankündigung, wie OpenZH. ;)

@rokroskar @cybermax see [Wiki Data Query](https://query.wikidata.org/#SELECT%20DISTINCT%20%3FregionIso%20%3FregionLabel%20%28MAX%28%3Fpopulation_count%29%20AS%20%3Fpopulation%29%20%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%20%20%23%20select%20country%20by%20its%20iso-3%0A%20%20%20%20%20%20%20%20%3Fcountry%20wdt%3AP298%20%22CHE%22%20.%0A%20%20%20%20%20%20%20%20%23%20region%20has%20an%20iso%20%3Fiso%0A%20%20%20%20%20%20%20%20%3Fregion%20wdt%3AP300%20%3FregionIso%20.%0A%20%20%20%20%20%20%20%20%23%20region%20has%20a%20population%20of%20%3Fpopulation%0A%20%20%20%20%20%20%20%20%3Fregion%20wdt%3AP1082%20%3Fpopulation_count%20.%0A%20%20%20%20%20%20%20%20%23%20country%20contains%20region%20%3Fregion%0A%20%20%20%20%20%20%20%20%3Fcountry%20wdt%3AP150%20%3Fregion%20.%0A%20%20%20%20%20%20%20%20%23%20country%20is%20an%20instance%20of%20sovereign%20state%0A%20%20%20%20%20%20%20%20%3Fcountry%20wdt%3AP31%20wd%3AQ3624078%20.%0A%20%20%20%20%20%20%20%20%3Fregion%20wdt%3AP1082%20%3Fpopulation_count%20.%0A%0A%20%20%20%20%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22de%22%20%7D%0A%20%20%20%20%7D%0AGROUP%20BY%20%3FregionIso%20%3FregionLabel)

Yes, there is one here: https://www.bag.admin.ch/dam/bag/de/dokumente/mt/k-und-i/aktuelle-ausbrueche-pandemien/2019-nCoV/covid-19-datengrundlage-lagebericht.xlsx.download.xlsx/200325_Datengrundlage_Grafiken_COVID-19-Bericht.xlsx

@cybermax can you please link the commit here. Thank you.

Thank you, we will take a look at this. What is the advantage of this?

We have longitude, latitude values here: https://github.com/zdavatz/covid19_ch/blob/master/dd-covid19-openzh-cantons-latest.csv

Can you group the measure by Longitue and Latitude of the Cantons? Then we can put them on a Map. See here: https://github.com/zdavatz/covid19_ch/blob/master/data-cantons-csv/dd-covid19-ch-cantons-latest.csv

I will commit the file now, so you can send me a pull request later.

Can you use `;` as delimiter?