-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvirus-germany-2020.dat
100 lines (95 loc) · 2.27 KB
/
virus-germany-2020.dat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Raw data:
# git clone https://github.com/CSSEGISandData/2019-nCoV
# cd csse_covid_19_data/csse_covid_19_daily_reports
# cat *csv | grep Germany | cut -d, -f3-4 \
# | sed -e "s/[T,]/ /g" \
# | gawk -e '($1 ~ /^2020[^\/]*$/) {x1=$1 ; gsub(/-/, " ", $1) ; print x1,strftime("%j",mktime($1" 00 00 00")),$3}' \
# > germany.dat
#
# Change 2020-03-11 to 2020-03-13. Remove days before 2020-03-01
# Later: need columns -d, -f5,8 because regions, lat, lon.
#
# Date Doy n_Germany
2020-03-01 61 130
2020-03-02 62 159
2020-03-03 63 196
2020-03-04 64 262
2020-03-05 65 482
2020-03-06 66 670
2020-03-07 67 799
2020-03-08 68 1040
2020-03-09 69 1176
2020-03-10 070 1457
2020-03-11 071 1908
2020-03-12 072 2078
2020-03-13 073 3675
2020-03-14 074 4585
2020-03-15 075 5795
2020-03-16 076 7272
2020-03-17 077 9257
2020-03-18 078 12327
2020-03-19 079 15320
2020-03-20 080 19848
2020-03-21 081 22213
2020-03-22 082 24873
2020-03-23 083 29056
2020-03-24 084 32986
2020-03-25 085 37323
2020-03-26 086 43938
2020-03-27 087 50871
2020-03-28 088 57695
2020-03-29 089 62095
2020-03-30 090 66885
2020-03-31 091 71808
2020-04-01 092 77872
2020-04-02 093 84794
2020-04-03 094 91159
2020-04-04 095 96092
2020-04-05 096 100123
2020-04-06 097 103374
2020-04-07 098 107663
2020-04-08 099 113296
2020-04-09 100 118181
2020-04-10 101 122171
2020-04-11 102 124908
2020-04-12 103 127854
2020-04-13 104 130072
2020-04-14 105 131359
2020-04-15 106 134753
2020-04-16 107 137698
2020-04-17 108 141397
2020-04-18 109 143342
2020-04-19 110 145184
2020-04-20 111 147065
2020-04-21 112 148291
2020-04-22 113 150648
2020-04-24 115 153129
2020-04-25 116 154999
2020-04-26 117 156513
2020-04-27 118 157770
2020-04-28 119 158758
2020-04-29 120 159912
2020-04-30 121 161539
2020-05-01 122 163009
2020-05-02 123 164077
2020-05-03 124 164967
2020-05-04 125 165664
2020-05-05 126 166152
2020-05-06 127 167007
2020-05-07 128 168162
2020-05-08 129 169430
2020-05-09 130 170588
2020-05-10 131 171324
2020-05-11 132 171879
2020-05-12 133 172576
2020-05-13 134 173171
2020-05-14 135 174098
2020-05-18 139 174697 # https://experience.arcgis.com/ RKI Covid-19-Dashboard
2020-05-19 140 175210
2020-05-20 141 176007
2020-05-21 142 176752
2020-05-23 144 177850
2020-05-24 145 178281
2020-05-25 146 179570
2020-05-26 147 179002
2020-05-27 148 179364