-
Notifications
You must be signed in to change notification settings - Fork 8
Convert landkreise.ods to landkreise.csv #64
Comments
we actually had it as csv, but I think it was too large for github to display it (but I may be wrong here, I can't remember for sure. Btw, I'm curios: How did you find this project? ;) |
@dadosch Honestly, I had to check if github actually has a file size limit, because I totally missed this aspect and indeed, there exists a limit at 512 KB (it is even mentioned within the referenced page). Afterwards, I did a quick test and converted the current sheet locally to .csv which produced a file with approx. 17KB, hence this should be fine for github. |
Regarding your second question (me find this project): Actually, I planned to use R to do some statistics on current corona data. In the beginning, I tried to use the RKI provided data on arcgis, but I was not able to identify the corresponding API documentation in a bearable amount of time. Hence, I searched for projects on github using the API (to be more precisely, I searched for any project being related to "corona germany" ;) ) in order to understand the usage. Even though, your project was not directly related to this goal, I liked the general idea. |
Btw, do you know the efforts of "Risklayer, Karlsruhe"? They crowdsource every Kreis each day (without scripts, just humans) https://docs.google.com/spreadsheets/d/1wg-s4_Lz2Stil6spQEYFdZaBEp8nWW26gVyfHqvcl8s/edit |
I think, it would be really awesome to convert the overview sheet from
.ods
to.csv
.Advantages:
.csv
is a plain-text file format and hence, changes to that file can easily be tracked and managed by git and humans.The text was updated successfully, but these errors were encountered: