Dr. Jan-Philip Gehrcke

Results 177 comments of Dr. Jan-Philip Gehrcke

From the documentation "All top level elements inside the slider div are assumed to be "slides"", so just wrap your image with an anchor tag.

Thank you @mathiasflick for the report. I had a quick look into logs and found ``` Traceback (most recent call last): File "tools/build-rki-csvs.py", line 499, in main() File "tools/build-rki-csvs.py", line...

Data for this Landkreis were missing, recently: ``` "16056": { "name": "SK Eisenach", "state": "Thüringen", "lat": 50.9833, "lon": 10.3167, "population": 42250 }, ```

I may want to remove the `lacking_wrt_ref` check, update csv-epsilon-merge.py to allow for base set to contain more columns than extension set -- and then to forward-fill those columns.

On vacation. Didn't get to this yet. Sorry about that :/

I have looked at the data more closely to better understand what happened. The fact that 16056 disappeared from the RKI data set made me 'hope' that reporting for this...

With the solution from #1827 I have now retained Landkreis 16056 in the CSV files, simply forwarding the last known value (1975). That's incorrect, the value should drop to 0...

I have just looked at the columns 16056 and 16063 the RL data set. They have seemingly be synced a while ago: they contain the same values, for the entire...

The two landkreise in question: ``` "16056": { "name": "SK Eisenach", "state": "Thüringen", ``` ``` "16063": { "name": "LK Wartburgkreis", "state": "Thüringen", ``` on a map: ![Screenshot from 2021-10-20 13-57-44](https://user-images.githubusercontent.com/265630/138088335-75962fd4-9ff3-48ad-ae48-bbe268bcb129.png)...