X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=blobdiff_plain;f=enhance_table.py;h=5926db0c1cc6a61bd445b6d482dd549057bcee23;hp=8d0fd335ec2c62e077bb3b34fcd47f10920adb30;hb=ac8865761b936186c35acd382c7d191b0b5ef7bd;hpb=7c0bea9a26a3e3a5466f1a75d41f4a48d2106ac2 diff --git a/enhance_table.py b/enhance_table.py index 8d0fd33..5926db0 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -135,15 +135,20 @@ if output_type == 'html': -Table of Berlin's Corona infection number development by districts +Berlin's Corona infection numbers, development by districts -

Table of Berlin's Corona infection number development by districts

-

Updated daily at 9pm. Source code. Text view optimized for terminal curl.

+home · contact · privacy +

Berlin's Corona infection numbers, development by districts

+

Updated daily at 9pm based on data from the "Senatsverwaltung für Gesundheit, Pflege und Gleichstellung". Source code. Text view optimized for terminal curl.

+""") sorted_dates.reverse() @@ -153,8 +158,11 @@ table, tr, th, td { border: 1px solid black; } if sum_district == district: print('' % long_form) else: - print('' % long_form) + # Wrap in div because the vertical orientation otherwise fails + # in Chromium. + print('' % long_form) print('') + print('') for date in sorted_dates: print('') print('' % date) @@ -172,10 +180,10 @@ table, tr, th, td { border: 1px solid black; } if 'week_incidence' in district_data: week_inc = '%.1f' % district_data['week_incidence'] print('
date%s%s
%s
%s') - print(new_infections) + print('%s' % new_infections) if district != sum_district: print('
') - print('') + print('
') print('' % (long_wsum, week_sum)) print('' % (long_wavg, week_avg)) print('' % (long_winc, week_inc)) @@ -193,7 +201,7 @@ elif output_type == 'txt': # Explain what this is. intro = \ """Table of Berlin's Corona infection number development by districts. -Updated daily at 9pm. +Updated daily at 9pm based on data from the "Senatsverwaltung für Gesundheit, Pflege und Gleichstellung". Abbrevations/explanations: """
%s%s
%s%s
%s%s