Data Frames

Tidy data

Read in the storms data and take a look at it

library(here)
load(here("data", "storms.Rdata"))
df_storms
##           name year month day hour  lat   long              status category
## 1          Amy 1975     6  27    0 27.5  -79.0 tropical depression       -1
## 2          Amy 1975     6  27    6 28.5  -79.0 tropical depression       -1
## 3          Amy 1975     6  27   12 29.5  -79.0 tropical depression       -1
## 4          Amy 1975     6  27   18 30.5  -79.0 tropical depression       -1
## 5          Amy 1975     6  28    0 31.5  -78.8 tropical depression       -1
## 6          Amy 1975     6  28    6 32.4  -78.7 tropical depression       -1
## 7          Amy 1975     6  28   12 33.3  -78.0 tropical depression       -1
## 8          Amy 1975     6  28   18 34.0  -77.0 tropical depression       -1
## 9          Amy 1975     6  29    0 34.4  -75.8      tropical storm        0
## 10         Amy 1975     6  29    6 34.0  -74.8      tropical storm        0
## 11         Amy 1975     6  29   12 33.8  -73.8      tropical storm        0
## 12         Amy 1975     6  29   18 33.8  -72.8      tropical storm        0
## 13         Amy 1975     6  30    0 34.3  -71.6      tropical storm        0
## 14         Amy 1975     6  30    6 35.6  -70.8      tropical storm        0
## 15         Amy 1975     6  30   12 35.9  -70.5      tropical storm        0
## 16         Amy 1975     6  30   18 36.2  -70.2      tropical storm        0
## 17         Amy 1975     7   1    0 36.2  -69.8      tropical storm        0
## 18         Amy 1975     7   1    6 36.2  -69.4      tropical storm        0
## 19         Amy 1975     7   1   12 36.2  -68.3      tropical storm        0
## 20         Amy 1975     7   1   18 36.7  -67.2      tropical storm        0
## 21         Amy 1975     7   2    0 37.4  -66.7      tropical storm        0
## 22         Amy 1975     7   2    6 37.3  -65.9      tropical storm        0
## 23         Amy 1975     7   2   12 37.3  -65.1      tropical storm        0
## 24         Amy 1975     7   2   18 37.3  -64.1      tropical storm        0
## 25         Amy 1975     7   3    0 37.7  -62.8      tropical storm        0
## 26         Amy 1975     7   3    6 38.2  -61.2      tropical storm        0
## 27         Amy 1975     7   3   12 39.3  -59.6      tropical storm        0
## 28         Amy 1975     7   3   18 40.5  -58.0      tropical storm        0
## 29         Amy 1975     7   4    0 42.5  -54.8      tropical storm        0
## 30         Amy 1975     7   4    6 44.5  -51.6      tropical storm        0
## 31    Caroline 1975     8  24   12 22.4  -69.8 tropical depression       -1
## 32    Caroline 1975     8  24   18 21.9  -71.1 tropical depression       -1
## 33    Caroline 1975     8  25    0 21.6  -72.5 tropical depression       -1
## 34    Caroline 1975     8  25    6 21.2  -73.8 tropical depression       -1
## 35    Caroline 1975     8  25   12 20.9  -75.1 tropical depression       -1
## 36    Caroline 1975     8  25   18 20.6  -76.4 tropical depression       -1
## 37    Caroline 1975     8  26    0 20.4  -77.7 tropical depression       -1
## 38    Caroline 1975     8  26    6 20.3  -79.0 tropical depression       -1
## 39    Caroline 1975     8  26   12 20.2  -80.3 tropical depression       -1
## 40    Caroline 1975     8  26   18 20.2  -81.6 tropical depression       -1
## 41    Caroline 1975     8  27    0 20.4  -82.8 tropical depression       -1
## 42    Caroline 1975     8  27    6 20.8  -84.0 tropical depression       -1
## 43    Caroline 1975     8  27   12 21.1  -85.1 tropical depression       -1
## 44    Caroline 1975     8  27   18 21.5  -86.3 tropical depression       -1
## 45    Caroline 1975     8  28    0 22.0  -87.5 tropical depression       -1
## 46    Caroline 1975     8  28    6 22.4  -88.8 tropical depression       -1
## 47    Caroline 1975     8  28   12 22.8  -90.1 tropical depression       -1
## 48    Caroline 1975     8  28   18 22.9  -91.0 tropical depression       -1
## 49    Caroline 1975     8  29    0 23.0  -91.9 tropical depression       -1
## 50    Caroline 1975     8  29    6 23.1  -92.6      tropical storm        0
## 51    Caroline 1975     8  29   12 23.2  -93.2      tropical storm        0
## 52    Caroline 1975     8  29   18 23.2  -93.6      tropical storm        0
## 53    Caroline 1975     8  30    0 23.3  -94.2           hurricane        1
## 54    Caroline 1975     8  30    6 23.5  -94.9           hurricane        1
## 55    Caroline 1975     8  30   12 23.7  -95.6           hurricane        1
## 56    Caroline 1975     8  30   18 23.8  -96.3           hurricane        1
## 57    Caroline 1975     8  31    0 24.0  -97.0           hurricane        3
## 58    Caroline 1975     8  31    6 24.1  -97.5           hurricane        3
## 59    Caroline 1975     8  31   12 24.3  -97.8           hurricane        2
## 60    Caroline 1975     8  31   18 24.8  -98.0      tropical storm        0
## 61    Caroline 1975     9   1    0 25.1  -98.3 tropical depression       -1
## 62    Caroline 1975     9   1    6 25.2  -98.7 tropical depression       -1
## 63    Caroline 1975     9   1   12 25.3  -99.0 tropical depression       -1
## 64       Doris 1975     8  29   12 34.9  -48.9      tropical storm        0
## 65       Doris 1975     8  29   18 35.2  -49.1      tropical storm        0
## 66       Doris 1975     8  30    0 35.3  -48.9      tropical storm        0
## 67       Doris 1975     8  30    6 35.3  -48.5      tropical storm        0
## 68       Doris 1975     8  30   12 35.3  -48.0      tropical storm        0
## 69       Doris 1975     8  30   18 35.0  -47.1      tropical storm        0
## 70       Doris 1975     8  31    0 34.9  -46.3           hurricane        1
## 71       Doris 1975     8  31    6 34.8  -45.7           hurricane        1
## 72       Doris 1975     8  31   12 34.7  -45.2           hurricane        1
## 73       Doris 1975     8  31   18 34.6  -44.9           hurricane        1
## 74       Doris 1975     9   1    0 34.5  -44.6           hurricane        1
## 75       Doris 1975     9   1    6 34.6  -44.2           hurricane        1
## 76       Doris 1975     9   1   12 34.9  -44.0           hurricane        1
## 77       Doris 1975     9   1   18 35.4  -44.0           hurricane        1
## 78       Doris 1975     9   2    0 35.8  -44.4           hurricane        2
## 79       Doris 1975     9   2    6 36.4  -44.5           hurricane        2
## 80       Doris 1975     9   2   12 37.0  -44.3           hurricane        2
## 81       Doris 1975     9   2   18 37.7  -44.2           hurricane        2
## 82       Doris 1975     9   3    0 38.4  -43.8           hurricane        2
## 83       Doris 1975     9   3    6 39.7  -43.6           hurricane        2
## 84       Doris 1975     9   3   12 41.1  -43.0           hurricane        2
## 85       Doris 1975     9   3   18 42.0  -42.5           hurricane        2
## 86       Doris 1975     9   4    0 42.8  -42.0      tropical storm        0
## 87       Belle 1976     8   6    6 26.0  -72.8 tropical depression       -1
## 88       Belle 1976     8   6   12 26.3  -73.0 tropical depression       -1
## 89       Belle 1976     8   6   18 26.0  -73.4 tropical depression       -1
## 90       Belle 1976     8   7    0 25.6  -73.2      tropical storm        0
## 91       Belle 1976     8   7    6 26.0  -73.2      tropical storm        0
## 92       Belle 1976     8   7   12 26.2  -73.7      tropical storm        0
## 93       Belle 1976     8   7   18 26.6  -74.2           hurricane        1
## 94       Belle 1976     8   8    0 26.9  -74.6           hurricane        1
## 95       Belle 1976     8   8    6 27.4  -75.1           hurricane        2
## 96       Belle 1976     8   8   12 28.1  -75.1           hurricane        2
## 97       Belle 1976     8   8   18 29.5  -75.3           hurricane        3
## 98       Belle 1976     8   9    0 30.9  -75.3           hurricane        3
## 99       Belle 1976     8   9    6 32.5  -75.2           hurricane        3
## 100      Belle 1976     8   9   12 34.4  -74.7           hurricane        2
## 101      Belle 1976     8   9   18 36.6  -74.2           hurricane        2
## 102      Belle 1976     8  10    0 38.8  -73.8           hurricane        1
## 103      Belle 1976     8  10    6 41.0  -73.2      tropical storm        0
## 104      Belle 1976     8  10   12 42.6  -72.4      tropical storm        0
## 105     Gloria 1976     9  26   12 23.0  -58.0 tropical depression       -1
## 106     Gloria 1976     9  26   18 23.7  -58.1 tropical depression       -1
## 107     Gloria 1976     9  27    0 24.3  -58.2 tropical depression       -1
## 108     Gloria 1976     9  27    6 24.9  -58.1 tropical depression       -1
## 109     Gloria 1976     9  27   12 25.7  -58.0      tropical storm        0
## 110     Gloria 1976     9  27   18 26.3  -58.0      tropical storm        0
## 111     Gloria 1976     9  28    0 27.0  -58.0      tropical storm        0
## 112     Gloria 1976     9  28    6 27.5  -58.2      tropical storm        0
## 113     Gloria 1976     9  28   12 27.8  -58.6      tropical storm        0
## 114     Gloria 1976     9  28   18 28.2  -59.0      tropical storm        0
## 115     Gloria 1976     9  29    0 28.6  -59.5      tropical storm        0
## 116     Gloria 1976     9  29    6 29.1  -59.8           hurricane        1
## 117     Gloria 1976     9  29   12 29.7  -60.2           hurricane        1
## 118     Gloria 1976     9  29   18 30.2  -60.3           hurricane        1
## 119     Gloria 1976     9  30    0 31.1  -60.2           hurricane        1
## 120     Gloria 1976     9  30    6 32.2  -59.8           hurricane        2
## 121     Gloria 1976     9  30   12 33.1  -58.8           hurricane        2
## 122     Gloria 1976     9  30   18 34.0  -57.5           hurricane        2
## 123     Gloria 1976    10   1    0 34.7  -56.1           hurricane        2
## 124     Gloria 1976    10   1    6 35.3  -54.8           hurricane        2
## 125     Gloria 1976    10   1   12 35.7  -53.7           hurricane        1
## 126     Gloria 1976    10   1   18 36.1  -52.6           hurricane        1
## 127     Gloria 1976    10   2    0 36.4  -51.7           hurricane        1
## 128     Gloria 1976    10   2    6 36.6  -50.8      tropical storm        0
## 129     Gloria 1976    10   2   12 36.8  -49.9      tropical storm        0
## 130     Gloria 1976    10   2   18 36.9  -49.0      tropical storm        0
## 131     Gloria 1976    10   3    0 36.8  -48.3      tropical storm        0
## 132     Gloria 1976    10   3    6 36.4  -47.6      tropical storm        0
## 133     Gloria 1976    10   3   12 36.2  -46.9      tropical storm        0
## 134     Gloria 1976    10   3   18 35.8  -45.8      tropical storm        0
## 135     Gloria 1976    10   4    0 35.7  -44.6      tropical storm        0
## 136     Gloria 1976    10   4    6 36.0  -43.0 tropical depression       -1
## 137     Gloria 1976    10   4   12 36.5  -41.4 tropical depression       -1
## 138     Gloria 1976    10   4   18 37.4  -38.7 tropical depression       -1
## 139      Anita 1977     8  29   12 26.9  -88.4 tropical depression       -1
## 140      Anita 1977     8  29   18 27.0  -88.9 tropical depression       -1
## 141      Anita 1977     8  30    0 26.9  -89.4 tropical depression       -1
## 142      Anita 1977     8  30    6 26.8  -89.8      tropical storm        0
## 143      Anita 1977     8  30   12 26.7  -90.3      tropical storm        0
## 144      Anita 1977     8  30   18 26.5  -90.6           hurricane        1
## 145      Anita 1977     8  31    0 26.4  -91.0           hurricane        1
## 146      Anita 1977     8  31    6 26.3  -91.4           hurricane        1
## 147      Anita 1977     8  31   12 26.2  -91.8           hurricane        1
## 148      Anita 1977     8  31   18 26.1  -92.3           hurricane        1
## 149      Anita 1977     9   1    0 25.9  -92.8           hurricane        1
## 150      Anita 1977     9   1    6 25.8  -93.7           hurricane        2
## 151      Anita 1977     9   1   12 25.5  -94.7           hurricane        2
## 152      Anita 1977     9   1   18 25.2  -95.5           hurricane        3
## 153      Anita 1977     9   2    0 24.6  -96.2           hurricane        5
## 154      Anita 1977     9   2    6 24.2  -97.1           hurricane        5
## 155      Anita 1977     9   2   12 23.7  -98.0           hurricane        4
## 156      Anita 1977     9   2   18 23.1  -99.2           hurricane        1
## 157      Anita 1977     9   3    0 22.5 -101.0      tropical storm        0
## 158      Anita 1977     9   3    6 22.0 -103.0 tropical depression       -1
## 159      Clara 1977     9   5   12 32.8  -80.0 tropical depression       -1
## 160      Clara 1977     9   5   18 33.2  -79.0 tropical depression       -1
## 161      Clara 1977     9   6    0 33.6  -78.2 tropical depression       -1
## 162      Clara 1977     9   6    6 33.8  -77.6 tropical depression       -1
## 163      Clara 1977     9   6   12 34.0  -77.0 tropical depression       -1
## 164      Clara 1977     9   6   18 34.2  -76.4 tropical depression       -1
## 165      Clara 1977     9   7    0 34.4  -75.8 tropical depression       -1
## 166      Clara 1977     9   7    6 34.6  -75.0 tropical depression       -1
## 167      Clara 1977     9   7   12 34.7  -74.3 tropical depression       -1
## 168      Clara 1977     9   7   18 34.9  -73.0 tropical depression       -1
## 169      Clara 1977     9   8    0 35.1  -71.7      tropical storm        0
## 170      Clara 1977     9   8    6 35.3  -69.7      tropical storm        0
## 171      Clara 1977     9   8   12 35.5  -67.7           hurricane        1
## 172      Clara 1977     9   8   18 35.6  -66.2           hurricane        1
## 173      Clara 1977     9   9    0 35.5  -64.6           hurricane        1
## 174      Clara 1977     9   9    6 34.8  -63.5      tropical storm        0
## 175      Clara 1977     9   9   12 34.0  -62.8      tropical storm        0
## 176      Clara 1977     9   9   18 33.4  -62.8      tropical storm        0
## 177      Clara 1977     9  10    0 32.8  -63.2      tropical storm        0
## 178      Clara 1977     9  10    6 32.8  -63.6      tropical storm        0
## 179      Clara 1977     9  10   12 33.0  -63.8      tropical storm        0
## 180      Clara 1977     9  10   18 33.5  -63.7      tropical storm        0
## 181      Clara 1977     9  11    0 34.2  -63.2      tropical storm        0
## 182      Clara 1977     9  11    6 34.8  -62.5      tropical storm        0
## 183     Evelyn 1977    10  13   18 26.9  -62.9 tropical depression       -1
## 184     Evelyn 1977    10  14    0 29.0  -64.0 tropical depression       -1
## 185     Evelyn 1977    10  14    6 30.9  -64.9      tropical storm        0
## 186     Evelyn 1977    10  14   12 33.0  -64.9      tropical storm        0
## 187     Evelyn 1977    10  14   18 35.9  -64.4      tropical storm        0
## 188     Evelyn 1977    10  15    0 39.2  -63.3           hurricane        1
## 189     Evelyn 1977    10  15    6 42.4  -61.5           hurricane        1
## 190     Evelyn 1977    10  15   12 45.5  -60.1           hurricane        1
## 191     Evelyn 1977    10  15   18 47.4  -59.2           hurricane        1
## 192     Amelia 1978     7  30   18 25.7  -97.0 tropical depression       -1
## 193     Amelia 1978     7  31    0 26.4  -97.4      tropical storm        0
## 194     Amelia 1978     7  31    6 27.2  -97.8      tropical storm        0
## 195     Amelia 1978     7  31   12 28.0  -98.2      tropical storm        0
## 196     Amelia 1978     7  31   18 28.6  -98.7 tropical depression       -1
## 197     Amelia 1978     8   1    0 29.3  -99.2 tropical depression       -1
## 198       Bess 1978     8   5   12 25.3  -90.4 tropical depression       -1
## 199       Bess 1978     8   5   18 25.1  -91.0 tropical depression       -1
## 200       Bess 1978     8   6    0 24.8  -91.8 tropical depression       -1
## 201       Bess 1978     8   6    6 24.5  -92.5 tropical depression       -1
## 202       Bess 1978     8   6   12 24.2  -93.3 tropical depression       -1
## 203       Bess 1978     8   6   18 23.9  -94.0      tropical storm        0
## 204       Bess 1978     8   7    0 23.3  -95.0      tropical storm        0
## 205       Bess 1978     8   7    6 22.8  -95.7      tropical storm        0
## 206       Bess 1978     8   7   12 22.2  -96.2      tropical storm        0
## 207       Bess 1978     8   7   18 21.6  -96.6      tropical storm        0
## 208       Bess 1978     8   8    0 21.1  -96.8      tropical storm        0
## 209       Bess 1978     8   8    6 20.4  -96.9      tropical storm        0
## 210       Bess 1978     8   8   12 20.0  -97.0 tropical depression       -1
## 211       Cora 1978     8   7   12 13.0  -35.0 tropical depression       -1
## 212       Cora 1978     8   7   18 13.4  -36.2 tropical depression       -1
## 213       Cora 1978     8   8    0 13.8  -37.8 tropical depression       -1
## 214       Cora 1978     8   8    6 13.9  -39.6 tropical depression       -1
## 215       Cora 1978     8   8   12 14.0  -41.5      tropical storm        0
## 216       Cora 1978     8   8   18 14.0  -43.2           hurricane        1
## 217       Cora 1978     8   9    0 14.0  -44.9           hurricane        1
## 218       Cora 1978     8   9    6 13.9  -46.8           hurricane        1
## 219       Cora 1978     8   9   12 13.6  -48.6           hurricane        1
## 220       Cora 1978     8   9   18 13.2  -50.6           hurricane        1
## 221       Cora 1978     8  10    0 12.8  -52.8      tropical storm        0
## 222       Cora 1978     8  10    6 12.4  -54.8      tropical storm        0
## 223       Cora 1978     8  10   12 12.2  -56.8      tropical storm        0
## 224       Cora 1978     8  10   18 12.1  -58.8      tropical storm        0
## 225       Cora 1978     8  11    0 12.0  -60.9      tropical storm        0
## 226       Cora 1978     8  11    6 12.0  -62.8      tropical storm        0
## 227       Cora 1978     8  11   12 12.1  -64.8 tropical depression       -1
## 228       Cora 1978     8  11   18 12.1  -66.8 tropical depression       -1
## 229       Cora 1978     8  12    0 12.2  -68.8 tropical depression       -1
## 230     Juliet 1978    10   7   18 18.0  -55.6 tropical depression       -1
## 231     Juliet 1978    10   8    0 18.3  -56.6 tropical depression       -1
## 232     Juliet 1978    10   8    6 18.6  -57.7 tropical depression       -1
## 233     Juliet 1978    10   8   12 18.8  -58.7      tropical storm        0
## 234     Juliet 1978    10   8   18 19.0  -59.8      tropical storm        0
## 235     Juliet 1978    10   9    0 19.3  -60.9      tropical storm        0
## 236     Juliet 1978    10   9    6 19.7  -62.0      tropical storm        0
## 237     Juliet 1978    10   9   12 19.9  -63.0      tropical storm        0
## 238     Juliet 1978    10   9   18 20.3  -64.2      tropical storm        0
## 239     Juliet 1978    10  10    0 20.9  -65.4      tropical storm        0
## 240     Juliet 1978    10  10    6 21.7  -67.0      tropical storm        0
## 241     Juliet 1978    10  10   12 22.8  -68.8      tropical storm        0
## 242     Juliet 1978    10  10   18 24.3  -70.1      tropical storm        0
## 243     Juliet 1978    10  11    0 26.2  -70.9      tropical storm        0
## 244     Juliet 1978    10  11    6 28.3  -71.0      tropical storm        0
## 245     Juliet 1978    10  11   12 30.2  -69.9      tropical storm        0
## 246        Ana 1979     6  19   12 10.0  -45.0 tropical depression       -1
## 247        Ana 1979     6  19   18 10.2  -46.0 tropical depression       -1
## 248        Ana 1979     6  20    0 10.5  -47.0 tropical depression       -1
## 249        Ana 1979     6  20    6 10.9  -48.1 tropical depression       -1
## 250        Ana 1979     6  20   12 11.3  -49.2 tropical depression       -1
## 251        Ana 1979     6  20   18 11.8  -50.2 tropical depression       -1
## 252        Ana 1979     6  21    0 12.3  -51.1 tropical depression       -1
## 253        Ana 1979     6  21    6 12.9  -51.9 tropical depression       -1
## 254        Ana 1979     6  21   12 13.5  -52.7 tropical depression       -1
## 255        Ana 1979     6  21   18 13.9  -53.5 tropical depression       -1
## 256        Ana 1979     6  22    0 14.2  -54.7      tropical storm        0
## 257        Ana 1979     6  22    6 14.2  -55.8      tropical storm        0
## 258        Ana 1979     6  22   12 14.2  -56.9      tropical storm        0
## 259        Ana 1979     6  22   18 14.1  -58.3      tropical storm        0
## 260        Ana 1979     6  23    0 14.1  -59.8      tropical storm        0
## 261        Ana 1979     6  23    6 14.0  -61.3 tropical depression       -1
## 262        Ana 1979     6  23   12 14.0  -62.8 tropical depression       -1
## 263        Ana 1979     6  23   18 14.0  -64.5 tropical depression       -1
## 264        Ana 1979     6  24    0 14.0  -66.2 tropical depression       -1
## 265        Bob 1979     7   9   12 22.0  -96.0 tropical depression       -1
## 266        Bob 1979     7   9   18 22.5  -95.3 tropical depression       -1
## 267        Bob 1979     7  10    0 23.0  -94.6 tropical depression       -1
## 268        Bob 1979     7  10    6 23.5  -93.8      tropical storm        0
## 269        Bob 1979     7  10   12 24.0  -93.0      tropical storm        0
## 270        Bob 1979     7  10   18 25.0  -92.3      tropical storm        0
## 271        Bob 1979     7  11    0 26.2  -91.6           hurricane        1
## 272        Bob 1979     7  11    6 27.8  -91.1           hurricane        1
## 273        Bob 1979     7  11   12 29.1  -90.6           hurricane        1
## 274        Bob 1979     7  11   18 31.0  -90.2      tropical storm        0
## 275        Bob 1979     7  12    0 32.5  -89.9 tropical depression       -1
## 276        Bob 1979     7  12    6 34.0  -89.7 tropical depression       -1
## 277        Bob 1979     7  12   12 35.9  -89.1 tropical depression       -1
## 278        Bob 1979     7  12   18 37.2  -87.8 tropical depression       -1
## 279        Bob 1979     7  13    0 38.5  -86.5 tropical depression       -1
## 280        Bob 1979     7  13    6 38.8  -85.3 tropical depression       -1
## 281        Bob 1979     7  13   12 39.0  -84.0 tropical depression       -1
## 282        Bob 1979     7  13   18 39.0  -82.7 tropical depression       -1
## 283        Bob 1979     7  14    0 39.0  -81.3 tropical depression       -1
## 284        Bob 1979     7  14    6 38.7  -80.1 tropical depression       -1
## 285        Bob 1979     7  14   12 38.3  -78.8 tropical depression       -1
## 286        Bob 1979     7  14   18 37.9  -77.7 tropical depression       -1
## 287        Bob 1979     7  15    0 37.5  -76.5 tropical depression       -1
## 288        Bob 1979     7  15    6 36.8  -76.3 tropical depression       -1
## 289        Bob 1979     7  15   12 36.0  -76.0 tropical depression       -1
## 290        Bob 1979     7  15   18 35.0  -76.3 tropical depression       -1
## 291        Bob 1979     7  16    0 34.0  -76.5 tropical depression       -1
## 292        Bob 1979     7  16    6 33.5  -75.8 tropical depression       -1
## 293        Bob 1979     7  16   12 33.0  -75.0 tropical depression       -1
## 294  Claudette 1979     7  15   12 12.5  -46.3 tropical depression       -1
## 295  Claudette 1979     7  15   18 12.8  -48.4 tropical depression       -1
## 296  Claudette 1979     7  16    0 13.4  -50.4 tropical depression       -1
## 297  Claudette 1979     7  16    6 14.6  -52.1 tropical depression       -1
## 298  Claudette 1979     7  16   12 15.7  -53.8 tropical depression       -1
## 299  Claudette 1979     7  16   18 16.5  -55.5 tropical depression       -1
## 300  Claudette 1979     7  17    0 17.0  -57.2 tropical depression       -1
## 301  Claudette 1979     7  17    6 17.5  -58.8 tropical depression       -1
## 302  Claudette 1979     7  17   12 17.8  -60.3      tropical storm        0
## 303  Claudette 1979     7  17   18 18.0  -62.1      tropical storm        0
## 304  Claudette 1979     7  18    0 18.2  -63.8      tropical storm        0
## 305  Claudette 1979     7  18    6 18.3  -65.4 tropical depression       -1
## 306  Claudette 1979     7  18   12 18.4  -67.0 tropical depression       -1
## 307  Claudette 1979     7  18   18 18.5  -68.5 tropical depression       -1
## 308  Claudette 1979     7  19    0 18.7  -69.5 tropical depression       -1
## 309  Claudette 1979     7  19    6 18.8  -70.5 tropical depression       -1
## 310  Claudette 1979     7  19   12 18.8  -71.4 tropical depression       -1
## 311  Claudette 1979     7  19   18 19.0  -72.4 tropical depression       -1
## 312  Claudette 1979     7  20    0 19.0  -73.3 tropical depression       -1
## 313  Claudette 1979     7  20    6 19.2  -74.7 tropical depression       -1
## 314  Claudette 1979     7  20   12 19.5  -76.7 tropical depression       -1
## 315  Claudette 1979     7  20   18 20.0  -78.7 tropical depression       -1
## 316  Claudette 1979     7  21    0 20.6  -80.4 tropical depression       -1
## 317  Claudette 1979     7  21    6 21.4  -82.2 tropical depression       -1
## 318  Claudette 1979     7  21   12 22.1  -83.5 tropical depression       -1
## 319  Claudette 1979     7  21   18 22.8  -85.0 tropical depression       -1
## 320  Claudette 1979     7  22    0 23.5  -86.5 tropical depression       -1
## 321  Claudette 1979     7  22    6 24.0  -87.4 tropical depression       -1
## 322  Claudette 1979     7  22   12 24.5  -88.5 tropical depression       -1
## 323  Claudette 1979     7  22   18 25.0  -89.5 tropical depression       -1
## 324  Claudette 1979     7  23    0 25.4  -90.5 tropical depression       -1
## 325  Claudette 1979     7  23    6 25.9  -91.4 tropical depression       -1
## 326  Claudette 1979     7  23   12 26.4  -92.4      tropical storm        0
## 327  Claudette 1979     7  23   18 26.9  -92.9      tropical storm        0
## 328  Claudette 1979     7  24    0 27.5  -93.4      tropical storm        0
## 329  Claudette 1979     7  24    6 28.3  -93.5      tropical storm        0
## 330  Claudette 1979     7  24   12 28.8  -93.7      tropical storm        0
## 331  Claudette 1979     7  24   18 29.6  -93.9      tropical storm        0
## 332  Claudette 1979     7  25    0 30.3  -93.9      tropical storm        0
## 333  Claudette 1979     7  25    6 30.3  -94.3      tropical storm        0
## 334  Claudette 1979     7  25   12 30.5  -94.8 tropical depression       -1
## 335  Claudette 1979     7  25   18 30.5  -95.2 tropical depression       -1
## 336  Claudette 1979     7  26    0 30.2  -95.3 tropical depression       -1
## 337  Claudette 1979     7  26    6 30.6  -95.1 tropical depression       -1
## 338  Claudette 1979     7  26   12 30.8  -95.4 tropical depression       -1
## 339  Claudette 1979     7  26   18 31.3  -96.3 tropical depression       -1
## 340  Claudette 1979     7  27    0 31.8  -96.6 tropical depression       -1
## 341  Claudette 1979     7  27    6 32.7  -96.4 tropical depression       -1
## 342  Claudette 1979     7  27   12 34.0  -95.9 tropical depression       -1
## 343  Claudette 1979     7  27   18 35.3  -95.3 tropical depression       -1
## 344  Claudette 1979     7  28    0 36.4  -94.6 tropical depression       -1
## 345  Claudette 1979     7  28    6 37.8  -93.4 tropical depression       -1
## 346  Claudette 1979     7  28   12 38.6  -91.0 tropical depression       -1
## 347  Claudette 1979     7  28   18 38.8  -88.0 tropical depression       -1
## 348  Claudette 1979     7  29    0 39.0  -85.2 tropical depression       -1
## 349  Claudette 1979     7  29    6 39.0  -82.8 tropical depression       -1
## 350  Claudette 1979     7  29   12 39.0  -80.2 tropical depression       -1
## 351      David 1979     8  25   12 11.7  -36.1 tropical depression       -1
## 352      David 1979     8  25   18 11.7  -38.2 tropical depression       -1
## 353      David 1979     8  26    0 11.7  -40.3 tropical depression       -1
## 354      David 1979     8  26    6 11.6  -42.2      tropical storm        0
## 355      David 1979     8  26   12 11.6  -44.0      tropical storm        0
## 356      David 1979     8  26   18 11.6  -45.5      tropical storm        0
## 357      David 1979     8  27    0 11.7  -47.0      tropical storm        0
## 358      David 1979     8  27    6 11.8  -48.5           hurricane        1
## 359      David 1979     8  27   12 11.8  -50.0           hurricane        1
## 360      David 1979     8  27   18 11.9  -51.5           hurricane        2
## 361      David 1979     8  28    0 12.2  -52.9           hurricane        4
## 362      David 1979     8  28    6 12.5  -54.4           hurricane        4
## 363      David 1979     8  28   12 12.8  -55.7           hurricane        4
## 364      David 1979     8  28   18 13.2  -56.9           hurricane        4
## 365      David 1979     8  29    0 13.7  -58.0           hurricane        4
## 366      David 1979     8  29    6 14.2  -59.2           hurricane        4
## 367      David 1979     8  29   12 14.8  -60.3           hurricane        4
## 368      David 1979     8  29   18 15.3  -61.6           hurricane        4
## 369      David 1979     8  30    0 15.6  -62.8           hurricane        4
## 370      David 1979     8  30    6 16.0  -64.2           hurricane        5
## 371      David 1979     8  30   12 16.3  -65.2           hurricane        5
## 372      David 1979     8  30   18 16.6  -66.2           hurricane        5
## 373      David 1979     8  31    0 16.8  -67.3           hurricane        5
## 374      David 1979     8  31    6 17.0  -68.3           hurricane        5
## 375      David 1979     8  31   12 17.2  -69.1           hurricane        5
## 376      David 1979     8  31   18 17.9  -69.7           hurricane        5
## 377      David 1979     9   1    0 18.8  -70.4           hurricane        4
## 378      David 1979     9   1    6 19.3  -72.0           hurricane        3
## 379      David 1979     9   1   12 19.7  -73.7           hurricane        1
## 380      David 1979     9   1   18 20.6  -74.6      tropical storm        0
## 381      David 1979     9   2    0 21.3  -75.2           hurricane        1
## 382      David 1979     9   2    6 21.9  -75.5           hurricane        1
## 383      David 1979     9   2   12 23.0  -76.3           hurricane        1
## 384      David 1979     9   2   18 23.9  -77.4           hurricane        1
## 385      David 1979     9   3    0 24.6  -78.2           hurricane        1
## 386      David 1979     9   3    6 25.3  -79.1           hurricane        1
## 387      David 1979     9   3   12 26.3  -79.6           hurricane        2
## 388      David 1979     9   3   18 27.2  -80.2           hurricane        2
## 389      David 1979     9   4    0 28.0  -80.5           hurricane        2
## 390      David 1979     9   4    6 29.1  -80.8           hurricane        2
## 391      David 1979     9   4   12 30.2  -80.9           hurricane        2
## 392      David 1979     9   4   18 31.5  -81.2           hurricane        1
## 393      David 1979     9   5    0 32.5  -81.1           hurricane        1
## 394      David 1979     9   5    6 33.5  -80.9      tropical storm        0
## 395      David 1979     9   5   12 34.9  -80.6      tropical storm        0
## 396      David 1979     9   5   18 36.2  -80.1      tropical storm        0
## 397      David 1979     9   6    0 37.6  -79.5      tropical storm        0
## 398      David 1979     9   6    6 39.2  -78.5      tropical storm        0
## 399      David 1979     9   6   12 41.5  -76.3      tropical storm        0
## 400   Frederic 1979     8  29    6 11.0  -25.5 tropical depression       -1
## 401   Frederic 1979     8  29   12 11.1  -28.0 tropical depression       -1
## 402   Frederic 1979     8  29   18 11.2  -30.5 tropical depression       -1
## 403   Frederic 1979     8  30    0 11.3  -32.5 tropical depression       -1
## 404   Frederic 1979     8  30    6 11.4  -34.2 tropical depression       -1
## 405   Frederic 1979     8  30   12 11.5  -36.0      tropical storm        0
## 406   Frederic 1979     8  30   18 11.6  -37.8      tropical storm        0
## 407   Frederic 1979     8  31    0 11.7  -39.7      tropical storm        0
## 408   Frederic 1979     8  31    6 11.8  -41.6      tropical storm        0
## 409   Frederic 1979     8  31   12 11.9  -43.5      tropical storm        0
## 410   Frederic 1979     8  31   18 12.0  -45.1      tropical storm        0
## 411   Frederic 1979     9   1    0 12.5  -47.0      tropical storm        0
## 412   Frederic 1979     9   1    6 12.9  -48.7           hurricane        1
## 413   Frederic 1979     9   1   12 13.3  -50.4           hurricane        1
## 414   Frederic 1979     9   1   18 13.8  -52.3           hurricane        1
## 415   Frederic 1979     9   2    0 14.3  -54.1      tropical storm        0
## 416   Frederic 1979     9   2    6 14.9  -55.5      tropical storm        0
## 417   Frederic 1979     9   2   12 15.5  -57.2      tropical storm        0
## 418   Frederic 1979     9   2   18 16.3  -58.8      tropical storm        0
## 419   Frederic 1979     9   3    0 16.7  -59.8      tropical storm        0
## 420   Frederic 1979     9   3    6 17.1  -60.8      tropical storm        0
## 421   Frederic 1979     9   3   12 17.5  -61.8      tropical storm        0
## 422   Frederic 1979     9   3   18 17.8  -62.8      tropical storm        0
## 423   Frederic 1979     9   4    0 18.0  -63.8      tropical storm        0
## 424   Frederic 1979     9   4    6 18.1  -64.8      tropical storm        0
## 425   Frederic 1979     9   4   12 18.1  -65.8      tropical storm        0
## 426   Frederic 1979     9   4   18 18.1  -66.8      tropical storm        0
## 427   Frederic 1979     9   5    0 18.0  -67.8      tropical storm        0
## 428   Frederic 1979     9   5    6 17.5  -68.7      tropical storm        0
## 429   Frederic 1979     9   5   12 17.4  -69.2      tropical storm        0
## 430   Frederic 1979     9   5   18 17.8  -69.6      tropical storm        0
## 431   Frederic 1979     9   6    0 18.5  -69.9      tropical storm        0
## 432   Frederic 1979     9   6    6 19.4  -70.7      tropical storm        0
## 433   Frederic 1979     9   6   12 19.9  -71.8      tropical storm        0
## 434   Frederic 1979     9   6   18 20.0  -73.0 tropical depression       -1
## 435   Frederic 1979     9   7    0 20.1  -74.5 tropical depression       -1
## 436   Frederic 1979     9   7    6 20.3  -75.8 tropical depression       -1
## 437   Frederic 1979     9   7   12 20.6  -77.0 tropical depression       -1
## 438   Frederic 1979     9   7   18 20.9  -78.0 tropical depression       -1
## 439   Frederic 1979     9   8    0 21.1  -78.7 tropical depression       -1
## 440   Frederic 1979     9   8    6 21.3  -79.3 tropical depression       -1
## 441   Frederic 1979     9   8   12 21.5  -79.8 tropical depression       -1
## 442   Frederic 1979     9   8   18 21.6  -80.5 tropical depression       -1
## 443   Frederic 1979     9   9    0 21.7  -81.0      tropical storm        0
## 444   Frederic 1979     9   9    6 21.8  -81.5      tropical storm        0
## 445   Frederic 1979     9   9   12 21.9  -82.0      tropical storm        0
## 446   Frederic 1979     9   9   18 22.0  -82.5      tropical storm        0
## 447   Frederic 1979     9  10    0 22.4  -83.0      tropical storm        0
## 448   Frederic 1979     9  10    6 22.7  -83.3      tropical storm        0
## 449   Frederic 1979     9  10   12 22.8  -83.6           hurricane        1
## 450   Frederic 1979     9  10   18 23.0  -83.8           hurricane        1
## 451   Frederic 1979     9  11    0 23.3  -84.0           hurricane        1
## 452   Frederic 1979     9  11    6 23.8  -84.4           hurricane        1
## 453   Frederic 1979     9  11   12 24.4  -84.8           hurricane        2
## 454   Frederic 1979     9  11   18 25.0  -85.2           hurricane        2
## 455   Frederic 1979     9  12    0 25.7  -85.8           hurricane        3
## 456   Frederic 1979     9  12    6 26.5  -86.4           hurricane        3
## 457   Frederic 1979     9  12   12 27.4  -87.0           hurricane        4
## 458   Frederic 1979     9  12   18 28.4  -87.7           hurricane        4
## 459   Frederic 1979     9  13    0 29.7  -88.0           hurricane        4
## 460   Frederic 1979     9  13    6 30.8  -88.5           hurricane        2
## 461   Frederic 1979     9  13   12 32.2  -88.7           hurricane        1
## 462   Frederic 1979     9  13   18 34.0  -88.0      tropical storm        0
## 463   Frederic 1979     9  14    0 35.2  -87.0      tropical storm        0
## 464   Frederic 1979     9  14    6 37.0  -84.5      tropical storm        0
## 465   Frederic 1979     9  14   12 39.5  -81.0      tropical storm        0
## 466     Gloria 1979     9   4   12 15.5  -21.0 tropical depression       -1
## 467     Gloria 1979     9   4   18 16.5  -22.5 tropical depression       -1
## 468     Gloria 1979     9   5    0 17.5  -24.0 tropical depression       -1
## 469     Gloria 1979     9   5    6 18.5  -25.5 tropical depression       -1
## 470     Gloria 1979     9   5   12 19.0  -27.0 tropical depression       -1
## 471     Gloria 1979     9   5   18 19.8  -28.8 tropical depression       -1
## 472     Gloria 1979     9   6    0 20.5  -30.3 tropical depression       -1
## 473     Gloria 1979     9   6    6 21.2  -32.0 tropical depression       -1
## 474     Gloria 1979     9   6   12 22.0  -33.8      tropical storm        0
## 475     Gloria 1979     9   6   18 22.5  -35.5      tropical storm        0
## 476     Gloria 1979     9   7    0 23.2  -36.8      tropical storm        0
## 477     Gloria 1979     9   7    6 24.4  -37.2           hurricane        1
## 478     Gloria 1979     9   7   12 25.6  -38.0           hurricane        1
## 479     Gloria 1979     9   7   18 26.4  -38.7           hurricane        1
## 480     Gloria 1979     9   8    0 27.0  -39.2           hurricane        1
## 481     Gloria 1979     9   8    6 27.5  -40.0           hurricane        1
## 482     Gloria 1979     9   8   12 28.0  -40.3           hurricane        1
## 483     Gloria 1979     9   8   18 28.6  -41.0           hurricane        1
## 484     Gloria 1979     9   9    0 29.3  -41.7           hurricane        1
## 485     Gloria 1979     9   9    6 29.9  -42.5           hurricane        1
## 486     Gloria 1979     9   9   12 30.4  -43.2           hurricane        1
## 487     Gloria 1979     9   9   18 31.0  -44.0           hurricane        1
## 488     Gloria 1979     9  10    0 31.5  -45.0           hurricane        1
## 489     Gloria 1979     9  10    6 31.2  -45.8           hurricane        1
## 490     Gloria 1979     9  10   12 31.0  -46.8           hurricane        1
## 491     Gloria 1979     9  10   18 31.1  -47.0      tropical storm        0
## 492     Gloria 1979     9  11    0 31.3  -47.4      tropical storm        0
## 493     Gloria 1979     9  11    6 31.4  -47.9      tropical storm        0
## 494     Gloria 1979     9  11   12 31.6  -48.1      tropical storm        0
## 495     Gloria 1979     9  11   18 31.8  -48.4           hurricane        1
## 496     Gloria 1979     9  12    0 32.2  -48.6           hurricane        1
## 497     Gloria 1979     9  12    6 32.4  -48.6           hurricane        1
## 498     Gloria 1979     9  12   12 32.8  -48.3           hurricane        1
## 499     Gloria 1979     9  12   18 33.2  -47.8           hurricane        2
## 500     Gloria 1979     9  13    0 33.9  -47.0           hurricane        2
## 501     Gloria 1979     9  13    6 34.5  -46.0           hurricane        2
## 502     Gloria 1979     9  13   12 35.0  -45.0           hurricane        2
## 503     Gloria 1979     9  13   18 36.0  -43.8           hurricane        1
## 504     Gloria 1979     9  14    0 37.0  -41.5           hurricane        1
## 505     Gloria 1979     9  14    6 38.5  -39.5           hurricane        1
## 506     Gloria 1979     9  14   12 40.2  -37.8           hurricane        1
## 507     Gloria 1979     9  14   18 42.0  -35.8           hurricane        1
## 508     Gloria 1979     9  15    0 43.4  -34.0           hurricane        1
## 509      Henri 1979     9  15    0 20.3  -86.8 tropical depression       -1
## 510      Henri 1979     9  15    6 21.5  -86.9 tropical depression       -1
## 511      Henri 1979     9  15   12 22.5  -87.4 tropical depression       -1
## 512      Henri 1979     9  15   18 22.5  -88.5 tropical depression       -1
## 513      Henri 1979     9  16    0 22.5  -89.7 tropical depression       -1
## 514      Henri 1979     9  16    6 22.5  -91.0 tropical depression       -1
## 515      Henri 1979     9  16   12 22.1  -92.2      tropical storm        0
## 516      Henri 1979     9  16   18 21.3  -93.1      tropical storm        0
## 517      Henri 1979     9  17    0 20.2  -93.6      tropical storm        0
## 518      Henri 1979     9  17    6 20.2  -94.0           hurricane        1
## 519      Henri 1979     9  17   12 20.4  -94.3           hurricane        1
## 520      Henri 1979     9  17   18 20.8  -94.6           hurricane        1
## 521      Henri 1979     9  18    0 20.9  -95.0           hurricane        1
## 522      Henri 1979     9  18    6 21.0  -95.4      tropical storm        0
## 523      Henri 1979     9  18   12 21.2  -95.7      tropical storm        0
## 524      Henri 1979     9  18   18 21.6  -95.7      tropical storm        0
## 525      Henri 1979     9  19    0 21.5  -95.7      tropical storm        0
## 526      Henri 1979     9  19    6 21.3  -95.6      tropical storm        0
## 527      Henri 1979     9  19   12 21.1  -95.5      tropical storm        0
## 528      Henri 1979     9  19   18 21.1  -95.3 tropical depression       -1
## 529      Henri 1979     9  20    0 21.1  -94.9 tropical depression       -1
## 530      Henri 1979     9  20    6 21.1  -94.5 tropical depression       -1
## 531      Henri 1979     9  20   12 21.2  -94.2 tropical depression       -1
## 532      Henri 1979     9  20   18 21.2  -93.7 tropical depression       -1
## 533      Henri 1979     9  21    0 21.4  -93.4 tropical depression       -1
## 534      Henri 1979     9  21    6 21.7  -93.1 tropical depression       -1
## 535      Henri 1979     9  21   12 22.0  -92.7 tropical depression       -1
## 536      Henri 1979     9  21   18 22.3  -92.3 tropical depression       -1
## 537      Henri 1979     9  22    0 22.6  -92.1 tropical depression       -1
## 538      Henri 1979     9  22    6 23.0  -91.7 tropical depression       -1
## 539      Henri 1979     9  22   12 23.3  -91.5 tropical depression       -1
## 540      Henri 1979     9  22   18 23.8  -91.0 tropical depression       -1
## 541      Henri 1979     9  23    0 24.3  -90.5 tropical depression       -1
## 542      Henri 1979     9  23    6 24.8  -90.1 tropical depression       -1
## 543      Henri 1979     9  23   12 25.3  -89.6 tropical depression       -1
## 544      Henri 1979     9  23   18 25.4  -88.8 tropical depression       -1
## 545      Henri 1979     9  24    0 25.6  -88.0 tropical depression       -1
## 546      Henri 1979     9  24    6 26.0  -87.3 tropical depression       -1
## 547     Bonnie 1980     8  14    0 12.7  -35.5 tropical depression       -1
## 548     Bonnie 1980     8  14    6 13.5  -36.6 tropical depression       -1
## 549     Bonnie 1980     8  14   12 14.7  -37.3      tropical storm        0
## 550     Bonnie 1980     8  14   18 15.7  -37.5      tropical storm        0
## 551     Bonnie 1980     8  15    0 16.7  -37.8      tropical storm        0
## 552     Bonnie 1980     8  15    6 17.7  -37.9      tropical storm        0
## 553     Bonnie 1980     8  15   12 18.8  -38.1      tropical storm        0
## 554     Bonnie 1980     8  15   18 20.4  -38.5      tropical storm        0
## 555     Bonnie 1980     8  16    0 22.0  -38.7           hurricane        1
## 556     Bonnie 1980     8  16    6 23.7  -38.9           hurricane        2
## 557     Bonnie 1980     8  16   12 24.8  -39.1           hurricane        2
## 558     Bonnie 1980     8  16   18 25.8  -39.4           hurricane        2
## 559     Bonnie 1980     8  17    0 27.0  -39.7           hurricane        1
## 560     Bonnie 1980     8  17    6 28.0  -40.0           hurricane        1
## 561     Bonnie 1980     8  17   12 29.0  -40.3           hurricane        1
## 562     Bonnie 1980     8  17   18 30.0  -40.5           hurricane        1
## 563     Bonnie 1980     8  18    0 31.1  -40.5           hurricane        1
## 564     Bonnie 1980     8  18    6 32.4  -40.5           hurricane        1
## 565     Bonnie 1980     8  18   12 34.0  -40.5           hurricane        1
## 566     Bonnie 1980     8  18   18 35.9  -40.5           hurricane        1
## 567     Bonnie 1980     8  19    0 38.2  -40.2           hurricane        1
## 568     Bonnie 1980     8  19    6 41.9  -39.8           hurricane        1
## 569     Bonnie 1980     8  19   12 46.5  -38.4           hurricane        1
## 570    Charley 1980     8  23    0 39.6  -65.9           hurricane        1
## 571    Charley 1980     8  23    6 38.9  -66.7           hurricane        1
## 572    Charley 1980     8  23   12 38.2  -66.0           hurricane        1
## 573    Charley 1980     8  23   18 38.0  -64.7           hurricane        1
## 574    Charley 1980     8  24    0 38.0  -63.1           hurricane        1
## 575    Charley 1980     8  24    6 37.9  -61.7      tropical storm        0
## 576    Charley 1980     8  24   12 37.9  -60.2      tropical storm        0
## 577    Charley 1980     8  24   18 37.9  -58.2      tropical storm        0
## 578    Charley 1980     8  25    0 38.0  -55.0      tropical storm        0
## 579    Charley 1980     8  25    6 38.1  -51.3      tropical storm        0
## 580    Charley 1980     8  25   12 38.2  -47.0      tropical storm        0
## 581    Charley 1980     8  25   18 38.5  -42.2      tropical storm        0
## 582    Georges 1980     9   1    0 15.6  -38.0 tropical depression       -1
## 583    Georges 1980     9   1    6 15.9  -39.4 tropical depression       -1
## 584    Georges 1980     9   1   12 16.3  -40.8 tropical depression       -1
## 585    Georges 1980     9   1   18 16.8  -42.1 tropical depression       -1
## 586    Georges 1980     9   2    0 17.3  -43.7 tropical depression       -1
## 587    Georges 1980     9   2    6 17.5  -45.7 tropical depression       -1
## 588    Georges 1980     9   2   12 17.7  -48.1 tropical depression       -1
## 589    Georges 1980     9   2   18 17.8  -50.3 tropical depression       -1
## 590    Georges 1980     9   3    0 17.9  -52.4 tropical depression       -1
## 591    Georges 1980     9   3    6 18.0  -54.5 tropical depression       -1
## 592    Georges 1980     9   3   12 18.6  -56.9 tropical depression       -1
## 593    Georges 1980     9   3   18 19.7  -59.0 tropical depression       -1
## 594    Georges 1980     9   4    0 21.0  -61.0 tropical depression       -1
## 595    Georges 1980     9   7    0 34.4  -67.9      tropical storm        0
## 596    Georges 1980     9   7    6 35.9  -65.9      tropical storm        0
## 597    Georges 1980     9   7   12 37.3  -63.7      tropical storm        0
## 598    Georges 1980     9   7   18 38.6  -61.5      tropical storm        0
## 599    Georges 1980     9   8    0 40.2  -59.0           hurricane        1
## 600    Georges 1980     9   8    6 42.9  -55.1           hurricane        1
## 601    Georges 1980     9   8   12 45.6  -51.1           hurricane        1
## 602    Georges 1980     9   8   18 48.0  -46.9           hurricane        1
## 603   Danielle 1980     9   4   18 28.3  -90.6 tropical depression       -1
## 604   Danielle 1980     9   5    0 28.3  -91.3 tropical depression       -1
## 605   Danielle 1980     9   5    6 28.4  -91.8 tropical depression       -1
## 606   Danielle 1980     9   5   12 28.8  -92.4 tropical depression       -1
## 607   Danielle 1980     9   5   18 29.4  -93.4      tropical storm        0
## 608   Danielle 1980     9   6    0 29.4  -94.9      tropical storm        0
## 609   Danielle 1980     9   6    6 29.3  -96.3      tropical storm        0
## 610   Danielle 1980     9   6   12 29.1  -97.0 tropical depression       -1
## 611   Danielle 1980     9   6   18 29.0  -97.8 tropical depression       -1
## 612   Danielle 1980     9   7    0 29.0  -98.3 tropical depression       -1
## 613   Danielle 1980     9   7    6 29.0  -99.0 tropical depression       -1
## 614   Danielle 1980     9   7   12 29.0 -100.0 tropical depression       -1
## 615    Hermine 1980     9  20   12 14.6  -77.2 tropical depression       -1
## 616    Hermine 1980     9  20   18 14.8  -78.7 tropical depression       -1
## 617    Hermine 1980     9  21    0 15.0  -80.2 tropical depression       -1
## 618    Hermine 1980     9  21    6 15.1  -81.6      tropical storm        0
## 619    Hermine 1980     9  21   12 15.3  -83.0      tropical storm        0
## 620    Hermine 1980     9  21   18 15.8  -84.2      tropical storm        0
## 621    Hermine 1980     9  22    0 16.5  -85.5      tropical storm        0
## 622    Hermine 1980     9  22    6 17.1  -86.7      tropical storm        0
## 623    Hermine 1980     9  22   12 17.8  -87.8      tropical storm        0
## 624    Hermine 1980     9  22   18 18.4  -88.9      tropical storm        0
## 625    Hermine 1980     9  23    0 18.8  -90.2      tropical storm        0
## 626    Hermine 1980     9  23    6 19.1  -91.3      tropical storm        0
## 627    Hermine 1980     9  23   12 19.3  -92.6      tropical storm        0
## 628    Hermine 1980     9  23   18 19.3  -93.2      tropical storm        0
## 629    Hermine 1980     9  24    0 19.2  -93.8      tropical storm        0
## 630    Hermine 1980     9  24    6 18.8  -94.4      tropical storm        0
## 631    Hermine 1980     9  24   12 18.5  -94.8      tropical storm        0
## 632    Hermine 1980     9  24   18 18.1  -95.1      tropical storm        0
## 633    Hermine 1980     9  25    0 17.7  -95.5      tropical storm        0
## 634    Hermine 1980     9  25    6 17.3  -95.8      tropical storm        0
## 635    Hermine 1980     9  25   12 17.0  -96.0      tropical storm        0
## 636    Hermine 1980     9  25   18 17.0  -96.0 tropical depression       -1
## 637    Hermine 1980     9  26    0 17.0  -96.0 tropical depression       -1
## 638       Ivan 1980    10   4   12 36.5  -23.5 tropical depression       -1
## 639       Ivan 1980    10   4   18 35.6  -24.6      tropical storm        0
## 640       Ivan 1980    10   5    0 34.4  -25.7      tropical storm        0
## 641       Ivan 1980    10   5    6 33.4  -26.8      tropical storm        0
## 642       Ivan 1980    10   5   12 32.4  -28.3      tropical storm        0
## 643       Ivan 1980    10   5   18 31.3  -29.6      tropical storm        0
## 644       Ivan 1980    10   6    0 30.1  -30.5           hurricane        1
## 645       Ivan 1980    10   6    6 29.1  -31.1           hurricane        1
## 646       Ivan 1980    10   6   12 28.4  -31.3           hurricane        2
## 647       Ivan 1980    10   6   18 28.1  -31.1           hurricane        2
## 648       Ivan 1980    10   7    0 28.0  -30.7           hurricane        2
## 649       Ivan 1980    10   7    6 28.5  -30.6           hurricane        2
## 650       Ivan 1980    10   7   12 29.5  -31.7           hurricane        2
## 651       Ivan 1980    10   7   18 29.8  -32.7           hurricane        2
## 652       Ivan 1980    10   8    0 30.0  -34.4           hurricane        2
## 653       Ivan 1980    10   8    6 30.6  -36.2           hurricane        2
## 654       Ivan 1980    10   8   12 31.3  -37.4           hurricane        2
## 655       Ivan 1980    10   8   18 31.5  -39.0           hurricane        2
## 656       Ivan 1980    10   9    0 31.7  -40.5           hurricane        2
## 657       Ivan 1980    10   9    6 32.3  -41.0           hurricane        2
## 658       Ivan 1980    10   9   12 33.2  -41.1           hurricane        2
## 659       Ivan 1980    10   9   18 33.8  -41.2           hurricane        2
## 660       Ivan 1980    10  10    0 34.9  -40.7           hurricane        2
## 661       Ivan 1980    10  10    6 36.2  -40.0           hurricane        2
## 662       Ivan 1980    10  10   12 37.8  -39.1           hurricane        2
## 663       Ivan 1980    10  10   18 39.7  -37.9           hurricane        1
## 664       Ivan 1980    10  11    0 42.0  -36.1           hurricane        1
## 665       Ivan 1980    10  11    6 44.4  -34.1           hurricane        1
## 666       Ivan 1980    10  11   12 46.8  -31.5           hurricane        1
## 667       Ivan 1980    10  11   18 49.7  -27.5           hurricane        1
## 668     Jeanne 1980    11   8   18 18.6  -84.3 tropical depression       -1
## 669     Jeanne 1980    11   9    0 19.3  -84.6 tropical depression       -1
## 670     Jeanne 1980    11   9    6 20.0  -84.8 tropical depression       -1
## 671     Jeanne 1980    11   9   12 20.8  -85.1      tropical storm        0
## 672     Jeanne 1980    11   9   18 21.3  -85.2      tropical storm        0
## 673     Jeanne 1980    11  10    0 21.6  -85.3      tropical storm        0
## 674     Jeanne 1980    11  10    6 22.0  -85.4      tropical storm        0
## 675     Jeanne 1980    11  10   12 22.5  -85.5      tropical storm        0
## 676     Jeanne 1980    11  10   18 23.2  -85.7      tropical storm        0
## 677     Jeanne 1980    11  11    0 23.7  -86.1      tropical storm        0
## 678     Jeanne 1980    11  11    6 24.1  -86.5      tropical storm        0
## 679     Jeanne 1980    11  11   12 24.1  -87.0           hurricane        1
## 680     Jeanne 1980    11  11   18 24.1  -87.2           hurricane        1
## 681     Jeanne 1980    11  12    0 24.1  -87.4           hurricane        2
## 682     Jeanne 1980    11  12    6 23.9  -88.3           hurricane        1
## 683     Jeanne 1980    11  12   12 23.8  -89.0           hurricane        1
## 684     Jeanne 1980    11  12   18 23.8  -89.8           hurricane        1
## 685     Jeanne 1980    11  13    0 24.0  -90.3      tropical storm        0
## 686     Jeanne 1980    11  13    6 24.9  -91.6      tropical storm        0
## 687     Jeanne 1980    11  13   12 25.6  -92.8      tropical storm        0
## 688     Jeanne 1980    11  13   18 25.6  -94.0      tropical storm        0
## 689     Jeanne 1980    11  14    0 25.5  -95.0      tropical storm        0
## 690     Jeanne 1980    11  14    6 25.6  -95.2      tropical storm        0
## 691     Jeanne 1980    11  14   12 25.8  -95.2      tropical storm        0
## 692     Jeanne 1980    11  14   18 26.0  -94.8      tropical storm        0
## 693     Jeanne 1980    11  15    0 26.2  -94.4 tropical depression       -1
## 694     Jeanne 1980    11  15    6 26.3  -93.7 tropical depression       -1
## 695     Jeanne 1980    11  15   12 26.2  -93.2 tropical depression       -1
## 696     Jeanne 1980    11  15   18 25.9  -92.9 tropical depression       -1
## 697     Jeanne 1980    11  16    0 25.4  -93.0 tropical depression       -1
## 698     Jeanne 1980    11  16    6 25.2  -93.1 tropical depression       -1
## 699       Karl 1980    11  25   18 37.7  -44.7           hurricane        1
## 700       Karl 1980    11  26    0 37.4  -44.8           hurricane        1
## 701       Karl 1980    11  26    6 37.0  -44.2           hurricane        1
## 702       Karl 1980    11  26   12 36.8  -42.5           hurricane        1
## 703       Karl 1980    11  26   18 37.1  -40.5           hurricane        1
## 704       Karl 1980    11  27    0 37.8  -38.3           hurricane        1
## 705       Karl 1980    11  27    6 38.9  -36.5           hurricane        1
## 706       Karl 1980    11  27   12 40.4  -34.9           hurricane        1
## 707       Karl 1980    11  27   18 42.3  -33.1           hurricane        1
## 708      Emily 1981     9   1   12 30.4  -67.3      tropical storm        0
## 709      Emily 1981     9   1   18 31.3  -66.6      tropical storm        0
## 710      Emily 1981     9   2    0 31.9  -65.9      tropical storm        0
## 711      Emily 1981     9   2    6 32.6  -65.1      tropical storm        0
## 712      Emily 1981     9   2   12 33.3  -64.4      tropical storm        0
## 713      Emily 1981     9   2   18 34.1  -64.1      tropical storm        0
## 714      Emily 1981     9   3    0 35.0  -64.0      tropical storm        0
## 715      Emily 1981     9   3    6 36.0  -65.0      tropical storm        0
## 716      Emily 1981     9   3   12 35.0  -65.8      tropical storm        0
## 717      Emily 1981     9   3   18 34.2  -65.0      tropical storm        0
## 718      Emily 1981     9   4    0 34.6  -63.6           hurricane        1
## 719      Emily 1981     9   4    6 35.3  -62.7           hurricane        1
## 720      Emily 1981     9   4   12 36.2  -61.9           hurricane        1
## 721      Emily 1981     9   4   18 37.1  -61.2           hurricane        1
## 722      Emily 1981     9   5    0 38.2  -60.9           hurricane        1
## 723      Emily 1981     9   5    6 38.6  -60.8           hurricane        1
## 724      Emily 1981     9   5   12 39.0  -60.8           hurricane        1
## 725      Emily 1981     9   5   18 39.4  -59.9           hurricane        1
## 726      Emily 1981     9   6    0 39.9  -59.0           hurricane        1
## 727      Emily 1981     9   6    6 40.3  -58.4           hurricane        1
## 728      Emily 1981     9   6   12 40.8  -58.0           hurricane        1
## 729      Emily 1981     9   6   18 41.2  -57.4           hurricane        1
## 730      Emily 1981     9   7    0 41.6  -56.8           hurricane        1
## 731      Emily 1981     9   7    6 41.9  -55.9           hurricane        1
## 732      Emily 1981     9   7   12 42.0  -55.0           hurricane        1
## 733      Emily 1981     9   7   18 42.3  -54.1           hurricane        1
## 734      Emily 1981     9   8    0 42.7  -53.4      tropical storm        0
## 735      Emily 1981     9   8    6 42.9  -52.5      tropical storm        0
## 736      Emily 1981     9   8   12 42.2  -51.9      tropical storm        0
## 737      Emily 1981     9   8   18 41.7  -51.2      tropical storm        0
## 738      Emily 1981     9   9    0 41.0  -50.2      tropical storm        0
## 739      Emily 1981     9   9    6 40.9  -49.1      tropical storm        0
## 740      Emily 1981     9   9   12 40.9  -47.9      tropical storm        0
## 741      Emily 1981     9   9   18 41.0  -46.9      tropical storm        0
## 742      Emily 1981     9  10    0 41.2  -45.9      tropical storm        0
## 743      Emily 1981     9  10    6 41.9  -45.1      tropical storm        0
## 744      Emily 1981     9  10   12 42.5  -44.8      tropical storm        0
## 745      Emily 1981     9  10   18 42.7  -44.0      tropical storm        0
## 746      Emily 1981     9  11    0 42.2  -43.3      tropical storm        0
## 747      Emily 1981     9  11    6 42.1  -42.7      tropical storm        0
## 748      Emily 1981     9  11   12 42.2  -42.0      tropical storm        0
## 749      Floyd 1981     9   3   12 16.2  -60.3 tropical depression       -1
## 750      Floyd 1981     9   3   18 16.7  -61.1 tropical depression       -1
## 751      Floyd 1981     9   4    0 17.3  -61.9 tropical depression       -1
## 752      Floyd 1981     9   4    6 18.0  -62.6 tropical depression       -1
## 753      Floyd 1981     9   4   12 18.6  -63.3 tropical depression       -1
## 754      Floyd 1981     9   4   18 19.0  -64.0      tropical storm        0
## 755      Floyd 1981     9   5    0 19.5  -64.7      tropical storm        0
## 756      Floyd 1981     9   5    6 20.1  -65.5      tropical storm        0
## 757      Floyd 1981     9   5   12 20.9  -66.2      tropical storm        0
## 758      Floyd 1981     9   5   18 21.7  -67.1           hurricane        1
## 759      Floyd 1981     9   6    0 22.6  -67.7           hurricane        1
## 760      Floyd 1981     9   6    6 23.6  -68.6           hurricane        2
## 761      Floyd 1981     9   6   12 24.5  -69.1           hurricane        2
## 762      Floyd 1981     9   6   18 25.5  -69.1           hurricane        2
## 763      Floyd 1981     9   7    0 26.4  -69.1           hurricane        3
## 764      Floyd 1981     9   7    6 27.5  -68.9           hurricane        3
## 765      Floyd 1981     9   7   12 28.4  -68.5           hurricane        3
## 766      Floyd 1981     9   7   18 29.3  -67.8           hurricane        3
## 767      Floyd 1981     9   8    0 29.9  -67.2           hurricane        2
## 768      Floyd 1981     9   8    6 30.6  -66.5           hurricane        2
## 769      Floyd 1981     9   8   12 31.4  -65.6           hurricane        2
## 770      Floyd 1981     9   8   18 32.0  -64.7      tropical storm        0
## 771      Floyd 1981     9   9    0 32.9  -63.0      tropical storm        0
## 772      Floyd 1981     9   9    6 33.7  -60.7      tropical storm        0
## 773      Floyd 1981     9   9   12 34.2  -58.5      tropical storm        0
## 774      Floyd 1981     9   9   18 33.8  -56.3      tropical storm        0
## 775      Floyd 1981     9  10    0 33.5  -54.0      tropical storm        0
## 776      Floyd 1981     9  10    6 33.6  -51.3      tropical storm        0
## 777      Floyd 1981     9  10   12 34.0  -48.7      tropical storm        0
## 778      Floyd 1981     9  10   18 34.0  -46.4      tropical storm        0
## 779      Floyd 1981     9  11    0 33.8  -44.1      tropical storm        0
## 780      Floyd 1981     9  11    6 34.5  -41.7      tropical storm        0
## 781      Floyd 1981     9  11   12 35.5  -39.7      tropical storm        0
## 782      Floyd 1981     9  11   18 36.6  -38.3      tropical storm        0
## 783      Floyd 1981     9  12    0 37.6  -36.9      tropical storm        0
## 784      Floyd 1981     9  12    6 39.0  -35.2      tropical storm        0
## 785      Floyd 1981     9  12   12 40.6  -33.4      tropical storm        0
## 786       Gert 1981     9   7    0 14.8  -54.0 tropical depression       -1
## 787       Gert 1981     9   7    6 14.9  -55.7 tropical depression       -1
## 788       Gert 1981     9   7   12 15.1  -57.4 tropical depression       -1
## 789       Gert 1981     9   7   18 15.3  -59.0 tropical depression       -1
## 790       Gert 1981     9   8    0 15.6  -60.6      tropical storm        0
## 791       Gert 1981     9   8    6 16.1  -62.3      tropical storm        0
## 792       Gert 1981     9   8   12 16.8  -64.0      tropical storm        0
## 793       Gert 1981     9   8   18 17.8  -65.4      tropical storm        0
## 794       Gert 1981     9   9    0 18.9  -66.9      tropical storm        0
## 795       Gert 1981     9   9    6 19.6  -68.3      tropical storm        0
## 796       Gert 1981     9   9   12 20.3  -70.0      tropical storm        0
## 797       Gert 1981     9   9   18 21.3  -71.7      tropical storm        0
## 798       Gert 1981     9  10    0 22.1  -72.8      tropical storm        0
## 799       Gert 1981     9  10    6 22.7  -73.7      tropical storm        0
## 800       Gert 1981     9  10   12 23.7  -74.5      tropical storm        0
## 801       Gert 1981     9  10   18 24.8  -74.4           hurricane        1
## 802       Gert 1981     9  11    0 26.3  -73.9           hurricane        1
## 803       Gert 1981     9  11    6 27.7  -73.0           hurricane        2
## 804       Gert 1981     9  11   12 29.0  -72.0           hurricane        2
## 805       Gert 1981     9  11   18 30.2  -70.9           hurricane        2
## 806       Gert 1981     9  12    0 31.5  -69.6           hurricane        2
## 807       Gert 1981     9  12    6 32.5  -68.5           hurricane        2
## 808       Gert 1981     9  12   12 33.4  -67.1           hurricane        2
## 809       Gert 1981     9  12   18 34.1  -65.6           hurricane        1
## 810       Gert 1981     9  13    0 34.9  -63.5      tropical storm        0
## 811       Gert 1981     9  13    6 35.8  -60.7      tropical storm        0
## 812       Gert 1981     9  13   12 36.8  -57.0      tropical storm        0
## 813       Gert 1981     9  13   18 37.7  -53.2      tropical storm        0
## 814       Gert 1981     9  14    0 38.3  -49.4      tropical storm        0
## 815       Gert 1981     9  14    6 38.8  -45.6      tropical storm        0
## 816       Gert 1981     9  14   12 39.2  -41.9      tropical storm        0
## 817       Gert 1981     9  14   18 39.6  -38.6 tropical depression       -1
## 818       Gert 1981     9  15    0 39.9  -35.3 tropical depression       -1
## 819       Gert 1981     9  15    6 40.1  -33.0 tropical depression       -1
## 820       Gert 1981     9  15   12 40.3  -30.7 tropical depression       -1
## 821       Gert 1981     9  15   18 40.5  -28.2 tropical depression       -1
## 822     Harvey 1981     9  11   18 14.0  -49.0 tropical depression       -1
## 823     Harvey 1981     9  12    0 15.4  -50.7 tropical depression       -1
## 824     Harvey 1981     9  12    6 17.1  -52.7 tropical depression       -1
## 825     Harvey 1981     9  12   12 18.4  -54.7 tropical depression       -1
## 826     Harvey 1981     9  12   18 19.4  -56.3      tropical storm        0
## 827     Harvey 1981     9  13    0 20.2  -57.8           hurricane        1
## 828     Harvey 1981     9  13    6 21.2  -59.3           hurricane        1
## 829     Harvey 1981     9  13   12 22.2  -60.6           hurricane        1
## 830     Harvey 1981     9  13   18 23.1  -61.4           hurricane        1
## 831     Harvey 1981     9  14    0 24.1  -62.0           hurricane        2
## 832     Harvey 1981     9  14    6 25.2  -62.5           hurricane        2
## 833     Harvey 1981     9  14   12 26.4  -62.7           hurricane        2
## 834     Harvey 1981     9  14   18 27.6  -62.8           hurricane        3
## 835     Harvey 1981     9  15    0 28.4  -62.6           hurricane        4
## 836     Harvey 1981     9  15    6 29.5  -62.3           hurricane        3
## 837     Harvey 1981     9  15   12 30.8  -61.2           hurricane        3
## 838     Harvey 1981     9  15   18 32.1  -60.3           hurricane        3
## 839     Harvey 1981     9  16    0 33.2  -59.2           hurricane        2
## 840     Harvey 1981     9  16    6 34.2  -58.0           hurricane        2
## 841     Harvey 1981     9  16   12 34.9  -56.8           hurricane        1
## 842     Harvey 1981     9  16   18 35.3  -55.7           hurricane        1
## 843     Harvey 1981     9  17    0 35.7  -54.8           hurricane        1
## 844     Harvey 1981     9  17    6 35.9  -53.8           hurricane        1
## 845     Harvey 1981     9  17   12 36.2  -52.7           hurricane        1
## 846     Harvey 1981     9  17   18 36.5  -51.3           hurricane        1
## 847     Harvey 1981     9  18    0 37.1  -49.9           hurricane        1
## 848     Harvey 1981     9  18    6 37.5  -48.2           hurricane        1
## 849     Harvey 1981     9  18   12 37.9  -46.8      tropical storm        0
## 850     Harvey 1981     9  18   18 38.3  -45.2      tropical storm        0
## 851     Harvey 1981     9  19    0 38.5  -43.0      tropical storm        0
## 852    Katrina 1981    11   3    0 16.9  -81.2 tropical depression       -1
## 853    Katrina 1981    11   3    6 17.2  -81.3 tropical depression       -1
## 854    Katrina 1981    11   3   12 17.5  -81.4 tropical depression       -1
## 855    Katrina 1981    11   3   18 17.8  -81.4 tropical depression       -1
## 856    Katrina 1981    11   4    0 18.1  -81.4 tropical depression       -1
## 857    Katrina 1981    11   4    6 18.3  -81.4      tropical storm        0
## 858    Katrina 1981    11   4   12 18.6  -81.3      tropical storm        0
## 859    Katrina 1981    11   4   18 18.9  -81.2      tropical storm        0
## 860    Katrina 1981    11   5    0 19.2  -81.1      tropical storm        0
## 861    Katrina 1981    11   5    6 19.6  -80.8           hurricane        1
## 862    Katrina 1981    11   5   12 20.0  -80.5           hurricane        1
## 863    Katrina 1981    11   5   18 20.4  -80.1           hurricane        1
## 864    Katrina 1981    11   6    0 20.9  -79.5           hurricane        1
## 865    Katrina 1981    11   6    6 21.6  -78.3      tropical storm        0
## 866    Katrina 1981    11   6   12 22.4  -77.0      tropical storm        0
## 867    Katrina 1981    11   6   18 23.2  -75.5      tropical storm        0
## 868    Katrina 1981    11   7    0 24.0  -73.3      tropical storm        0
## 869    Katrina 1981    11   7    6 25.0  -70.6      tropical storm        0
## 870    Katrina 1981    11   7   12 25.9  -67.5      tropical storm        0
## 871    Katrina 1981    11   7   18 26.8  -64.5      tropical storm        0
## 872    Alberto 1982     6   2   12 21.7  -87.1 tropical depression       -1
## 873    Alberto 1982     6   2   18 22.2  -86.5 tropical depression       -1
## 874    Alberto 1982     6   3    0 22.6  -85.8 tropical depression       -1
## 875    Alberto 1982     6   3    6 22.8  -85.0      tropical storm        0
## 876    Alberto 1982     6   3   12 23.2  -84.2      tropical storm        0
## 877    Alberto 1982     6   3   18 24.0  -83.6           hurricane        1
## 878    Alberto 1982     6   4    0 24.8  -83.4           hurricane        1
## 879    Alberto 1982     6   4    6 24.9  -84.1      tropical storm        0
## 880    Alberto 1982     6   4   12 24.9  -84.8      tropical storm        0
## 881    Alberto 1982     6   4   18 25.0  -84.2      tropical storm        0
## 882    Alberto 1982     6   5    0 25.1  -84.1 tropical depression       -1
## 883    Alberto 1982     6   5    6 25.2  -84.0 tropical depression       -1
## 884    Alberto 1982     6   5   12 25.3  -83.9 tropical depression       -1
## 885    Alberto 1982     6   5   18 25.4  -83.6 tropical depression       -1
## 886    Alberto 1982     6   6    0 25.5  -83.3 tropical depression       -1
## 887    Alberto 1982     6   6    6 25.5  -83.0 tropical depression       -1
## 888    Alberto 1982     6   6   12 25.5  -82.6 tropical depression       -1
## 889      Beryl 1982     8  28   12 13.7  -22.2 tropical depression       -1
## 890      Beryl 1982     8  28   18 13.9  -22.7      tropical storm        0
## 891      Beryl 1982     8  29    0 14.1  -23.6      tropical storm        0
## 892      Beryl 1982     8  29    6 14.5  -24.9      tropical storm        0
## 893      Beryl 1982     8  29   12 14.9  -26.3      tropical storm        0
## 894      Beryl 1982     8  29   18 15.3  -27.7      tropical storm        0
## 895      Beryl 1982     8  30    0 15.7  -29.1      tropical storm        0
## 896      Beryl 1982     8  30    6 16.0  -30.6      tropical storm        0
## 897      Beryl 1982     8  30   12 16.3  -32.1      tropical storm        0
## 898      Beryl 1982     8  30   18 16.7  -33.6      tropical storm        0
## 899      Beryl 1982     8  31    0 17.0  -35.0      tropical storm        0
## 900      Beryl 1982     8  31    6 17.2  -36.4      tropical storm        0
## 901      Beryl 1982     8  31   12 17.7  -37.8      tropical storm        0
## 902      Beryl 1982     8  31   18 18.0  -39.0      tropical storm        0
## 903      Beryl 1982     9   1    0 18.3  -40.0      tropical storm        0
## 904      Beryl 1982     9   1    6 18.6  -40.9      tropical storm        0
## 905      Beryl 1982     9   1   12 18.8  -41.7      tropical storm        0
## 906      Beryl 1982     9   1   18 19.0  -42.4      tropical storm        0
## 907      Beryl 1982     9   2    0 19.2  -43.2      tropical storm        0
## 908      Beryl 1982     9   2    6 19.4  -44.1      tropical storm        0
## 909      Beryl 1982     9   2   12 19.7  -45.1      tropical storm        0
## 910      Beryl 1982     9   2   18 19.9  -46.2 tropical depression       -1
## 911      Beryl 1982     9   3    0 20.1  -47.4 tropical depression       -1
## 912      Beryl 1982     9   3    6 20.1  -48.6 tropical depression       -1
## 913      Beryl 1982     9   3   12 20.0  -49.8 tropical depression       -1
## 914      Beryl 1982     9   3   18 20.0  -51.0 tropical depression       -1
## 915      Beryl 1982     9   4    0 19.9  -51.9 tropical depression       -1
## 916      Beryl 1982     9   4    6 19.9  -52.9 tropical depression       -1
## 917      Beryl 1982     9   4   12 19.8  -53.8 tropical depression       -1
## 918      Beryl 1982     9   4   18 19.7  -54.9 tropical depression       -1
## 919      Beryl 1982     9   5    0 19.6  -55.9 tropical depression       -1
## 920      Beryl 1982     9   5    6 19.4  -57.0 tropical depression       -1
## 921      Beryl 1982     9   5   12 19.4  -58.3 tropical depression       -1
## 922      Beryl 1982     9   5   18 19.5  -59.7 tropical depression       -1
## 923      Beryl 1982     9   6    0 19.7  -61.0 tropical depression       -1
## 924      Beryl 1982     9   6    6 19.8  -62.3 tropical depression       -1
## 925      Beryl 1982     9   6   12 20.0  -63.6 tropical depression       -1
## 926      Chris 1982     9  10    0 26.8  -93.1 tropical depression       -1
## 927      Chris 1982     9  10    6 26.9  -94.0 tropical depression       -1
## 928      Chris 1982     9  10   12 27.3  -94.2      tropical storm        0
## 929      Chris 1982     9  10   18 27.9  -94.1      tropical storm        0
## 930      Chris 1982     9  11    0 28.4  -94.1      tropical storm        0
## 931      Chris 1982     9  11    6 29.0  -94.0      tropical storm        0
## 932      Chris 1982     9  11   12 29.8  -93.8      tropical storm        0
## 933      Chris 1982     9  11   18 30.8  -93.4      tropical storm        0
## 934      Chris 1982     9  12    0 31.8  -93.2 tropical depression       -1
## 935      Chris 1982     9  12    6 32.8  -92.8 tropical depression       -1
## 936      Chris 1982     9  12   12 33.8  -92.4 tropical depression       -1
## 937      Chris 1982     9  12   18 34.8  -91.8 tropical depression       -1
## 938      Debby 1982     9  13   12 19.8  -69.5 tropical depression       -1
## 939      Debby 1982     9  13   18 20.8  -70.2 tropical depression       -1
## 940      Debby 1982     9  14    0 21.5  -71.0 tropical depression       -1
## 941      Debby 1982     9  14    6 22.4  -71.8 tropical depression       -1
## 942      Debby 1982     9  14   12 23.5  -71.9      tropical storm        0
## 943      Debby 1982     9  14   18 24.6  -71.8      tropical storm        0
## 944      Debby 1982     9  15    0 25.6  -71.0           hurricane        1
## 945      Debby 1982     9  15    6 26.7  -70.3           hurricane        1
## 946      Debby 1982     9  15   12 27.8  -69.6           hurricane        1
## 947      Debby 1982     9  15   18 29.0  -68.5           hurricane        2
## 948      Debby 1982     9  16    0 30.5  -67.5           hurricane        2
## 949      Debby 1982     9  16    6 32.1  -66.7           hurricane        2
## 950      Debby 1982     9  16   12 33.6  -65.8           hurricane        2
## 951      Debby 1982     9  16   18 35.1  -65.6           hurricane        2
## 952      Debby 1982     9  17    0 36.4  -65.6           hurricane        2
## 953      Debby 1982     9  17    6 36.8  -65.6           hurricane        2
## 954      Debby 1982     9  17   12 37.1  -65.0           hurricane        2
## 955      Debby 1982     9  17   18 37.6  -63.5           hurricane        3
## 956      Debby 1982     9  18    0 38.8  -62.3           hurricane        4
## 957      Debby 1982     9  18    6 40.1  -60.7           hurricane        3
## 958      Debby 1982     9  18   12 41.6  -58.5           hurricane        3
## 959      Debby 1982     9  18   18 43.5  -56.1           hurricane        3
## 960      Debby 1982     9  19    0 45.3  -53.5           hurricane        2
## 961      Debby 1982     9  19    6 47.0  -50.5           hurricane        1
## 962      Debby 1982     9  19   12 48.5  -47.1           hurricane        1
## 963      Debby 1982     9  19   18 50.0  -43.5           hurricane        1
## 964      Debby 1982     9  20    0 50.8  -39.0           hurricane        1
## 965      Debby 1982     9  20    6 51.5  -33.5      tropical storm        0
## 966      Debby 1982     9  20   12 51.8  -26.6      tropical storm        0
## 967    Ernesto 1982     9  30   12 24.8  -65.4 tropical depression       -1
## 968    Ernesto 1982     9  30   18 25.3  -66.8 tropical depression       -1
## 969    Ernesto 1982    10   1    0 25.9  -67.4 tropical depression       -1
## 970    Ernesto 1982    10   1    6 26.5  -67.8      tropical storm        0
## 971    Ernesto 1982    10   1   12 27.3  -67.7      tropical storm        0
## 972    Ernesto 1982    10   1   18 27.9  -67.1      tropical storm        0
## 973    Ernesto 1982    10   2    0 28.5  -66.2      tropical storm        0
## 974    Ernesto 1982    10   2    6 29.1  -65.1      tropical storm        0
## 975    Ernesto 1982    10   2   12 29.8  -63.0      tropical storm        0
## 976    Ernesto 1982    10   2   18 30.5  -60.5      tropical storm        0
## 977     Alicia 1983     8  15   12 27.3  -90.5 tropical depression       -1
## 978     Alicia 1983     8  15   18 27.2  -91.0      tropical storm        0
## 979     Alicia 1983     8  16    0 27.1  -91.5      tropical storm        0
## 980     Alicia 1983     8  16    6 27.0  -92.0      tropical storm        0
## 981     Alicia 1983     8  16   12 27.1  -92.4      tropical storm        0
## 982     Alicia 1983     8  16   18 27.3  -92.8      tropical storm        0
## 983     Alicia 1983     8  17    0 27.4  -93.3           hurricane        1
## 984     Alicia 1983     8  17    6 27.7  -93.7           hurricane        1
## 985     Alicia 1983     8  17   12 27.9  -94.2           hurricane        1
## 986     Alicia 1983     8  17   18 28.1  -94.5           hurricane        2
## 987     Alicia 1983     8  18    0 28.4  -94.8           hurricane        2
## 988     Alicia 1983     8  18    6 28.9  -95.0           hurricane        3
## 989     Alicia 1983     8  18    7 29.1  -95.1           hurricane        3
## 990     Alicia 1983     8  18   12 29.7  -95.5           hurricane        1
## 991     Alicia 1983     8  18   18 30.5  -96.0      tropical storm        0
## 992     Alicia 1983     8  19    0 31.5  -96.7      tropical storm        0
## 993     Alicia 1983     8  19    6 32.4  -97.4 tropical depression       -1
## 994     Alicia 1983     8  19   12 33.3  -98.0 tropical depression       -1
## 995     Alicia 1983     8  19   18 34.4  -98.5 tropical depression       -1
## 996     Alicia 1983     8  20    0 35.4  -99.0 tropical depression       -1
## 997      Barry 1983     8  23   18 26.0  -76.0 tropical depression       -1
## 998      Barry 1983     8  24    0 26.8  -76.2 tropical depression       -1
## 999      Barry 1983     8  24    6 27.4  -76.3      tropical storm        0
## 1000     Barry 1983     8  24   12 28.1  -76.8      tropical storm        0
## 1001     Barry 1983     8  24   18 28.1  -77.6      tropical storm        0
## 1002     Barry 1983     8  25    0 28.1  -78.9      tropical storm        0
## 1003     Barry 1983     8  25    6 28.0  -79.8      tropical storm        0
## 1004     Barry 1983     8  25   11 27.9  -80.6 tropical depression       -1
## 1005     Barry 1983     8  25   12 27.9  -80.8 tropical depression       -1
## 1006     Barry 1983     8  25   18 27.5  -82.0 tropical depression       -1
## 1007     Barry 1983     8  26    0 27.0  -83.8 tropical depression       -1
## 1008     Barry 1983     8  26    6 26.3  -85.0 tropical depression       -1
## 1009     Barry 1983     8  26   12 25.7  -86.3 tropical depression       -1
## 1010     Barry 1983     8  26   18 25.2  -87.6 tropical depression       -1
## 1011     Barry 1983     8  27    0 25.1  -88.9 tropical depression       -1
## 1012     Barry 1983     8  27    6 25.2  -90.2 tropical depression       -1
## 1013     Barry 1983     8  27   12 25.8  -91.6      tropical storm        0
## 1014     Barry 1983     8  27   18 25.8  -93.0      tropical storm        0
## 1015     Barry 1983     8  28    0 25.7  -94.5      tropical storm        0
## 1016     Barry 1983     8  28    6 25.5  -95.5      tropical storm        0
## 1017     Barry 1983     8  28   12 25.5  -96.4           hurricane        1
## 1018     Barry 1983     8  28   17 25.4  -97.4           hurricane        1
## 1019     Barry 1983     8  28   18 25.4  -97.5           hurricane        1
## 1020     Barry 1983     8  29    0 25.5  -98.5      tropical storm        0
## 1021     Barry 1983     8  29    6 25.5  -99.5 tropical depression       -1
## 1022     Barry 1983     8  29   12 25.5 -100.5 tropical depression       -1
## 1023   Chantal 1983     9  10   12 30.2  -64.4 tropical depression       -1
## 1024   Chantal 1983     9  10   18 30.9  -64.0 tropical depression       -1
## 1025   Chantal 1983     9  11    0 31.6  -63.3      tropical storm        0
## 1026   Chantal 1983     9  11    6 32.0  -62.4      tropical storm        0
## 1027   Chantal 1983     9  11   12 32.4  -61.2      tropical storm        0
## 1028   Chantal 1983     9  11   18 32.8  -60.0           hurricane        1
## 1029   Chantal 1983     9  12    0 33.1  -58.9           hurricane        1
## 1030   Chantal 1983     9  12    6 33.6  -57.6           hurricane        1
## 1031   Chantal 1983     9  12   12 34.0  -56.3           hurricane        1
## 1032   Chantal 1983     9  12   18 34.4  -55.5           hurricane        1
## 1033   Chantal 1983     9  13    0 34.8  -54.9      tropical storm        0
## 1034   Chantal 1983     9  13    6 35.3  -54.5      tropical storm        0
## 1035   Chantal 1983     9  13   12 35.9  -54.2      tropical storm        0
## 1036   Chantal 1983     9  13   18 36.3  -53.9      tropical storm        0
## 1037   Chantal 1983     9  14    0 36.8  -53.8      tropical storm        0
## 1038   Chantal 1983     9  14    6 37.4  -53.8      tropical storm        0
## 1039   Chantal 1983     9  14   12 38.7  -53.8      tropical storm        0
## 1040   Chantal 1983     9  14   18 39.5  -52.5      tropical storm        0
## 1041   Chantal 1983     9  15    0 40.4  -50.7 tropical depression       -1
## 1042   Chantal 1983     9  15    6 41.7  -48.8 tropical depression       -1
## 1043      Dean 1983     9  27   18 30.3  -72.1      tropical storm        0
## 1044      Dean 1983     9  28    0 31.2  -71.7      tropical storm        0
## 1045      Dean 1983     9  28    6 32.2  -71.1      tropical storm        0
## 1046      Dean 1983     9  28   12 33.1  -70.7      tropical storm        0
## 1047      Dean 1983     9  28   18 34.0  -70.7      tropical storm        0
## 1048      Dean 1983     9  29    0 34.5  -70.8      tropical storm        0
## 1049      Dean 1983     9  29    6 34.8  -71.0      tropical storm        0
## 1050      Dean 1983     9  29   12 35.1  -71.5      tropical storm        0
## 1051      Dean 1983     9  29   18 35.8  -73.0      tropical storm        0
## 1052      Dean 1983     9  30    0 36.4  -74.0      tropical storm        0
## 1053      Dean 1983     9  30    6 37.0  -74.9      tropical storm        0
## 1054      Dean 1983     9  30   12 37.5  -75.8      tropical storm        0
## 1055      Dean 1983     9  30   18 37.9  -76.9 tropical depression       -1
## 1056    Arthur 1984     8  28   18 10.5  -51.0 tropical depression       -1
## 1057    Arthur 1984     8  29    0 10.5  -52.5 tropical depression       -1
## 1058    Arthur 1984     8  29    6 10.6  -54.0 tropical depression       -1
## 1059    Arthur 1984     8  29   12 11.2  -55.0      tropical storm        0
## 1060    Arthur 1984     8  29   18 11.8  -55.8      tropical storm        0
## 1061    Arthur 1984     8  30    0 12.4  -56.3      tropical storm        0
## 1062    Arthur 1984     8  30    6 13.0  -57.0      tropical storm        0
## 1063    Arthur 1984     8  30   12 13.4  -57.4      tropical storm        0
## 1064    Arthur 1984     8  30   18 14.0  -57.8      tropical storm        0
## 1065    Arthur 1984     8  31    0 14.4  -58.0      tropical storm        0
## 1066    Arthur 1984     8  31    6 14.8  -58.1      tropical storm        0
## 1067    Arthur 1984     8  31   12 15.3  -58.2      tropical storm        0
## 1068    Arthur 1984     8  31   18 16.0  -58.4 tropical depression       -1
## 1069    Arthur 1984     9   1    0 16.7  -58.6 tropical depression       -1
## 1070    Arthur 1984     9   1    6 16.9  -59.1 tropical depression       -1
## 1071    Arthur 1984     9   1   12 17.0  -59.8 tropical depression       -1
## 1072    Arthur 1984     9   1   18 17.2  -60.2 tropical depression       -1
## 1073    Arthur 1984     9   2    0 17.6  -60.6 tropical depression       -1
## 1074    Arthur 1984     9   2    6 17.9  -61.0 tropical depression       -1
## 1075    Arthur 1984     9   2   12 18.2  -61.2 tropical depression       -1
## 1076    Arthur 1984     9   2   18 18.7  -61.4 tropical depression       -1
## 1077    Arthur 1984     9   3    0 18.9  -61.8 tropical depression       -1
## 1078    Arthur 1984     9   3    6 19.2  -62.0 tropical depression       -1
## 1079    Arthur 1984     9   3   12 19.5  -62.2 tropical depression       -1
## 1080    Arthur 1984     9   3   18 19.8  -62.6 tropical depression       -1
## 1081    Arthur 1984     9   4    0 20.2  -62.9 tropical depression       -1
## 1082    Arthur 1984     9   4    6 21.0  -63.3 tropical depression       -1
## 1083    Arthur 1984     9   4   12 21.8  -64.0 tropical depression       -1
## 1084    Arthur 1984     9   4   18 22.3  -65.0 tropical depression       -1
## 1085    Arthur 1984     9   5    0 22.8  -66.0 tropical depression       -1
## 1086    Arthur 1984     9   5    6 23.1  -66.9 tropical depression       -1
## 1087    Arthur 1984     9   5   12 24.0  -67.9 tropical depression       -1
## 1088    Arthur 1984     9   5   18 25.0  -68.5 tropical depression       -1
## 1089     Cesar 1984     8  31   12 38.9  -65.0      tropical storm        0
## 1090     Cesar 1984     8  31   18 39.8  -63.1      tropical storm        0
## 1091     Cesar 1984     9   1    0 40.6  -61.1      tropical storm        0
## 1092     Cesar 1984     9   1    6 41.7  -59.0      tropical storm        0
## 1093     Cesar 1984     9   1   12 42.9  -56.9      tropical storm        0
## 1094     Cesar 1984     9   1   18 44.0  -54.9      tropical storm        0
## 1095     Cesar 1984     9   2    0 44.9  -53.3      tropical storm        0
## 1096     Cesar 1984     9   2    6 45.5  -51.8      tropical storm        0
## 1097     Cesar 1984     9   2   12 46.0  -50.4      tropical storm        0
## 1098     Diana 1984     9   8   12 28.5  -77.4      tropical storm        0
## 1099     Diana 1984     9   8   18 28.6  -78.3      tropical storm        0
## 1100     Diana 1984     9   9    0 28.5  -79.2      tropical storm        0
## 1101     Diana 1984     9   9    6 28.6  -79.7      tropical storm        0
## 1102     Diana 1984     9   9   12 29.0  -79.9      tropical storm        0
## 1103     Diana 1984     9   9   18 29.4  -80.1      tropical storm        0
## 1104     Diana 1984     9  10    0 29.7  -80.4      tropical storm        0
## 1105     Diana 1984     9  10    6 30.1  -80.3      tropical storm        0
## 1106     Diana 1984     9  10   12 30.5  -80.0           hurricane        1
## 1107     Diana 1984     9  10   18 30.8  -79.6           hurricane        1
## 1108     Diana 1984     9  11    0 31.3  -79.1           hurricane        1
## 1109     Diana 1984     9  11    6 31.8  -78.7           hurricane        2
## 1110     Diana 1984     9  11   12 32.6  -78.4           hurricane        3
## 1111     Diana 1984     9  11   18 33.4  -78.0           hurricane        3
## 1112     Diana 1984     9  12    0 33.9  -77.7           hurricane        4
## 1113     Diana 1984     9  12    6 34.0  -77.4           hurricane        2
## 1114     Diana 1984     9  12   12 34.0  -77.2           hurricane        2
## 1115     Diana 1984     9  12   18 33.9  -77.1           hurricane        2
## 1116     Diana 1984     9  13    0 33.8  -77.4           hurricane        2
## 1117     Diana 1984     9  13    6 33.9  -77.9           hurricane        1
## 1118     Diana 1984     9  13    7 33.9  -78.0           hurricane        1
## 1119     Diana 1984     9  13   12 34.0  -78.3           hurricane        1
## 1120     Diana 1984     9  13   18 34.3  -78.5      tropical storm        0
## 1121     Diana 1984     9  14    0 34.6  -78.5      tropical storm        0
## 1122     Diana 1984     9  14    6 35.0  -78.0      tropical storm        0
## 1123     Diana 1984     9  14   12 35.3  -77.1      tropical storm        0
## 1124     Diana 1984     9  14   18 35.6  -76.0      tropical storm        0
## 1125     Diana 1984     9  15    0 36.2  -74.4      tropical storm        0
## 1126     Diana 1984     9  15    6 37.2  -72.7      tropical storm        0
## 1127     Diana 1984     9  15   12 38.5  -70.3      tropical storm        0
## 1128     Diana 1984     9  15   18 41.0  -66.0      tropical storm        0
## 1129     Diana 1984     9  16    0 43.5  -61.9      tropical storm        0
## 1130   Edouard 1984     9  14    0 20.3  -96.1 tropical depression       -1
## 1131   Edouard 1984     9  14    6 20.5  -96.2      tropical storm        0
## 1132   Edouard 1984     9  14   12 20.7  -96.1      tropical storm        0
## 1133   Edouard 1984     9  14   18 20.5  -96.0      tropical storm        0
## 1134   Edouard 1984     9  15    0 20.3  -95.8      tropical storm        0
## 1135   Edouard 1984     9  15    6 20.0  -95.7 tropical depression       -1
## 1136   Edouard 1984     9  15   12 20.0  -95.7 tropical depression       -1
## 1137    Gustav 1984     9  16   18 28.6  -65.5 tropical depression       -1
## 1138    Gustav 1984     9  17    0 29.6  -65.5 tropical depression       -1
## 1139    Gustav 1984     9  17    6 30.3  -65.5 tropical depression       -1
## 1140    Gustav 1984     9  17   12 31.3  -65.2 tropical depression       -1
## 1141    Gustav 1984     9  17   18 32.1  -64.7 tropical depression       -1
## 1142    Gustav 1984     9  18    0 32.1  -64.7 tropical depression       -1
## 1143    Gustav 1984     9  18    6 32.1  -64.7 tropical depression       -1
## 1144    Gustav 1984     9  18   12 32.1  -64.7 tropical depression       -1
## 1145    Gustav 1984     9  18   18 32.1  -64.7      tropical storm        0
## 1146    Gustav 1984     9  19    0 33.2  -63.6      tropical storm        0
## 1147    Gustav 1984     9  19    6 34.6  -62.6      tropical storm        0
## 1148  Hortense 1984     9  24   18 28.5  -60.1      tropical storm        0
## 1149  Hortense 1984     9  25    0 28.7  -60.3      tropical storm        0
## 1150  Hortense 1984     9  25    6 28.9  -60.4      tropical storm        0
## 1151  Hortense 1984     9  25   12 29.3  -60.6      tropical storm        0
## 1152  Hortense 1984     9  25   18 29.7  -60.8           hurricane        1
## 1153  Hortense 1984     9  26    0 30.2  -61.1           hurricane        1
## 1154  Hortense 1984     9  26    6 30.8  -61.0      tropical storm        0
## 1155  Hortense 1984     9  26   12 31.3  -60.7      tropical storm        0
## 1156  Hortense 1984     9  26   18 32.0  -60.9      tropical storm        0
## 1157  Hortense 1984     9  27    0 32.4  -60.8      tropical storm        0
## 1158  Hortense 1984     9  27    6 32.8  -60.5      tropical storm        0
## 1159  Hortense 1984     9  27   12 33.0  -60.0      tropical storm        0
## 1160  Hortense 1984     9  27   18 32.9  -59.8      tropical storm        0
## 1161  Hortense 1984     9  28    0 32.7  -59.9      tropical storm        0
## 1162  Hortense 1984     9  28    6 32.3  -60.2      tropical storm        0
## 1163  Hortense 1984     9  28   12 31.7  -61.0      tropical storm        0
## 1164  Hortense 1984     9  28   18 31.1  -61.7      tropical storm        0
## 1165  Hortense 1984     9  29    0 30.6  -62.4      tropical storm        0
## 1166  Hortense 1984     9  29    6 30.5  -63.2      tropical storm        0
## 1167  Hortense 1984     9  29   12 30.6  -64.0      tropical storm        0
## 1168  Hortense 1984     9  29   18 30.9  -64.7      tropical storm        0
## 1169  Hortense 1984     9  30    0 31.4  -65.0      tropical storm        0
## 1170  Hortense 1984     9  30    6 32.3  -64.9      tropical storm        0
## 1171  Hortense 1984     9  30   12 33.9  -64.2      tropical storm        0
## 1172  Hortense 1984     9  30   18 35.8  -62.2      tropical storm        0
## 1173  Hortense 1984    10   1    0 37.4  -59.8      tropical storm        0
## 1174  Hortense 1984    10   1    6 38.8  -57.0      tropical storm        0
## 1175  Hortense 1984    10   1   12 40.0  -54.0      tropical storm        0
## 1176  Hortense 1984    10   1   18 40.9  -50.4      tropical storm        0
## 1177  Hortense 1984    10   2    0 41.7  -46.8      tropical storm        0
## 1178  Hortense 1984    10   2    6 42.3  -43.0      tropical storm        0
## 1179  Hortense 1984    10   2   12 42.8  -39.0      tropical storm        0
## 1180  Hortense 1984    10   2   18 43.2  -35.0      tropical storm        0
## 1181   Isidore 1984     9  25   12 23.4  -73.0 tropical depression       -1
## 1182   Isidore 1984     9  25   18 23.9  -73.9 tropical depression       -1
## 1183   Isidore 1984     9  26    0 24.3  -74.9 tropical depression       -1
## 1184   Isidore 1984     9  26    6 24.5  -76.0 tropical depression       -1
## 1185   Isidore 1984     9  26   12 24.7  -77.0      tropical storm        0
## 1186   Isidore 1984     9  26   18 25.0  -77.7      tropical storm        0
## 1187   Isidore 1984     9  27    0 25.4  -78.4      tropical storm        0
## 1188   Isidore 1984     9  27    6 25.8  -79.1      tropical storm        0
## 1189   Isidore 1984     9  27   12 26.4  -79.8      tropical storm        0
## 1190   Isidore 1984     9  27   18 27.3  -80.5      tropical storm        0
## 1191   Isidore 1984     9  28    0 27.8  -81.5      tropical storm        0
## 1192   Isidore 1984     9  28    6 28.5  -82.3      tropical storm        0
## 1193   Isidore 1984     9  28   12 29.5  -82.1      tropical storm        0
## 1194   Isidore 1984     9  28   18 30.1  -81.9      tropical storm        0
## 1195   Isidore 1984     9  29    0 30.7  -81.4      tropical storm        0
## 1196   Isidore 1984     9  29    6 31.3  -80.5      tropical storm        0
## 1197   Isidore 1984     9  29   12 32.2  -79.3      tropical storm        0
## 1198   Isidore 1984     9  29   18 32.8  -77.8      tropical storm        0
## 1199   Isidore 1984     9  30    0 33.6  -76.2      tropical storm        0
## 1200   Isidore 1984     9  30    6 34.3  -74.4      tropical storm        0
## 1201   Isidore 1984     9  30   12 34.8  -72.5      tropical storm        0
## 1202   Isidore 1984     9  30   18 35.3  -70.4      tropical storm        0
## 1203   Isidore 1984    10   1    0 35.8  -67.7 tropical depression       -1
## 1204   Isidore 1984    10   1    6 36.4  -65.0 tropical depression       -1
## 1205   Isidore 1984    10   1   12 36.8  -62.1 tropical depression       -1
## 1206 Josephine 1984    10   8   12 24.1  -71.4      tropical storm        0
## 1207 Josephine 1984    10   8   18 24.3  -71.9      tropical storm        0
## 1208 Josephine 1984    10   9    0 24.6  -72.2      tropical storm        0
## 1209 Josephine 1984    10   9    6 25.2  -72.2      tropical storm        0
## 1210 Josephine 1984    10   9   12 25.8  -72.1      tropical storm        0
## 1211 Josephine 1984    10   9   18 26.4  -72.1      tropical storm        0
## 1212 Josephine 1984    10  10    0 26.9  -72.2      tropical storm        0
## 1213 Josephine 1984    10  10    6 27.2  -72.4           hurricane        1
## 1214 Josephine 1984    10  10   12 27.5  -72.5           hurricane        1
## 1215 Josephine 1984    10  10   18 28.0  -72.6           hurricane        1
## 1216 Josephine 1984    10  11    0 28.6  -72.5           hurricane        1
## 1217 Josephine 1984    10  11    6 29.3  -72.4           hurricane        1
## 1218 Josephine 1984    10  11   12 30.0  -72.1           hurricane        2
## 1219 Josephine 1984    10  11   18 30.7  -71.9           hurricane        2
## 1220 Josephine 1984    10  12    0 31.4  -71.7           hurricane        2
## 1221 Josephine 1984    10  12    6 32.2  -71.7           hurricane        2
## 1222 Josephine 1984    10  12   12 33.0  -71.8           hurricane        2
## 1223 Josephine 1984    10  12   18 33.7  -71.7           hurricane        2
## 1224 Josephine 1984    10  13    0 34.3  -71.4           hurricane        2
## 1225 Josephine 1984    10  13    6 34.8  -71.2           hurricane        2
## 1226 Josephine 1984    10  13   12 35.4  -71.3           hurricane        1
## 1227 Josephine 1984    10  13   18 36.0  -71.7           hurricane        1
## 1228 Josephine 1984    10  14    0 36.6  -71.9           hurricane        1
## 1229 Josephine 1984    10  14    6 36.8  -71.7           hurricane        1
## 1230 Josephine 1984    10  14   12 36.6  -71.4           hurricane        1
## 1231 Josephine 1984    10  14   18 36.3  -70.8           hurricane        1
## 1232 Josephine 1984    10  15    0 35.9  -69.8           hurricane        1
## 1233 Josephine 1984    10  15    6 36.2  -68.4           hurricane        1
## 1234 Josephine 1984    10  15   12 36.8  -66.6           hurricane        1
## 1235 Josephine 1984    10  15   18 37.6  -64.8           hurricane        1
## 1236 Josephine 1984    10  16    0 38.3  -63.0           hurricane        1
## 1237 Josephine 1984    10  16    6 39.2  -61.4           hurricane        1
## 1238 Josephine 1984    10  16   12 39.9  -59.7           hurricane        1
## 1239 Josephine 1984    10  16   18 40.6  -58.2           hurricane        1
## 1240 Josephine 1984    10  17    0 41.3  -56.6           hurricane        1
## 1241 Josephine 1984    10  17    6 42.0  -54.9      tropical storm        0
## 1242 Josephine 1984    10  17   12 43.0  -53.9      tropical storm        0
## 1243 Josephine 1984    10  17   18 43.6  -54.1      tropical storm        0
## 1244 Josephine 1984    10  18    0 44.0  -54.4      tropical storm        0
## 1245 Josephine 1984    10  18    6 44.0  -55.1      tropical storm        0
## 1246 Josephine 1984    10  18   12 44.1  -56.0      tropical storm        0
## 1247     Klaus 1984    11   5   18 14.7  -68.8 tropical depression       -1
## 1248     Klaus 1984    11   6    0 15.2  -68.1 tropical depression       -1
## 1249     Klaus 1984    11   6    6 15.8  -67.7 tropical depression       -1
## 1250     Klaus 1984    11   6   12 16.4  -67.1 tropical depression       -1
## 1251     Klaus 1984    11   6   18 17.0  -66.7      tropical storm        0
## 1252     Klaus 1984    11   7    0 17.4  -66.2      tropical storm        0
## 1253     Klaus 1984    11   7    6 18.0  -65.8      tropical storm        0
## 1254     Klaus 1984    11   7   12 18.5  -65.2      tropical storm        0
## 1255     Klaus 1984    11   7   18 19.1  -64.7      tropical storm        0
## 1256     Klaus 1984    11   8    0 19.4  -64.0           hurricane        1
## 1257     Klaus 1984    11   8    6 19.6  -63.1           hurricane        1
## 1258     Klaus 1984    11   8   12 19.7  -62.2           hurricane        1
## 1259     Klaus 1984    11   8   18 19.9  -61.4           hurricane        1
## 1260     Klaus 1984    11   9    0 20.4  -60.8           hurricane        1
## 1261     Klaus 1984    11   9    6 21.1  -60.1           hurricane        1
## 1262     Klaus 1984    11   9   12 21.8  -59.5           hurricane        1
## 1263     Klaus 1984    11   9   18 22.7  -58.7           hurricane        1
## 1264     Klaus 1984    11  10    0 23.8  -57.8           hurricane        1
## 1265     Klaus 1984    11  10    6 24.8  -56.6           hurricane        1
## 1266     Klaus 1984    11  10   12 26.2  -55.2           hurricane        1
## 1267     Klaus 1984    11  10   18 28.0  -54.0           hurricane        1
## 1268     Klaus 1984    11  11    0 29.5  -53.0           hurricane        1
## 1269     Klaus 1984    11  11    6 31.0  -52.5           hurricane        1
## 1270     Klaus 1984    11  11   12 32.2  -52.4           hurricane        1
## 1271     Klaus 1984    11  11   18 33.4  -52.7           hurricane        1
## 1272     Klaus 1984    11  12    0 34.6  -53.4           hurricane        1
## 1273     Klaus 1984    11  12    6 34.8  -54.2           hurricane        1
## 1274     Klaus 1984    11  12   12 35.0  -55.0           hurricane        1
## 1275      Lili 1984    12  20   12 31.1  -52.4           hurricane        1
## 1276      Lili 1984    12  20   18 30.5  -52.3           hurricane        1
## 1277      Lili 1984    12  21    0 30.0  -52.2           hurricane        1
## 1278      Lili 1984    12  21    6 29.5  -52.1           hurricane        1
## 1279      Lili 1984    12  21   12 29.0  -52.0           hurricane        1
## 1280      Lili 1984    12  21   18 28.5  -52.0           hurricane        1
## 1281      Lili 1984    12  22    0 27.8  -52.2           hurricane        1
## 1282      Lili 1984    12  22    6 27.0  -52.9           hurricane        1
## 1283      Lili 1984    12  22   12 26.0  -54.0           hurricane        1
## 1284      Lili 1984    12  22   18 24.8  -55.6           hurricane        1
## 1285      Lili 1984    12  23    0 23.6  -57.1           hurricane        1
## 1286      Lili 1984    12  23    6 22.7  -58.9      tropical storm        0
## 1287      Lili 1984    12  23   12 22.0  -61.0      tropical storm        0
## 1288      Lili 1984    12  23   18 21.2  -63.1      tropical storm        0
## 1289      Lili 1984    12  24    0 20.5  -65.1      tropical storm        0
## 1290      Lili 1984    12  24    6 19.9  -67.5 tropical depression       -1
## 1291      Lili 1984    12  24   12 19.2  -69.4 tropical depression       -1
## 1292       Ana 1985     7  15   18 29.4  -64.2 tropical depression       -1
## 1293       Ana 1985     7  16    0 29.7  -64.9 tropical depression       -1
## 1294       Ana 1985     7  16    6 30.1  -65.5 tropical depression       -1
## 1295       Ana 1985     7  16   12 30.6  -66.1 tropical depression       -1
## 1296       Ana 1985     7  16   18 31.3  -66.6      tropical storm        0
## 1297       Ana 1985     7  17    0 32.2  -67.0      tropical storm        0
## 1298       Ana 1985     7  17    6 33.3  -67.2      tropical storm        0
## 1299       Ana 1985     7  17   12 34.4  -67.3      tropical storm        0
## 1300       Ana 1985     7  17   18 35.6  -67.3      tropical storm        0
## 1301       Ana 1985     7  18    0 37.2  -66.8      tropical storm        0
## 1302       Ana 1985     7  18    6 39.1  -65.9      tropical storm        0
## 1303       Ana 1985     7  18   12 40.8  -64.4      tropical storm        0
## 1304       Ana 1985     7  18   18 42.5  -63.5      tropical storm        0
## 1305       Ana 1985     7  19    0 44.2  -60.3      tropical storm        0
## 1306       Bob 1985     7  21    6 26.0  -85.0 tropical depression       -1
## 1307       Bob 1985     7  21   12 25.8  -84.9 tropical depression       -1
## 1308       Bob 1985     7  21   18 25.6  -84.7 tropical depression       -1
## 1309       Bob 1985     7  22    0 25.6  -84.4 tropical depression       -1
## 1310       Bob 1985     7  22    6 25.8  -84.2 tropical depression       -1
## 1311       Bob 1985     7  22   12 26.0  -84.0 tropical depression       -1
## 1312       Bob 1985     7  22   18 26.2  -83.8      tropical storm        0
## 1313       Bob 1985     7  23    0 26.5  -83.4      tropical storm        0
## 1314       Bob 1985     7  23    6 26.6  -82.9      tropical storm        0
## 1315       Bob 1985     7  23   12 26.4  -82.3      tropical storm        0
## 1316       Bob 1985     7  23   18 26.4  -81.1      tropical storm        0
## 1317       Bob 1985     7  24    0 27.2  -80.3      tropical storm        0
## 1318       Bob 1985     7  24    6 28.3  -80.4      tropical storm        0
## 1319       Bob 1985     7  24   12 29.4  -80.4      tropical storm        0
## 1320       Bob 1985     7  24   18 30.5  -80.5           hurricane        1
## 1321       Bob 1985     7  25    0 31.6  -80.5           hurricane        1
## 1322       Bob 1985     7  25    3 32.2  -80.5           hurricane        1
## 1323       Bob 1985     7  25    6 32.9  -80.7      tropical storm        0
## 1324       Bob 1985     7  25   12 34.8  -80.5      tropical storm        0
## 1325       Bob 1985     7  25   18 36.6  -80.1 tropical depression       -1
## 1326       Bob 1985     7  26    0 38.3  -79.5 tropical depression       -1
## 1327 Claudette 1985     8  11    0 34.0  -74.0      tropical storm        0
## 1328 Claudette 1985     8  11    6 34.3  -72.7      tropical storm        0
## 1329 Claudette 1985     8  11   12 34.5  -71.5      tropical storm        0
## 1330 Claudette 1985     8  11   18 34.7  -70.3      tropical storm        0
## 1331 Claudette 1985     8  12    0 34.8  -69.1      tropical storm        0
## 1332 Claudette 1985     8  12    6 34.7  -67.7      tropical storm        0
## 1333 Claudette 1985     8  12   12 34.5  -66.4      tropical storm        0
## 1334 Claudette 1985     8  12   18 34.4  -64.9      tropical storm        0
## 1335 Claudette 1985     8  13    0 34.5  -63.2      tropical storm        0
## 1336 Claudette 1985     8  13    6 35.1  -61.5      tropical storm        0
## 1337 Claudette 1985     8  13   12 35.5  -59.5      tropical storm        0
## 1338 Claudette 1985     8  13   18 35.3  -57.5      tropical storm        0
## 1339 Claudette 1985     8  14    0 35.1  -55.0      tropical storm        0
## 1340 Claudette 1985     8  14    6 35.2  -52.5           hurricane        1
## 1341 Claudette 1985     8  14   12 35.3  -50.1           hurricane        1
## 1342 Claudette 1985     8  14   18 35.5  -47.8           hurricane        1
## 1343 Claudette 1985     8  15    0 35.6  -45.2           hurricane        1
## 1344 Claudette 1985     8  15    6 35.7  -42.6           hurricane        1
## 1345 Claudette 1985     8  15   12 35.8  -40.0           hurricane        1
## 1346 Claudette 1985     8  15   18 36.4  -37.0           hurricane        1
## 1347 Claudette 1985     8  16    0 37.5  -34.5      tropical storm        0
## 1348 Claudette 1985     8  16    6 39.2  -31.6      tropical storm        0
## 1349 Claudette 1985     8  16   12 40.7  -28.7      tropical storm        0
## 1350 Claudette 1985     8  16   18 42.6  -25.7      tropical storm        0
## 1351     Danny 1985     8  12    0 18.5  -80.7 tropical depression       -1
## 1352     Danny 1985     8  12    6 19.2  -81.4 tropical depression       -1
## 1353     Danny 1985     8  12   12 19.9  -82.1 tropical depression       -1
## 1354     Danny 1985     8  12   18 20.5  -82.9 tropical depression       -1
## 1355     Danny 1985     8  13    0 21.1  -83.7 tropical depression       -1
## 1356     Danny 1985     8  13    6 21.7  -84.6 tropical depression       -1
## 1357     Danny 1985     8  13   12 22.3  -85.6 tropical depression       -1
## 1358     Danny 1985     8  13   18 23.0  -86.7 tropical depression       -1
## 1359     Danny 1985     8  14    0 23.7  -87.8      tropical storm        0
## 1360     Danny 1985     8  14    6 24.4  -88.8      tropical storm        0
## 1361     Danny 1985     8  14   12 25.1  -89.8      tropical storm        0
## 1362     Danny 1985     8  14   18 25.9  -90.7      tropical storm        0
## 1363     Danny 1985     8  15    0 26.8  -91.5           hurricane        1
## 1364     Danny 1985     8  15    6 27.8  -92.2           hurricane        1
## 1365     Danny 1985     8  15   12 28.9  -92.6           hurricane        1
## 1366     Danny 1985     8  15   16 29.6  -92.7           hurricane        1
## 1367     Danny 1985     8  15   18 30.0  -92.7           hurricane        1
## 1368     Danny 1985     8  16    0 31.0  -92.4      tropical storm        0
## 1369     Danny 1985     8  16    6 32.0  -92.0      tropical storm        0
## 1370     Danny 1985     8  16   12 32.9  -91.4 tropical depression       -1
## 1371     Danny 1985     8  16   18 33.7  -90.4 tropical depression       -1
## 1372     Danny 1985     8  17    0 34.3  -89.2 tropical depression       -1
## 1373     Danny 1985     8  17    6 34.7  -87.8 tropical depression       -1
## 1374     Danny 1985     8  17   12 35.0  -86.3 tropical depression       -1
## 1375     Danny 1985     8  17   18 35.3  -84.8 tropical depression       -1
## 1376     Danny 1985     8  18    0 35.6  -83.4 tropical depression       -1
## 1377     Danny 1985     8  18    6 35.8  -82.0 tropical depression       -1
## 1378     Danny 1985     8  18   12 36.0  -80.6 tropical depression       -1
## 1379     Danny 1985     8  18   18 36.3  -79.2 tropical depression       -1
## 1380    Fabian 1985     9  15   18 23.6  -70.8 tropical depression       -1
## 1381    Fabian 1985     9  16    0 24.0  -70.1 tropical depression       -1
## 1382    Fabian 1985     9  16    6 24.5  -69.4 tropical depression       -1
## 1383    Fabian 1985     9  16   12 25.1  -68.0 tropical depression       -1
## 1384    Fabian 1985     9  16   18 26.0  -66.5      tropical storm        0
## 1385    Fabian 1985     9  17    0 26.7  -64.8      tropical storm        0
## 1386    Fabian 1985     9  17    6 27.3  -63.1      tropical storm        0
## 1387    Fabian 1985     9  17   12 28.1  -61.2      tropical storm        0
## 1388    Fabian 1985     9  17   18 28.9  -59.8      tropical storm        0
## 1389    Fabian 1985     9  18    0 29.7  -58.0      tropical storm        0
## 1390    Fabian 1985     9  18    6 30.2  -56.1      tropical storm        0
## 1391    Fabian 1985     9  18   12 30.8  -54.4      tropical storm        0
## 1392    Fabian 1985     9  18   18 31.1  -52.4      tropical storm        0
## 1393    Fabian 1985     9  19    0 31.5  -50.4      tropical storm        0
## 1394    Fabian 1985     9  19    6 31.8  -47.0      tropical storm        0
## 1395    Fabian 1985     9  19   12 32.1  -42.5      tropical storm        0
## 1396    Gloria 1985     9  16   12 13.3  -23.6 tropical depression       -1
## 1397    Gloria 1985     9  16   18 13.8  -24.8 tropical depression       -1
## 1398    Gloria 1985     9  17    0 14.1  -25.9 tropical depression       -1
## 1399    Gloria 1985     9  17    6 14.3  -27.1 tropical depression       -1
## 1400    Gloria 1985     9  17   12 14.6  -28.3      tropical storm        0
## 1401    Gloria 1985     9  17   18 14.7  -29.6      tropical storm        0
## 1402    Gloria 1985     9  18    0 14.9  -31.7      tropical storm        0
## 1403    Gloria 1985     9  18    6 15.0  -33.8      tropical storm        0
## 1404    Gloria 1985     9  18   12 15.1  -35.9      tropical storm        0
## 1405    Gloria 1985     9  18   18 15.4  -38.1 tropical depression       -1
## 1406    Gloria 1985     9  19    0 15.8  -39.5 tropical depression       -1
## 1407    Gloria 1985     9  19    6 16.2  -40.9 tropical depression       -1
## 1408    Gloria 1985     9  19   12 16.6  -42.2 tropical depression       -1
## 1409    Gloria 1985     9  19   18 17.0  -43.8 tropical depression       -1
## 1410    Gloria 1985     9  20    0 17.2  -45.1      tropical storm        0
## 1411    Gloria 1985     9  20    6 17.4  -46.7      tropical storm        0
## 1412    Gloria 1985     9  20   12 17.5  -48.1      tropical storm        0
## 1413    Gloria 1985     9  20   18 17.6  -49.8      tropical storm        0
## 1414    Gloria 1985     9  21    0 17.7  -51.2      tropical storm        0
## 1415    Gloria 1985     9  21    6 17.7  -52.8      tropical storm        0
## 1416    Gloria 1985     9  21   12 17.7  -54.2      tropical storm        0
## 1417    Gloria 1985     9  21   18 17.7  -55.3           hurricane        1
## 1418    Gloria 1985     9  22    0 17.8  -56.3           hurricane        1
## 1419    Gloria 1985     9  22    6 17.8  -57.1           hurricane        1
## 1420    Gloria 1985     9  22   12 17.8  -58.2           hurricane        1
## 1421    Gloria 1985     9  22   18 18.4  -59.0           hurricane        1
## 1422    Gloria 1985     9  23    0 19.0  -60.2           hurricane        1
## 1423    Gloria 1985     9  23    6 19.7  -61.5           hurricane        1
## 1424    Gloria 1985     9  23   12 20.4  -62.9           hurricane        1
## 1425    Gloria 1985     9  23   18 21.0  -64.2           hurricane        1
## 1426    Gloria 1985     9  24    0 21.5  -65.5           hurricane        2
## 1427    Gloria 1985     9  24    6 21.9  -66.8           hurricane        3
## 1428    Gloria 1985     9  24   12 22.5  -67.9           hurricane        3
## 1429    Gloria 1985     9  24   18 23.2  -69.0           hurricane        3
## 1430    Gloria 1985     9  25    0 24.2  -70.0           hurricane        4
## 1431    Gloria 1985     9  25    6 25.1  -70.9           hurricane        4
## 1432    Gloria 1985     9  25   12 26.1  -72.0           hurricane        4
## 1433    Gloria 1985     9  25   18 26.9  -73.0           hurricane        2
## 1434    Gloria 1985     9  26    0 27.8  -74.0           hurricane        2
## 1435    Gloria 1985     9  26    6 28.9  -75.0           hurricane        1
## 1436    Gloria 1985     9  26   12 30.0  -75.5           hurricane        1
## 1437    Gloria 1985     9  26   18 31.4  -76.2           hurricane        2
## 1438    Gloria 1985     9  27    0 33.2  -76.0           hurricane        2
## 1439    Gloria 1985     9  27    5 35.2  -75.6           hurricane        2
## 1440    Gloria 1985     9  27    6 35.5  -75.5           hurricane        2
## 1441    Gloria 1985     9  27   12 38.4  -74.5           hurricane        2
## 1442    Gloria 1985     9  27   16 40.6  -73.3           hurricane        1
## 1443    Gloria 1985     9  27   18 41.9  -72.8           hurricane        1
## 1444     Henri 1985     9  21   18 29.6  -74.3 tropical depression       -1
## 1445     Henri 1985     9  22    0 30.5  -74.4 tropical depression       -1
## 1446     Henri 1985     9  22    6 31.5  -74.5 tropical depression       -1
## 1447     Henri 1985     9  22   12 32.4  -74.6 tropical depression       -1
## 1448     Henri 1985     9  22   18 33.3  -74.6 tropical depression       -1
## 1449     Henri 1985     9  23    0 34.3  -74.5 tropical depression       -1
## 1450     Henri 1985     9  23    6 35.3  -74.3      tropical storm        0
## 1451     Henri 1985     9  23   12 36.0  -74.1      tropical storm        0
## 1452     Henri 1985     9  23   18 36.7  -74.0      tropical storm        0
## 1453     Henri 1985     9  24    0 37.4  -74.0      tropical storm        0
## 1454     Henri 1985     9  24    6 38.2  -74.0      tropical storm        0
## 1455     Henri 1985     9  24   12 39.2  -73.7      tropical storm        0
## 1456     Henri 1985     9  24   18 40.3  -73.0      tropical storm        0
## 1457     Henri 1985     9  24   21 40.8  -72.5      tropical storm        0
## 1458     Henri 1985     9  25    0 41.3  -71.8 tropical depression       -1
## 1459    Isabel 1985    10   7    0 17.8  -69.2 tropical depression       -1
## 1460    Isabel 1985    10   7    6 18.5  -70.5      tropical storm        0
## 1461    Isabel 1985    10   7   12 19.8  -71.2      tropical storm        0
## 1462    Isabel 1985    10   7   18 21.1  -71.5      tropical storm        0
## 1463    Isabel 1985    10   8    0 22.4  -71.2      tropical storm        0
## 1464    Isabel 1985    10   8    6 24.1  -71.1      tropical storm        0
## 1465    Isabel 1985    10   8   12 25.2  -71.5      tropical storm        0
## 1466    Isabel 1985    10   8   18 26.3  -72.0      tropical storm        0
## 1467    Isabel 1985    10   9    0 27.3  -72.8      tropical storm        0
## 1468    Isabel 1985    10   9    6 27.9  -73.9      tropical storm        0
## 1469    Isabel 1985    10   9   12 28.1  -75.2      tropical storm        0
## 1470    Isabel 1985    10   9   18 28.2  -76.6      tropical storm        0
## 1471    Isabel 1985    10  10    0 29.0  -77.8      tropical storm        0
## 1472    Isabel 1985    10  10    6 29.1  -79.2      tropical storm        0
## 1473    Isabel 1985    10  10   12 29.6  -80.3      tropical storm        0
## 1474    Isabel 1985    10  10   18 30.3  -81.0      tropical storm        0
## 1475    Isabel 1985    10  10   21 30.6  -81.4      tropical storm        0
## 1476    Isabel 1985    10  11    0 30.8  -81.7 tropical depression       -1
## 1477    Isabel 1985    10  11    6 31.3  -81.8 tropical depression       -1
## 1478    Isabel 1985    10  11   12 31.7  -81.6 tropical depression       -1
## 1479    Isabel 1985    10  11   18 31.8  -80.9 tropical depression       -1
## 1480    Isabel 1985    10  12    0 31.7  -80.6 tropical depression       -1
## 1481    Isabel 1985    10  12    6 31.6  -80.3 tropical depression       -1
## 1482    Isabel 1985    10  12   12 31.5  -79.9 tropical depression       -1
## 1483    Isabel 1985    10  12   18 31.5  -79.5 tropical depression       -1
## 1484    Isabel 1985    10  13    0 31.7  -79.1 tropical depression       -1
## 1485    Isabel 1985    10  13    6 32.0  -78.8 tropical depression       -1
## 1486    Isabel 1985    10  13   12 32.3  -78.4 tropical depression       -1
## 1487    Isabel 1985    10  13   18 32.6  -78.0 tropical depression       -1
## 1488    Isabel 1985    10  14    0 32.9  -77.7 tropical depression       -1
## 1489    Isabel 1985    10  14    6 33.2  -77.1 tropical depression       -1
## 1490    Isabel 1985    10  14   12 33.5  -76.6 tropical depression       -1
## 1491    Isabel 1985    10  14   18 33.7  -76.0 tropical depression       -1
## 1492    Isabel 1985    10  15    0 33.9  -75.2 tropical depression       -1
## 1493    Isabel 1985    10  15    6 34.7  -74.0 tropical depression       -1
## 1494    Isabel 1985    10  15   12 35.8  -72.7 tropical depression       -1
## 1495      Juan 1985    10  26    0 24.5  -90.5 tropical depression       -1
## 1496      Juan 1985    10  26    6 24.2  -91.5 tropical depression       -1
## 1497      Juan 1985    10  26   12 23.8  -92.5      tropical storm        0
## 1498      Juan 1985    10  26   18 24.4  -92.8      tropical storm        0
## 1499      Juan 1985    10  27    0 24.6  -92.0      tropical storm        0
## 1500      Juan 1985    10  27    6 25.3  -92.2      tropical storm        0
## 1501      Juan 1985    10  27   12 25.7  -91.5      tropical storm        0
## 1502      Juan 1985    10  27   18 26.4  -91.1      tropical storm        0
## 1503      Juan 1985    10  28    0 27.8  -91.2           hurricane        1
## 1504      Juan 1985    10  28    6 28.6  -91.5           hurricane        1
## 1505      Juan 1985    10  28   12 29.4  -92.0           hurricane        1
## 1506      Juan 1985    10  28   18 29.3  -93.0           hurricane        1
## 1507      Juan 1985    10  29    0 28.9  -92.5           hurricane        1
## 1508      Juan 1985    10  29    6 29.0  -91.9           hurricane        1
## 1509      Juan 1985    10  29   11 29.5  -91.4           hurricane        1
## 1510      Juan 1985    10  29   12 29.6  -91.3           hurricane        1
## 1511      Juan 1985    10  29   18 30.3  -91.9      tropical storm        0
## 1512      Juan 1985    10  30    0 30.1  -92.3      tropical storm        0
## 1513      Juan 1985    10  30    6 29.8  -92.2      tropical storm        0
## 1514      Juan 1985    10  30   12 29.6  -92.1      tropical storm        0
## 1515      Juan 1985    10  30   18 29.3  -91.8      tropical storm        0
## 1516      Juan 1985    10  31    0 29.1  -91.3      tropical storm        0
## 1517      Juan 1985    10  31    6 28.9  -90.3      tropical storm        0
## 1518      Juan 1985    10  31   12 29.3  -89.1      tropical storm        0
## 1519      Juan 1985    10  31   18 30.3  -87.7      tropical storm        0
## 1520      Juan 1985    11   1    0 31.8  -87.0      tropical storm        0
## 1521      Juan 1985    11   1    6 33.5  -86.7      tropical storm        0
## 1522      Kate 1985    11  15   18 21.1  -63.8      tropical storm        0
## 1523      Kate 1985    11  16    0 21.6  -63.9      tropical storm        0
## 1524      Kate 1985    11  16    6 21.7  -64.2      tropical storm        0
## 1525      Kate 1985    11  16   12 21.5  -64.8      tropical storm        0
## 1526      Kate 1985    11  16   18 21.1  -65.3           hurricane        1
## 1527      Kate 1985    11  17    0 20.7  -66.0           hurricane        1
## 1528      Kate 1985    11  17    6 20.4  -66.4           hurricane        1
## 1529      Kate 1985    11  17   12 20.7  -67.3           hurricane        1
## 1530      Kate 1985    11  17   18 21.1  -68.8           hurricane        1
## 1531      Kate 1985    11  18    0 21.4  -70.0           hurricane        1
## 1532      Kate 1985    11  18    6 21.6  -71.8           hurricane        1
## 1533      Kate 1985    11  18   12 21.6  -73.3           hurricane        1
## 1534      Kate 1985    11  18   18 21.9  -75.1           hurricane        2
## 1535      Kate 1985    11  19    0 22.1  -76.8           hurricane        2
## 1536      Kate 1985    11  19    6 22.1  -78.4           hurricane        2
## 1537      Kate 1985    11  19   12 22.7  -80.2           hurricane        2
## 1538      Kate 1985    11  19   18 23.2  -81.9           hurricane        1
## 1539      Kate 1985    11  20    0 23.9  -83.5           hurricane        2
## 1540      Kate 1985    11  20    6 24.6  -84.5           hurricane        2
## 1541      Kate 1985    11  20   12 25.2  -85.3           hurricane        3
## 1542      Kate 1985    11  20   18 26.0  -86.0           hurricane        3
## 1543      Kate 1985    11  21    0 26.8  -86.5           hurricane        3
## 1544      Kate 1985    11  21    6 27.5  -86.6           hurricane        3
## 1545      Kate 1985    11  21   12 28.3  -86.5           hurricane        2
## 1546      Kate 1985    11  21   18 29.2  -86.1           hurricane        2
## 1547      Kate 1985    11  21   22 30.0  -85.4           hurricane        2
## 1548      Kate 1985    11  22    0 30.2  -85.1           hurricane        1
## 1549      Kate 1985    11  22    6 31.5  -83.5           hurricane        1
## 1550      Kate 1985    11  22   12 32.5  -81.5      tropical storm        0
## 1551      Kate 1985    11  22   18 33.7  -79.2      tropical storm        0
## 1552      Kate 1985    11  23    0 34.7  -76.2      tropical storm        0
## 1553      Kate 1985    11  23    6 34.4  -73.5      tropical storm        0
## 1554      Kate 1985    11  23   12 34.0  -72.0      tropical storm        0
## 1555    Andrew 1986     6   6    0 29.7  -77.5      tropical storm        0
## 1556    Andrew 1986     6   6    6 30.2  -77.8      tropical storm        0
## 1557    Andrew 1986     6   6   12 30.7  -78.0      tropical storm        0
## 1558    Andrew 1986     6   6   18 31.4  -77.9      tropical storm        0
## 1559    Andrew 1986     6   7    0 31.9  -77.8      tropical storm        0
## 1560    Andrew 1986     6   7    6 32.8  -76.9      tropical storm        0
## 1561    Andrew 1986     6   7   12 33.6  -76.0      tropical storm        0
## 1562    Andrew 1986     6   7   18 34.3  -75.0      tropical storm        0
## 1563    Andrew 1986     6   8    0 35.2  -73.9      tropical storm        0
## 1564    Andrew 1986     6   8    6 36.3  -72.7      tropical storm        0
## 1565    Andrew 1986     6   8   12 37.9  -71.0      tropical storm        0
## 1566    Andrew 1986     6   8   18 39.6  -68.9      tropical storm        0
## 1567    Bonnie 1986     6  23   18 25.6  -87.2 tropical depression       -1
## 1568    Bonnie 1986     6  24    0 25.7  -87.8 tropical depression       -1
## 1569    Bonnie 1986     6  24    6 26.0  -88.4 tropical depression       -1
## 1570    Bonnie 1986     6  24   12 26.4  -88.9 tropical depression       -1
## 1571    Bonnie 1986     6  24   18 26.6  -89.5      tropical storm        0
## 1572    Bonnie 1986     6  25    0 26.7  -90.3      tropical storm        0
## 1573    Bonnie 1986     6  25    6 26.8  -91.0      tropical storm        0
## 1574    Bonnie 1986     6  25   12 27.2  -91.7      tropical storm        0
## 1575    Bonnie 1986     6  25   18 27.7  -92.2           hurricane        1
## 1576    Bonnie 1986     6  26    0 28.2  -92.9           hurricane        1
## 1577    Bonnie 1986     6  26    6 29.0  -93.7           hurricane        1
## 1578    Bonnie 1986     6  26   10 29.6  -94.2           hurricane        1
## 1579    Bonnie 1986     6  26   12 29.9  -94.3           hurricane        1
## 1580    Bonnie 1986     6  26   18 30.9  -94.7      tropical storm        0
## 1581    Bonnie 1986     6  27    0 31.8  -94.7 tropical depression       -1
## 1582    Bonnie 1986     6  27    6 32.8  -94.7 tropical depression       -1
## 1583    Bonnie 1986     6  27   12 33.9  -94.3 tropical depression       -1
## 1584    Bonnie 1986     6  27   18 34.8  -93.5 tropical depression       -1
## 1585    Bonnie 1986     6  28    0 35.6  -92.5 tropical depression       -1
## 1586    Bonnie 1986     6  28    6 36.5  -91.3 tropical depression       -1
## 1587    Bonnie 1986     6  28   12 37.2  -90.0 tropical depression       -1
## 1588   Charley 1986     8  15   12 32.2  -79.0 tropical depression       -1
## 1589   Charley 1986     8  15   18 32.2  -78.5      tropical storm        0
## 1590   Charley 1986     8  16    0 32.3  -78.1      tropical storm        0
## 1591   Charley 1986     8  16    6 32.4  -77.9      tropical storm        0
## 1592   Charley 1986     8  16   12 32.6  -77.6      tropical storm        0
## 1593   Charley 1986     8  16   18 32.9  -77.4      tropical storm        0
## 1594   Charley 1986     8  17    0 33.2  -77.1      tropical storm        0
## 1595   Charley 1986     8  17    6 33.7  -76.9      tropical storm        0
## 1596   Charley 1986     8  17   12 34.4  -76.6           hurricane        1
## 1597   Charley 1986     8  17   14 34.7  -76.5           hurricane        1
## 1598   Charley 1986     8  17   18 35.4  -76.2           hurricane        1
## 1599   Charley 1986     8  18    0 36.5  -75.8           hurricane        1
## 1600   Charley 1986     8  18    6 37.4  -75.2           hurricane        1
## 1601   Charley 1986     8  18   12 38.2  -74.1      tropical storm        0
## 1602   Charley 1986     8  18   18 39.0  -72.6      tropical storm        0
## 1603   Charley 1986     8  19    0 39.7  -70.9      tropical storm        0
## 1604   Charley 1986     8  19    6 40.4  -69.1      tropical storm        0
## 1605   Charley 1986     8  19   12 40.9  -67.5      tropical storm        0
## 1606   Charley 1986     8  19   18 41.3  -65.8      tropical storm        0
## 1607   Charley 1986     8  20    0 41.5  -64.0      tropical storm        0
## 1608   Charley 1986     8  20    6 41.6  -62.5      tropical storm        0
## 1609   Charley 1986     8  20   12 41.7  -60.2      tropical storm        0
## 1610   Charley 1986     8  20   18 41.7  -58.4      tropical storm        0
## 1611  Danielle 1986     9   7    6 10.5  -52.0 tropical depression       -1
## 1612  Danielle 1986     9   7   12 11.0  -54.0 tropical depression       -1
## 1613  Danielle 1986     9   7   18 11.2  -55.8      tropical storm        0
## 1614  Danielle 1986     9   8    0 11.8  -57.5      tropical storm        0
## 1615  Danielle 1986     9   8    6 12.2  -59.4      tropical storm        0
## 1616  Danielle 1986     9   8   12 12.5  -61.2      tropical storm        0
## 1617  Danielle 1986     9   8   18 13.0  -63.0      tropical storm        0
## 1618  Danielle 1986     9   9    0 13.4  -64.8      tropical storm        0
## 1619  Danielle 1986     9   9    6 13.8  -66.5      tropical storm        0
## 1620  Danielle 1986     9   9   12 14.0  -68.5      tropical storm        0
## 1621  Danielle 1986     9   9   18 14.5  -70.5 tropical depression       -1
## 1622  Danielle 1986     9  10    0 14.8  -72.5 tropical depression       -1
## 1623  Danielle 1986     9  10    6 14.9  -75.5 tropical depression       -1
## 1624  Danielle 1986     9  10   12 14.8  -78.5 tropical depression       -1
## 1625  AL031987 1987     8   9   12 26.3  -93.6 tropical depression       -1
## 1626  AL031987 1987     8   9   18 27.3  -94.0      tropical storm        0
## 1627  AL031987 1987     8  10    0 28.4  -94.4      tropical storm        0
## 1628  AL031987 1987     8  10    6 29.5  -94.5      tropical storm        0
## 1629  AL031987 1987     8  10   12 30.5  -94.5      tropical storm        0
## 1630  AL031987 1987     8  10   18 31.3  -94.1 tropical depression       -1
## 1631  AL031987 1987     8  11    0 31.8  -93.5 tropical depression       -1
## 1632  AL031987 1987     8  11    6 32.3  -92.7 tropical depression       -1
## 1633  AL031987 1987     8  11   12 32.3  -91.8 tropical depression       -1
## 1634  AL031987 1987     8  11   18 32.2  -91.2 tropical depression       -1
## 1635  AL031987 1987     8  12    0 32.1  -90.6 tropical depression       -1
## 1636  AL031987 1987     8  12    6 32.0  -90.2 tropical depression       -1
## 1637  AL031987 1987     8  12   12 32.0  -89.7 tropical depression       -1
## 1638  AL031987 1987     8  12   18 32.0  -89.3 tropical depression       -1
## 1639  AL031987 1987     8  13    0 31.9  -88.8 tropical depression       -1
## 1640  AL031987 1987     8  13    6 31.8  -88.4 tropical depression       -1
## 1641  AL031987 1987     8  13   12 31.7  -88.0 tropical depression       -1
## 1642  AL031987 1987     8  13   18 31.5  -87.7 tropical depression       -1
## 1643  AL031987 1987     8  14    0 31.3  -87.4 tropical depression       -1
## 1644  AL031987 1987     8  14    6 31.1  -87.1 tropical depression       -1
## 1645  AL031987 1987     8  14   12 30.8  -86.8 tropical depression       -1
## 1646  AL031987 1987     8  14   18 30.6  -86.6 tropical depression       -1
## 1647  AL031987 1987     8  15    0 30.3  -86.3 tropical depression       -1
## 1648  AL031987 1987     8  15    6 30.0  -86.0 tropical depression       -1
## 1649  AL031987 1987     8  15   12 29.8  -85.6 tropical depression       -1
## 1650  AL031987 1987     8  15   18 29.7  -85.0 tropical depression       -1
## 1651  AL031987 1987     8  16    0 29.8  -84.5 tropical depression       -1
## 1652  AL031987 1987     8  16    6 30.2  -84.0 tropical depression       -1
## 1653  AL031987 1987     8  16   12 30.5  -83.7 tropical depression       -1
## 1654  AL031987 1987     8  16   18 30.9  -83.2 tropical depression       -1
## 1655  AL031987 1987     8  17    0 31.4  -82.9 tropical depression       -1
## 1656  AL031987 1987     8  17    6 31.8  -82.3 tropical depression       -1
## 1657     Emily 1987     9  20    0  9.8  -51.3 tropical depression       -1
## 1658     Emily 1987     9  20    6 10.4  -53.0 tropical depression       -1
## 1659     Emily 1987     9  20   12 10.9  -54.7 tropical depression       -1
## 1660     Emily 1987     9  20   18 11.4  -56.4      tropical storm        0
## 1661     Emily 1987     9  21    0 12.0  -58.0      tropical storm        0
## 1662     Emily 1987     9  21    6 12.4  -59.7      tropical storm        0
## 1663     Emily 1987     9  21   12 13.1  -61.3      tropical storm        0
## 1664     Emily 1987     9  21   18 13.7  -63.1      tropical storm        0
## 1665     Emily 1987     9  22    0 14.5  -64.7      tropical storm        0
## 1666     Emily 1987     9  22    6 15.1  -66.3           hurricane        1
## 1667     Emily 1987     9  22   12 15.9  -67.7           hurricane        2
## 1668     Emily 1987     9  22   18 16.7  -69.1           hurricane        3
## 1669     Emily 1987     9  23    0 17.8  -70.4           hurricane        3
## 1670     Emily 1987     9  23    3 18.3  -71.0           hurricane        2
## 1671     Emily 1987     9  23    6 19.0  -71.5           hurricane        1
## 1672     Emily 1987     9  23   12 20.0  -72.3      tropical storm        0
## 1673     Emily 1987     9  23   18 20.9  -72.8      tropical storm        0
## 1674     Emily 1987     9  24    0 22.0  -73.0      tropical storm        0
## 1675     Emily 1987     9  24    6 23.2  -73.0      tropical storm        0
## 1676     Emily 1987     9  24   12 24.4  -72.7      tropical storm        0
## 1677     Emily 1987     9  24   18 26.0  -72.0      tropical storm        0
## 1678     Emily 1987     9  25    0 28.0  -70.5      tropical storm        0
## 1679     Emily 1987     9  25    6 30.2  -68.0           hurricane        1
## 1680     Emily 1987     9  25   11 32.3  -64.7           hurricane        1
## 1681     Emily 1987     9  25   12 32.4  -64.6           hurricane        1
## 1682     Emily 1987     9  25   18 35.0  -60.0           hurricane        1
## 1683     Emily 1987     9  26    0 38.0  -55.0           hurricane        1
## 1684     Emily 1987     9  26    6 41.2  -49.0           hurricane        1
## 1685     Emily 1987     9  26   12 44.8  -42.5           hurricane        1
## 1686     Floyd 1987    10   9    6 15.0  -82.6 tropical depression       -1
## 1687     Floyd 1987    10   9   12 14.5  -82.5 tropical depression       -1
## 1688     Floyd 1987    10   9   18 14.1  -82.1 tropical depression       -1
## 1689     Floyd 1987    10  10    0 14.4  -81.8 tropical depression       -1
## 1690     Floyd 1987    10  10    6 15.3  -82.2 tropical depression       -1
## 1691     Floyd 1987    10  10   12 16.0  -82.2      tropical storm        0
## 1692     Floyd 1987    10  10   18 16.8  -83.5      tropical storm        0
## 1693     Floyd 1987    10  11    0 17.6  -83.9      tropical storm        0
## 1694     Floyd 1987    10  11    6 18.4  -84.2      tropical storm        0
## 1695     Floyd 1987    10  11   12 19.4  -84.5      tropical storm        0
## 1696     Floyd 1987    10  11   18 20.5  -84.5      tropical storm        0
## 1697     Floyd 1987    10  12    0 21.7  -84.3      tropical storm        0
## 1698     Floyd 1987    10  12    6 23.0  -84.0      tropical storm        0
## 1699     Floyd 1987    10  12   12 24.0  -82.9           hurricane        1
## 1700     Floyd 1987    10  12   18 24.7  -81.5           hurricane        1
## 1701     Floyd 1987    10  12   21 25.1  -80.5           hurricane        1
## 1702     Floyd 1987    10  13    0 25.3  -79.9      tropical storm        0
## 1703     Floyd 1987    10  13    6 26.0  -78.3      tropical storm        0
## 1704     Floyd 1987    10  13   12 27.0  -76.9      tropical storm        0
## 1705   Alberto 1988     8   5   18 32.0  -77.5 tropical depression       -1
## 1706   Alberto 1988     8   6    0 32.8  -76.2 tropical depression       -1
## 1707   Alberto 1988     8   6    6 34.0  -75.2 tropical depression       -1
## 1708   Alberto 1988     8   6   12 35.2  -74.6 tropical depression       -1
## 1709   Alberto 1988     8   6   18 37.0  -73.5 tropical depression       -1
## 1710   Alberto 1988     8   7    0 38.7  -72.4 tropical depression       -1
## 1711   Alberto 1988     8   7    6 40.0  -70.8 tropical depression       -1
## 1712   Alberto 1988     8   7   12 41.5  -69.0      tropical storm        0
## 1713   Alberto 1988     8   7   18 43.0  -67.5      tropical storm        0
## 1714   Alberto 1988     8   8    0 45.0  -65.5      tropical storm        0
## 1715   Alberto 1988     8   8    6 47.0  -63.0      tropical storm        0
## 1716     Beryl 1988     8   8    0 30.4  -90.3 tropical depression       -1
## 1717     Beryl 1988     8   8    6 29.7  -89.7 tropical depression       -1
## 1718     Beryl 1988     8   8   12 29.7  -89.4      tropical storm        0
## 1719     Beryl 1988     8   8   18 29.4  -89.2      tropical storm        0
## 1720     Beryl 1988     8   9    0 29.3  -89.1      tropical storm        0
## 1721     Beryl 1988     8   9    6 29.6  -89.5      tropical storm        0
## 1722     Beryl 1988     8   9   12 30.1  -90.4      tropical storm        0
## 1723     Beryl 1988     8   9   18 30.1  -90.9      tropical storm        0
## 1724     Beryl 1988     8  10    0 30.3  -91.6 tropical depression       -1
## 1725     Beryl 1988     8  10    6 30.7  -92.2 tropical depression       -1
## 1726     Beryl 1988     8  10   12 31.2  -92.6 tropical depression       -1
## 1727     Beryl 1988     8  10   18 31.7  -93.2 tropical depression       -1
## 1728     Chris 1988     8  21   12 14.9  -43.3 tropical depression       -1
## 1729     Chris 1988     8  21   18 14.6  -45.7 tropical depression       -1
## 1730     Chris 1988     8  22    0 14.6  -47.8 tropical depression       -1
## 1731     Chris 1988     8  22    6 14.7  -49.9 tropical depression       -1
## 1732     Chris 1988     8  22   12 14.8  -51.9 tropical depression       -1
## 1733     Chris 1988     8  22   18 15.1  -54.0 tropical depression       -1
## 1734     Chris 1988     8  23    0 15.3  -55.7 tropical depression       -1
## 1735     Chris 1988     8  23    6 15.6  -57.5 tropical depression       -1
## 1736     Chris 1988     8  23   12 16.0  -59.2 tropical depression       -1
## 1737     Chris 1988     8  23   18 16.3  -61.0 tropical depression       -1
## 1738     Chris 1988     8  24    0 16.7  -62.4 tropical depression       -1
## 1739     Chris 1988     8  24    6 16.9  -63.8 tropical depression       -1
## 1740     Chris 1988     8  24   12 17.2  -65.2 tropical depression       -1
## 1741     Chris 1988     8  24   18 17.5  -66.7 tropical depression       -1
## 1742     Chris 1988     8  25    0 17.8  -67.8 tropical depression       -1
## 1743     Chris 1988     8  25    6 18.2  -68.8 tropical depression       -1
## 1744     Chris 1988     8  25   12 18.5  -69.8 tropical depression       -1
## 1745     Chris 1988     8  25   18 19.1  -70.9 tropical depression       -1
## 1746     Chris 1988     8  26    0 19.8  -72.1 tropical depression       -1
## 1747     Chris 1988     8  26    6 20.5  -73.2 tropical depression       -1
## 1748     Chris 1988     8  26   12 21.5  -74.2 tropical depression       -1
## 1749     Chris 1988     8  26   18 22.5  -75.4 tropical depression       -1
## 1750     Chris 1988     8  27    0 23.3  -76.2 tropical depression       -1
## 1751     Chris 1988     8  27    6 24.1  -77.2 tropical depression       -1
## 1752     Chris 1988     8  27   12 24.9  -78.1 tropical depression       -1
## 1753     Chris 1988     8  27   18 25.8  -79.0 tropical depression       -1
## 1754     Chris 1988     8  28    0 26.8  -79.7 tropical depression       -1
## 1755     Chris 1988     8  28    6 28.2  -80.0      tropical storm        0
## 1756     Chris 1988     8  28   12 30.8  -80.8      tropical storm        0
## 1757     Chris 1988     8  28   15 32.0  -80.9      tropical storm        0
## 1758     Chris 1988     8  28   18 32.8  -81.1      tropical storm        0
## 1759     Chris 1988     8  29    0 34.1  -81.1 tropical depression       -1
## 1760     Debby 1988     8  31   18 20.1  -91.0 tropical depression       -1
## 1761     Debby 1988     9   1    0 20.2  -91.7 tropical depression       -1
## 1762     Debby 1988     9   1    6 20.3  -92.4 tropical depression       -1
## 1763     Debby 1988     9   1   12 20.4  -93.1 tropical depression       -1
## 1764     Debby 1988     9   1   18 20.5  -93.8 tropical depression       -1
## 1765     Debby 1988     9   2    0 20.6  -94.5 tropical depression       -1
## 1766     Debby 1988     9   2    6 20.7  -95.2      tropical storm        0
## 1767     Debby 1988     9   2   12 20.8  -95.9      tropical storm        0
## 1768     Debby 1988     9   2   18 20.8  -96.6           hurricane        1
## 1769     Debby 1988     9   3    0 20.7  -97.3           hurricane        1
## 1770     Debby 1988     9   3    6 20.5  -98.1      tropical storm        0
## 1771     Debby 1988     9   3   12 20.3  -98.9      tropical storm        0
## 1772     Debby 1988     9   3   18 20.0  -99.8 tropical depression       -1
## 1773     Debby 1988     9   4    0 19.8 -100.7 tropical depression       -1
## 1774     Debby 1988     9   4    6 19.6 -101.6 tropical depression       -1
## 1775     Debby 1988     9   4   12 19.5 -102.5 tropical depression       -1
## 1776     Debby 1988     9   4   18 19.4 -103.4 tropical depression       -1
## 1777     Debby 1988     9   5    0 19.5 -104.3 tropical depression       -1
## 1778     Debby 1988     9   5    6 19.6 -105.1 tropical depression       -1
## 1779     Debby 1988     9   5   12 19.9 -105.9 tropical depression       -1
## 1780     Debby 1988     9   5   18 20.5 -106.4 tropical depression       -1
## 1781     Debby 1988     9   6    0 21.0 -106.8 tropical depression       -1
## 1782     Debby 1988     9   6    6 21.5 -107.1 tropical depression       -1
## 1783     Debby 1988     9   6   12 22.0 -107.4 tropical depression       -1
## 1784     Debby 1988     9   6   18 22.5 -107.7 tropical depression       -1
## 1785     Debby 1988     9   7    0 23.0 -108.0 tropical depression       -1
## 1786     Debby 1988     9   7    6 23.5 -108.3 tropical depression       -1
## 1787     Debby 1988     9   7   12 23.9 -108.5 tropical depression       -1
## 1788     Debby 1988     9   7   18 24.2 -108.7 tropical depression       -1
## 1789     Debby 1988     9   8    0 24.4 -108.9 tropical depression       -1
## 1790     Debby 1988     9   8    6 24.3 -109.1 tropical depression       -1
## 1791     Debby 1988     9   8   12 24.2 -109.3 tropical depression       -1
## 1792     Debby 1988     9   8   18 24.0 -109.0 tropical depression       -1
## 1793   Ernesto 1988     9   3    0 32.5  -60.5 tropical depression       -1
## 1794   Ernesto 1988     9   3    6 33.1  -59.2 tropical depression       -1
## 1795   Ernesto 1988     9   3   12 34.3  -56.5 tropical depression       -1
## 1796   Ernesto 1988     9   3   18 35.2  -53.1      tropical storm        0
## 1797   Ernesto 1988     9   4    0 35.9  -49.5      tropical storm        0
## 1798   Ernesto 1988     9   4    6 36.6  -44.4      tropical storm        0
## 1799   Ernesto 1988     9   4   12 38.0  -39.5      tropical storm        0
## 1800   Ernesto 1988     9   4   18 40.2  -35.0      tropical storm        0
## 1801   Ernesto 1988     9   5    0 43.1  -29.7      tropical storm        0
## 1802  AL061988 1988     9   7    0 12.5  -17.5 tropical depression       -1
## 1803  AL061988 1988     9   7    6 13.1  -18.0 tropical depression       -1
## 1804  AL061988 1988     9   7   12 13.8  -18.5      tropical storm        0
## 1805  AL061988 1988     9   7   18 14.8  -19.0      tropical storm        0
## 1806  AL061988 1988     9   8    0 15.3  -19.1      tropical storm        0
## 1807  AL061988 1988     9   8    6 16.4  -19.8      tropical storm        0
## 1808  AL061988 1988     9   8   12 17.5  -20.5      tropical storm        0
## 1809  AL061988 1988     9   8   18 18.8  -21.0      tropical storm        0
## 1810  AL061988 1988     9   9    0 19.9  -21.6      tropical storm        0
## 1811  AL061988 1988     9   9    6 21.4  -22.0      tropical storm        0
## 1812  AL061988 1988     9   9   12 22.9  -22.5      tropical storm        0
## 1813  AL061988 1988     9   9   18 24.0  -22.5 tropical depression       -1
## 1814  AL061988 1988     9  10    0 25.0  -23.0 tropical depression       -1
## 1815   Gilbert 1988     9   8   18 12.0  -54.0 tropical depression       -1
## 1816   Gilbert 1988     9   9    0 12.7  -55.6 tropical depression       -1
## 1817   Gilbert 1988     9   9    6 13.3  -57.1 tropical depression       -1
## 1818   Gilbert 1988     9   9   12 14.0  -58.6 tropical depression       -1
## 1819   Gilbert 1988     9   9   18 14.5  -60.1      tropical storm        0
## 1820   Gilbert 1988     9  10    0 14.8  -61.5      tropical storm        0
## 1821   Gilbert 1988     9  10    6 15.0  -62.8      tropical storm        0
## 1822   Gilbert 1988     9  10   12 15.3  -64.1      tropical storm        0
## 1823   Gilbert 1988     9  10   18 15.7  -65.4      tropical storm        0
## 1824   Gilbert 1988     9  11    0 15.9  -66.8           hurricane        1
## 1825   Gilbert 1988     9  11    6 16.2  -68.0           hurricane        1
## 1826   Gilbert 1988     9  11   12 16.1  -69.5           hurricane        2
## 1827   Gilbert 1988     9  11   18 16.2  -70.7           hurricane        3
## 1828   Gilbert 1988     9  12    0 16.8  -72.0           hurricane        3
## 1829   Gilbert 1988     9  12    6 17.3  -73.7           hurricane        3
## 1830   Gilbert 1988     9  12   12 17.6  -75.3           hurricane        3
## 1831   Gilbert 1988     9  12   17 17.8  -76.8           hurricane        4
## 1832   Gilbert 1988     9  12   18 17.9  -76.9           hurricane        3
## 1833   Gilbert 1988     9  13    0 18.2  -78.5           hurricane        3
## 1834   Gilbert 1988     9  13    6 18.5  -79.7           hurricane        4
## 1835   Gilbert 1988     9  13   12 18.8  -81.1           hurricane        4
## 1836   Gilbert 1988     9  13   18 19.4  -82.5           hurricane        5
## 1837   Gilbert 1988     9  14    0 19.7  -83.8           hurricane        5
## 1838   Gilbert 1988     9  14    6 19.9  -85.3           hurricane        5
## 1839   Gilbert 1988     9  14   12 20.4  -86.5           hurricane        5
## 1840   Gilbert 1988     9  14   15 20.7  -87.0           hurricane        5
## 1841   Gilbert 1988     9  14   18 20.9  -87.8           hurricane        4
## 1842   Gilbert 1988     9  15    0 21.3  -89.5           hurricane        3
## 1843   Gilbert 1988     9  15    6 21.6  -90.7           hurricane        2
## 1844   Gilbert 1988     9  15   12 21.9  -91.7           hurricane        2
## 1845   Gilbert 1988     9  15   18 22.1  -92.8           hurricane        2
## 1846   Gilbert 1988     9  16    0 22.5  -93.8           hurricane        3
## 1847   Gilbert 1988     9  16    6 22.9  -94.8           hurricane        3
## 1848   Gilbert 1988     9  16   12 23.7  -95.9           hurricane        4
## 1849   Gilbert 1988     9  16   18 23.9  -97.0           hurricane        4
## 1850   Gilbert 1988     9  16   22 24.2  -97.8           hurricane        3
## 1851   Gilbert 1988     9  17    0 24.4  -98.2           hurricane        1
## 1852   Gilbert 1988     9  17    6 24.8  -99.3      tropical storm        0
## 1853   Gilbert 1988     9  17   12 25.0 -100.5      tropical storm        0
## 1854   Gilbert 1988     9  17   18 25.4 -101.9 tropical depression       -1
## 1855   Gilbert 1988     9  18    0 26.0 -103.2 tropical depression       -1
## 1856   Gilbert 1988     9  18    6 27.6 -103.7 tropical depression       -1
## 1857   Gilbert 1988     9  18   12 29.3 -102.6 tropical depression       -1
## 1858   Gilbert 1988     9  18   18 31.5 -101.3 tropical depression       -1
## 1859   Gilbert 1988     9  19    0 33.2  -99.7 tropical depression       -1
## 1860   Gilbert 1988     9  19    6 35.8  -97.7 tropical depression       -1
## 1861   Gilbert 1988     9  19   12 37.7  -93.2 tropical depression       -1
## 1862     Isaac 1988     9  28   18  9.0  -45.5 tropical depression       -1
## 1863     Isaac 1988     9  29    0  9.1  -47.0 tropical depression       -1
## 1864     Isaac 1988     9  29    6  9.3  -48.7 tropical depression       -1
## 1865     Isaac 1988     9  29   12  9.5  -50.0 tropical depression       -1
## 1866     Isaac 1988     9  29   18  9.6  -51.3 tropical depression       -1
## 1867     Isaac 1988     9  30    0  9.8  -52.2 tropical depression       -1
## 1868     Isaac 1988     9  30    6 10.2  -53.1 tropical depression       -1
## 1869     Isaac 1988     9  30   12 10.8  -54.5 tropical depression       -1
## 1870     Isaac 1988     9  30   18 11.4  -56.0      tropical storm        0
## 1871     Isaac 1988    10   1    0 11.8  -57.7      tropical storm        0
## 1872     Isaac 1988    10   1    6 12.0  -59.5      tropical storm        0
## 1873     Isaac 1988    10   1   12 12.0  -61.2 tropical depression       -1
## 1874      Joan 1988    10  10   18  8.9  -42.2 tropical depression       -1
## 1875      Joan 1988    10  11    0  9.5  -43.6 tropical depression       -1
## 1876      Joan 1988    10  11    6 10.1  -45.0      tropical storm        0
## 1877      Joan 1988    10  11   12 10.7  -46.4      tropical storm        0
## 1878      Joan 1988    10  11   18 11.2  -47.9      tropical storm        0
## 1879      Joan 1988    10  12    0 11.5  -49.0      tropical storm        0
## 1880      Joan 1988    10  12    6 11.8  -50.1      tropical storm        0
## 1881      Joan 1988    10  12   12 12.1  -51.3      tropical storm        0
## 1882      Joan 1988    10  12   18 12.3  -52.5      tropical storm        0
## 1883      Joan 1988    10  13    0 12.4  -53.8      tropical storm        0
## 1884      Joan 1988    10  13    6 12.5  -54.9      tropical storm        0
## 1885      Joan 1988    10  13   12 12.6  -56.0      tropical storm        0
## 1886      Joan 1988    10  13   18 12.7  -57.1      tropical storm        0
## 1887      Joan 1988    10  14    0 12.6  -58.3      tropical storm        0
## 1888      Joan 1988    10  14    6 12.4  -59.4      tropical storm        0
## 1889      Joan 1988    10  14   12 12.2  -60.0      tropical storm        0
## 1890      Joan 1988    10  14   18 12.0  -60.8      tropical storm        0
## 1891      Joan 1988    10  15    0 12.1  -61.5      tropical storm        0
## 1892      Joan 1988    10  15    1 12.1  -61.8      tropical storm        0
## 1893      Joan 1988    10  15    6 12.1  -62.8      tropical storm        0
## 1894      Joan 1988    10  15   12 12.0  -63.8      tropical storm        0
## 1895      Joan 1988    10  15   18 11.9  -64.9      tropical storm        0
## 1896      Joan 1988    10  16    0 12.0  -66.1      tropical storm        0
## 1897      Joan 1988    10  16    6 12.0  -67.2      tropical storm        0
## 1898      Joan 1988    10  16   12 11.9  -68.2      tropical storm        0
## 1899      Joan 1988    10  16   18 12.0  -69.2      tropical storm        0
## 1900      Joan 1988    10  17    0 12.0  -70.2      tropical storm        0
## 1901      Joan 1988    10  17    6 12.0  -71.2      tropical storm        0
## 1902      Joan 1988    10  17   12 11.9  -72.1      tropical storm        0
## 1903      Joan 1988    10  17   18 11.8  -73.0      tropical storm        0
## 1904      Joan 1988    10  18    0 11.8  -74.0           hurricane        1
## 1905      Joan 1988    10  18    6 11.7  -75.0           hurricane        1
## 1906      Joan 1988    10  18   12 11.5  -75.8           hurricane        1
## 1907      Joan 1988    10  18   18 11.3  -76.5           hurricane        1
## 1908      Joan 1988    10  19    0 11.2  -77.2           hurricane        2
## 1909      Joan 1988    10  19    6 11.3  -77.8           hurricane        2
## 1910      Joan 1988    10  19   12 11.4  -78.3           hurricane        3
## 1911      Joan 1988    10  19   18 11.3  -78.9           hurricane        3
## 1912      Joan 1988    10  20    0 11.3  -79.3           hurricane        3
## 1913      Joan 1988    10  20    6 11.1  -79.8           hurricane        2
## 1914      Joan 1988    10  20   12 11.1  -79.5           hurricane        1
## 1915      Joan 1988    10  20   18 11.3  -79.9           hurricane        1
## 1916      Joan 1988    10  21    0 11.5  -80.3           hurricane        1
## 1917      Joan 1988    10  21    6 11.5  -80.7           hurricane        2
## 1918      Joan 1988    10  21   12 11.6  -81.2           hurricane        3
## 1919      Joan 1988    10  21   18 11.8  -81.8           hurricane        3
## 1920      Joan 1988    10  22    0 11.9  -82.5           hurricane        4
## 1921      Joan 1988    10  22    6 11.9  -83.2           hurricane        4
## 1922      Joan 1988    10  22   10 11.9  -83.7           hurricane        4
## 1923      Joan 1988    10  22   12 11.9  -83.9           hurricane        4
## 1924      Joan 1988    10  22   18 12.0  -85.0           hurricane        1
## 1925      Joan 1988    10  23    0 12.1  -85.9      tropical storm        0
## 1926      Joan 1988    10  23    6 12.2  -86.8      tropical storm        0
## 1927     Keith 1988    11  17   18 14.9  -74.3 tropical depression       -1
## 1928     Keith 1988    11  18    0 15.0  -75.5 tropical depression       -1
## 1929     Keith 1988    11  18    6 15.0  -76.5 tropical depression       -1
## 1930     Keith 1988    11  18   12 15.0  -77.7 tropical depression       -1
## 1931     Keith 1988    11  18   18 15.0  -79.0 tropical depression       -1
## 1932     Keith 1988    11  19    0 15.0  -79.9 tropical depression       -1
## 1933     Keith 1988    11  19    6 15.1  -80.4 tropical depression       -1
## 1934     Keith 1988    11  19   12 15.2  -81.2 tropical depression       -1
## 1935     Keith 1988    11  19   18 15.5  -81.8 tropical depression       -1
## 1936     Keith 1988    11  20    0 15.8  -82.6 tropical depression       -1
## 1937     Keith 1988    11  20    6 16.3  -83.4      tropical storm        0
## 1938     Keith 1988    11  20   12 17.8  -84.5      tropical storm        0
## 1939     Keith 1988    11  20   18 19.1  -85.4      tropical storm        0
## 1940     Keith 1988    11  21    0 19.8  -86.1      tropical storm        0
## 1941     Keith 1988    11  21    6 20.7  -86.6      tropical storm        0
## 1942     Keith 1988    11  21    8 21.2  -86.8      tropical storm        0
## 1943     Keith 1988    11  21   12 21.8  -87.0      tropical storm        0
## 1944     Keith 1988    11  21   18 22.4  -87.2      tropical storm        0
## 1945     Keith 1988    11  22    0 23.1  -87.0      tropical storm        0
## 1946     Keith 1988    11  22    6 23.8  -86.8      tropical storm        0
## 1947     Keith 1988    11  22   12 24.4  -86.2      tropical storm        0
## 1948     Keith 1988    11  22   18 25.5  -85.1      tropical storm        0
## 1949     Keith 1988    11  23    0 26.5  -84.2      tropical storm        0
## 1950     Keith 1988    11  23    6 27.3  -82.8      tropical storm        0
## 1951     Keith 1988    11  23    7 27.3  -82.6      tropical storm        0
## 1952     Keith 1988    11  23   12 27.9  -81.3      tropical storm        0
## 1953     Keith 1988    11  23   18 28.9  -79.8      tropical storm        0
## 1954     Keith 1988    11  24    0 29.7  -77.7      tropical storm        0
## 1955     Keith 1988    11  24    6 31.0  -75.2      tropical storm        0
## 1956     Keith 1988    11  24   12 32.5  -70.5      tropical storm        0
## 1957   Allison 1989     6  24   18 27.0  -96.0 tropical depression       -1
## 1958   Allison 1989     6  25    0 27.0  -96.0 tropical depression       -1
## 1959   Allison 1989     6  25    6 27.2  -96.0 tropical depression       -1
## 1960   Allison 1989     6  25   12 27.4  -95.9 tropical depression       -1
## 1961   Allison 1989     6  25   18 27.6  -95.8 tropical depression       -1
## 1962   Allison 1989     6  26    0 27.8  -95.8      tropical storm        0
## 1963   Allison 1989     6  26    6 28.1  -95.8      tropical storm        0
## 1964   Allison 1989     6  26   12 28.6  -95.7      tropical storm        0
## 1965   Allison 1989     6  26   13 28.7  -95.7      tropical storm        0
## 1966   Allison 1989     6  26   18 29.1  -95.7      tropical storm        0
## 1967   Allison 1989     6  27    0 29.7  -95.7      tropical storm        0
## 1968   Allison 1989     6  27    6 30.2  -95.3      tropical storm        0
## 1969   Allison 1989     6  27   12 30.6  -94.9 tropical depression       -1
## 1970   Allison 1989     6  27   18 30.9  -94.6 tropical depression       -1
## 1971     Barry 1989     7   9   18 12.8  -37.8 tropical depression       -1
## 1972     Barry 1989     7  10    0 13.0  -39.9 tropical depression       -1
## 1973     Barry 1989     7  10    6 13.9  -42.1 tropical depression       -1
## 1974     Barry 1989     7  10   12 15.0  -44.6 tropical depression       -1
## 1975     Barry 1989     7  10   18 16.3  -46.9 tropical depression       -1
## 1976     Barry 1989     7  11    0 17.7  -48.2      tropical storm        0
## 1977     Barry 1989     7  11    6 18.8  -49.2      tropical storm        0
## 1978     Barry 1989     7  11   12 19.8  -50.4      tropical storm        0
## 1979     Barry 1989     7  11   18 20.7  -51.8      tropical storm        0
## 1980     Barry 1989     7  12    0 21.4  -53.1      tropical storm        0
## 1981     Barry 1989     7  12    6 22.1  -53.9      tropical storm        0
## 1982     Barry 1989     7  12   12 22.8  -54.4      tropical storm        0
## 1983     Barry 1989     7  12   18 23.5  -54.9      tropical storm        0
## 1984     Barry 1989     7  13    0 23.8  -55.4      tropical storm        0
## 1985     Barry 1989     7  13    6 24.0  -56.0      tropical storm        0
## 1986     Barry 1989     7  13   12 23.9  -56.6      tropical storm        0
## 1987     Barry 1989     7  13   18 23.7  -57.4 tropical depression       -1
## 1988     Barry 1989     7  14    0 23.3  -58.1 tropical depression       -1
## 1989   Chantal 1989     7  30   12 22.5  -90.0 tropical depression       -1
## 1990   Chantal 1989     7  30   18 23.5  -90.2 tropical depression       -1
## 1991   Chantal 1989     7  31    0 24.4  -90.5 tropical depression       -1
## 1992   Chantal 1989     7  31    6 25.4  -91.0      tropical storm        0
## 1993   Chantal 1989     7  31   12 26.2  -91.7      tropical storm        0
## 1994   Chantal 1989     7  31   18 27.1  -92.2      tropical storm        0
## 1995   Chantal 1989     8   1    0 27.9  -92.8           hurricane        1
## 1996   Chantal 1989     8   1    6 28.7  -93.5           hurricane        1
## 1997   Chantal 1989     8   1   12 29.5  -94.3           hurricane        1
## 1998   Chantal 1989     8   1   13 29.6  -94.4           hurricane        1
## 1999   Chantal 1989     8   1   18 30.2  -95.2      tropical storm        0
## 2000   Chantal 1989     8   2    0 30.8  -96.1      tropical storm        0
## 2001   Chantal 1989     8   2    6 31.5  -96.9 tropical depression       -1
## 2002   Chantal 1989     8   2   12 32.3  -97.5 tropical depression       -1
## 2003   Chantal 1989     8   2   18 33.3  -98.0 tropical depression       -1
## 2004   Chantal 1989     8   3    0 34.5  -98.5 tropical depression       -1
## 2005      Dean 1989     7  31    6 14.8  -41.8 tropical depression       -1
## 2006      Dean 1989     7  31   12 15.0  -44.1 tropical depression       -1
## 2007      Dean 1989     7  31   18 15.1  -46.0 tropical depression       -1
## 2008      Dean 1989     8   1    0 15.4  -47.6 tropical depression       -1
## 2009      Dean 1989     8   1    6 15.8  -49.3      tropical storm        0
## 2010      Dean 1989     8   1   12 16.1  -51.1      tropical storm        0
## 2011      Dean 1989     8   1   18 16.4  -52.9      tropical storm        0
## 2012      Dean 1989     8   2    0 16.6  -54.6      tropical storm        0
## 2013      Dean 1989     8   2    6 16.9  -56.4      tropical storm        0
## 2014      Dean 1989     8   2   12 17.3  -58.1           hurricane        1
## 2015      Dean 1989     8   2   18 17.9  -59.5           hurricane        1
## 2016      Dean 1989     8   3    0 18.5  -60.7           hurricane        1
## 2017      Dean 1989     8   3    6 18.9  -61.7           hurricane        1
## 2018      Dean 1989     8   3   12 19.3  -62.7           hurricane        1
## 2019      Dean 1989     8   3   18 19.7  -63.4           hurricane        1
## 2020      Dean 1989     8   4    0 20.1  -63.8           hurricane        1
## 2021      Dean 1989     8   4    6 20.4  -63.9           hurricane        1
## 2022      Dean 1989     8   4   12 20.9  -63.9           hurricane        1
## 2023      Dean 1989     8   4   18 21.6  -63.8           hurricane        1
## 2024      Dean 1989     8   5    0 22.5  -63.8           hurricane        1
## 2025      Dean 1989     8   5    6 23.5  -63.8           hurricane        1
## 2026      Dean 1989     8   5   12 24.7  -63.9           hurricane        1
## 2027      Dean 1989     8   5   18 26.0  -64.0           hurricane        1
## 2028      Dean 1989     8   6    0 27.6  -64.3           hurricane        1
## 2029      Dean 1989     8   6    6 29.2  -64.6           hurricane        1
## 2030      Dean 1989     8   6   12 30.8  -65.0           hurricane        1
## 2031      Dean 1989     8   6   18 32.4  -65.1           hurricane        2
## 2032      Dean 1989     8   7    0 34.0  -64.9           hurricane        2
## 2033      Dean 1989     8   7    6 35.6  -64.5           hurricane        2
## 2034      Dean 1989     8   7   12 37.5  -64.0           hurricane        2
## 2035      Dean 1989     8   7   18 39.4  -63.4           hurricane        1
## 2036      Dean 1989     8   8    0 41.7  -62.1           hurricane        1
## 2037      Dean 1989     8   8    6 44.1  -59.7           hurricane        1
## 2038      Dean 1989     8   8   12 46.5  -56.5      tropical storm        0
## 2039      Dean 1989     8   8   13 46.9  -55.9      tropical storm        0
## 2040      Dean 1989     8   8   18 48.8  -53.2      tropical storm        0
## 2041      Erin 1989     8  18    0 14.3  -22.4 tropical depression       -1
## 2042      Erin 1989     8  18    6 15.2  -23.8 tropical depression       -1
## 2043      Erin 1989     8  18   12 16.2  -25.2 tropical depression       -1
## 2044      Erin 1989     8  18   18 17.0  -26.5 tropical depression       -1
## 2045      Erin 1989     8  19    0 17.4  -27.8 tropical depression       -1
## 2046      Erin 1989     8  19    6 17.7  -29.4 tropical depression       -1
## 2047      Erin 1989     8  19   12 18.1  -31.1 tropical depression       -1
## 2048      Erin 1989     8  19   18 18.5  -32.7      tropical storm        0
## 2049      Erin 1989     8  20    0 19.1  -34.3      tropical storm        0
## 2050      Erin 1989     8  20    6 19.6  -35.6      tropical storm        0
## 2051      Erin 1989     8  20   12 20.1  -36.9      tropical storm        0
## 2052      Erin 1989     8  20   18 20.6  -38.3      tropical storm        0
## 2053      Erin 1989     8  21    0 21.1  -39.7      tropical storm        0
## 2054      Erin 1989     8  21    6 22.0  -41.1      tropical storm        0
## 2055      Erin 1989     8  21   12 23.3  -42.1      tropical storm        0
## 2056      Erin 1989     8  21   18 24.7  -42.8      tropical storm        0
## 2057      Erin 1989     8  22    0 26.2  -43.3      tropical storm        0
## 2058      Erin 1989     8  22    6 27.6  -43.8      tropical storm        0
## 2059      Erin 1989     8  22   12 28.8  -44.5           hurricane        1
## 2060      Erin 1989     8  22   18 29.7  -45.2           hurricane        1
## 2061      Erin 1989     8  23    0 30.3  -45.9           hurricane        1
## 2062      Erin 1989     8  23    6 30.9  -46.3           hurricane        1
## 2063      Erin 1989     8  23   12 31.5  -46.2           hurricane        1
## 2064      Erin 1989     8  23   18 32.0  -46.0           hurricane        1
## 2065      Erin 1989     8  24    0 32.6  -45.6           hurricane        2
## 2066      Erin 1989     8  24    6 33.3  -45.2           hurricane        2
## 2067      Erin 1989     8  24   12 34.1  -44.5           hurricane        2
## 2068      Erin 1989     8  24   18 35.1  -43.6           hurricane        2
## 2069      Erin 1989     8  25    0 36.3  -42.4           hurricane        2
## 2070      Erin 1989     8  25    6 37.6  -41.1           hurricane        2
## 2071      Erin 1989     8  25   12 39.0  -39.7           hurricane        2
## 2072      Erin 1989     8  25   18 40.6  -38.3           hurricane        2
## 2073      Erin 1989     8  26    0 42.3  -37.2           hurricane        1
## 2074      Erin 1989     8  26    6 44.4  -36.2           hurricane        1
## 2075      Erin 1989     8  26   12 47.0  -35.1           hurricane        1
## 2076      Erin 1989     8  26   18 49.5  -33.5           hurricane        1
## 2077      Erin 1989     8  27    0 51.9  -31.8      tropical storm        0
## 2078     Felix 1989     8  26    0 16.8  -21.0 tropical depression       -1
## 2079     Felix 1989     8  26    6 16.9  -21.7 tropical depression       -1
## 2080     Felix 1989     8  26   12 17.0  -22.2 tropical depression       -1
## 2081     Felix 1989     8  26   18 17.2  -22.9      tropical storm        0
## 2082     Felix 1989     8  27    0 17.4  -23.5      tropical storm        0
## 2083     Felix 1989     8  27    6 17.8  -23.9      tropical storm        0
## 2084     Felix 1989     8  27   12 18.2  -24.0      tropical storm        0
## 2085     Felix 1989     8  27   18 18.7  -24.3      tropical storm        0
## 2086     Felix 1989     8  28    0 19.1  -24.6      tropical storm        0
## 2087     Felix 1989     8  28    6 19.7  -24.8      tropical storm        0
## 2088     Felix 1989     8  28   12 20.0  -24.9      tropical storm        0
## 2089     Felix 1989     8  28   18 20.5  -24.9      tropical storm        0
## 2090     Felix 1989     8  29    0 20.8  -25.3      tropical storm        0
## 2091     Felix 1989     8  29    6 21.1  -26.0      tropical storm        0
## 2092     Felix 1989     8  29   12 21.4  -26.9      tropical storm        0
## 2093     Felix 1989     8  29   18 21.9  -27.8 tropical depression       -1
## 2094     Felix 1989     8  30    0 22.5  -28.7 tropical depression       -1
## 2095     Felix 1989     8  30    6 23.4  -29.7 tropical depression       -1
## 2096     Felix 1989     8  30   12 24.2  -31.0 tropical depression       -1
## 2097     Felix 1989     8  30   18 25.1  -32.4 tropical depression       -1
## 2098     Felix 1989     8  31    0 26.3  -34.0 tropical depression       -1
## 2099     Felix 1989     8  31    6 27.6  -35.6 tropical depression       -1
## 2100     Felix 1989     8  31   12 28.9  -37.1 tropical depression       -1
## 2101     Felix 1989     8  31   18 29.7  -38.6 tropical depression       -1
## 2102     Felix 1989     9   1    0 30.5  -39.7 tropical depression       -1
## 2103     Felix 1989     9   1    6 31.1  -41.1 tropical depression       -1
## 2104     Felix 1989     9   1   12 31.8  -40.8 tropical depression       -1
## 2105     Felix 1989     9   1   18 32.2  -40.9 tropical depression       -1
## 2106     Felix 1989     9   2    0 32.7  -40.9 tropical depression       -1
## 2107     Felix 1989     9   2    6 33.0  -40.9 tropical depression       -1
## 2108     Felix 1989     9   2   12 33.1  -41.0 tropical depression       -1
## 2109     Felix 1989     9   2   18 33.2  -41.3 tropical depression       -1
## 2110     Felix 1989     9   3    0 33.2  -41.8      tropical storm        0
## 2111     Felix 1989     9   3    6 33.4  -42.3      tropical storm        0
## 2112     Felix 1989     9   3   12 33.5  -42.9      tropical storm        0
## 2113     Felix 1989     9   3   18 33.8  -43.9      tropical storm        0
## 2114     Felix 1989     9   4    0 34.0  -45.2      tropical storm        0
## 2115     Felix 1989     9   4    6 34.3  -46.3      tropical storm        0
## 2116     Felix 1989     9   4   12 34.9  -47.5      tropical storm        0
## 2117     Felix 1989     9   4   18 35.3  -48.1      tropical storm        0
## 2118     Felix 1989     9   5    0 35.7  -48.8      tropical storm        0
## 2119     Felix 1989     9   5    6 36.0  -48.7           hurricane        1
## 2120     Felix 1989     9   5   12 36.3  -48.6           hurricane        1
## 2121     Felix 1989     9   5   18 36.7  -48.3           hurricane        1
## 2122     Felix 1989     9   6    0 36.9  -48.2           hurricane        1
## 2123     Felix 1989     9   6    6 37.2  -48.1           hurricane        1
## 2124     Felix 1989     9   6   12 37.4  -48.0           hurricane        1
## 2125     Felix 1989     9   6   18 37.6  -47.9           hurricane        1
## 2126     Felix 1989     9   7    0 38.0  -47.8           hurricane        1
## 2127     Felix 1989     9   7    6 38.5  -47.7      tropical storm        0
## 2128     Felix 1989     9   7   12 39.3  -47.6      tropical storm        0
## 2129     Felix 1989     9   7   18 40.4  -47.0      tropical storm        0
## 2130     Felix 1989     9   8    0 41.3  -46.7      tropical storm        0
## 2131     Felix 1989     9   8    6 42.4  -45.8      tropical storm        0
## 2132     Felix 1989     9   8   12 43.6  -44.8      tropical storm        0
## 2133     Felix 1989     9   8   18 45.0  -42.8      tropical storm        0
## 2134     Felix 1989     9   9    0 46.5  -40.5      tropical storm        0
## 2135 Gabrielle 1989     8  30   12 11.6  -21.0 tropical depression       -1
## 2136 Gabrielle 1989     8  30   18 11.3  -23.0 tropical depression       -1
## 2137 Gabrielle 1989     8  31    0 11.3  -24.8      tropical storm        0
## 2138 Gabrielle 1989     8  31    6 11.4  -26.5      tropical storm        0
## 2139 Gabrielle 1989     8  31   12 11.5  -28.3      tropical storm        0
## 2140 Gabrielle 1989     8  31   18 11.5  -30.0      tropical storm        0
## 2141 Gabrielle 1989     9   1    0 11.5  -31.7           hurricane        1
## 2142 Gabrielle 1989     9   1    6 11.8  -33.4           hurricane        1
## 2143 Gabrielle 1989     9   1   12 12.3  -35.1           hurricane        1
## 2144 Gabrielle 1989     9   1   18 12.8  -36.8           hurricane        1
## 2145 Gabrielle 1989     9   2    0 13.4  -38.6           hurricane        1
## 2146 Gabrielle 1989     9   2    6 13.9  -40.3           hurricane        1
## 2147 Gabrielle 1989     9   2   12 14.4  -42.0           hurricane        2
## 2148 Gabrielle 1989     9   2   18 14.8  -43.8           hurricane        2
## 2149 Gabrielle 1989     9   3    0 15.2  -45.5           hurricane        2
## 2150 Gabrielle 1989     9   3    6 15.6  -47.2           hurricane        3
## 2151 Gabrielle 1989     9   3   12 16.1  -48.8           hurricane        3
## 2152 Gabrielle 1989     9   3   18 16.5  -50.3           hurricane        3
## 2153 Gabrielle 1989     9   3   20 16.8  -50.9           hurricane        3
## 2154 Gabrielle 1989     9   4    0 17.0  -51.5           hurricane        3
## 2155 Gabrielle 1989     9   4    6 17.4  -52.7           hurricane        3
## 2156 Gabrielle 1989     9   4   12 18.0  -53.8           hurricane        4
## 2157 Gabrielle 1989     9   4   18 18.6  -54.8           hurricane        4
## 2158 Gabrielle 1989     9   5    0 19.3  -55.7           hurricane        4
## 2159 Gabrielle 1989     9   5    6 19.9  -56.5           hurricane        4
## 2160 Gabrielle 1989     9   5   12 20.6  -57.2           hurricane        4
## 2161 Gabrielle 1989     9   5   18 21.4  -57.8           hurricane        4
## 2162 Gabrielle 1989     9   6    0 22.2  -58.3           hurricane        4
## 2163 Gabrielle 1989     9   6    6 23.1  -58.8           hurricane        4
## 2164 Gabrielle 1989     9   6   12 24.0  -59.3           hurricane        4
## 2165 Gabrielle 1989     9   6   18 25.1  -59.8           hurricane        4
## 2166 Gabrielle 1989     9   7    0 26.4  -60.0           hurricane        4
## 2167 Gabrielle 1989     9   7    6 27.7  -60.0           hurricane        3
## 2168 Gabrielle 1989     9   7   12 29.0  -59.9           hurricane        2
## 2169 Gabrielle 1989     9   7   18 30.5  -59.8           hurricane        2
## 2170 Gabrielle 1989     9   8    0 32.1  -59.6           hurricane        2
## 2171 Gabrielle 1989     9   8    6 33.7  -59.6           hurricane        2
## 2172 Gabrielle 1989     9   8   12 35.1  -59.6           hurricane        2
## 2173 Gabrielle 1989     9   8   18 36.4  -59.7           hurricane        1
## 2174 Gabrielle 1989     9   9    0 37.2  -59.8           hurricane        1
## 2175 Gabrielle 1989     9   9    6 38.0  -59.9           hurricane        1
## 2176 Gabrielle 1989     9   9   12 38.5  -60.0           hurricane        1
## 2177 Gabrielle 1989     9   9   18 38.9  -60.1           hurricane        1
## 2178 Gabrielle 1989     9  10    0 39.1  -60.3           hurricane        1
## 2179 Gabrielle 1989     9  10    6 39.1  -60.4      tropical storm        0
## 2180 Gabrielle 1989     9  10   12 39.1  -60.6      tropical storm        0
## 2181 Gabrielle 1989     9  10   18 39.1  -61.1      tropical storm        0
## 2182 Gabrielle 1989     9  11    0 39.1  -61.6      tropical storm        0
## 2183 Gabrielle 1989     9  11    6 39.0  -62.0      tropical storm        0
## 2184 Gabrielle 1989     9  11   12 39.4  -62.0      tropical storm        0
## 2185 Gabrielle 1989     9  11   18 39.9  -61.3      tropical storm        0
## 2186 Gabrielle 1989     9  12    0 40.2  -60.6      tropical storm        0
## 2187 Gabrielle 1989     9  12    6 40.3  -59.7      tropical storm        0
## 2188 Gabrielle 1989     9  12   12 40.5  -58.7 tropical depression       -1
## 2189 Gabrielle 1989     9  12   18 41.0  -57.1 tropical depression       -1
## 2190 Gabrielle 1989     9  13    0 41.8  -55.3 tropical depression       -1
## 2191 Gabrielle 1989     9  13    6 42.7  -53.5 tropical depression       -1
## 2192 Gabrielle 1989     9  13   12 43.8  -51.5 tropical depression       -1
## 2193      Hugo 1989     9  10   12 13.2  -20.0 tropical depression       -1
## 2194      Hugo 1989     9  10   18 13.3  -21.8 tropical depression       -1
## 2195      Hugo 1989     9  11    0 13.2  -23.7 tropical depression       -1
## 2196      Hugo 1989     9  11    6 13.0  -25.5 tropical depression       -1
## 2197      Hugo 1989     9  11   12 12.8  -27.3 tropical depression       -1
## 2198      Hugo 1989     9  11   18 12.5  -29.2      tropical storm        0
## 2199      Hugo 1989     9  12    0 12.5  -31.0      tropical storm        0
## 2200      Hugo 1989     9  12    6 12.5  -32.9      tropical storm        0
## 2201      Hugo 1989     9  12   12 12.5  -34.8      tropical storm        0
## 2202      Hugo 1989     9  12   18 12.6  -36.7      tropical storm        0
## 2203      Hugo 1989     9  13    0 12.6  -38.2      tropical storm        0
## 2204      Hugo 1989     9  13    6 12.7  -40.0      tropical storm        0
## 2205      Hugo 1989     9  13   12 12.8  -41.8      tropical storm        0
## 2206      Hugo 1989     9  13   18 12.8  -43.5           hurricane        1
## 2207      Hugo 1989     9  14    0 12.9  -44.9           hurricane        1
## 2208      Hugo 1989     9  14    6 13.0  -46.3           hurricane        1
## 2209      Hugo 1989     9  14   12 13.2  -47.8           hurricane        2
## 2210      Hugo 1989     9  14   18 13.6  -49.1           hurricane        2
## 2211      Hugo 1989     9  15    0 13.8  -50.5           hurricane        3
## 2212      Hugo 1989     9  15    6 14.0  -51.9           hurricane        3
## 2213      Hugo 1989     9  15   12 14.2  -53.3           hurricane        4
## 2214      Hugo 1989     9  15   18 14.6  -54.6           hurricane        5
## 2215      Hugo 1989     9  16    0 14.8  -56.1           hurricane        4
## 2216      Hugo 1989     9  16    6 15.1  -57.3           hurricane        4
## 2217      Hugo 1989     9  16   12 15.4  -58.4           hurricane        4
## 2218      Hugo 1989     9  16   18 15.8  -59.4           hurricane        4
## 2219      Hugo 1989     9  17    0 16.1  -60.4           hurricane        4
## 2220      Hugo 1989     9  17    5 16.3  -61.3           hurricane        4
## 2221      Hugo 1989     9  17    6 16.4  -61.5           hurricane        4
## 2222      Hugo 1989     9  17   12 16.6  -62.5           hurricane        4
## 2223      Hugo 1989     9  17   18 16.9  -63.5           hurricane        4
## 2224      Hugo 1989     9  18    0 17.2  -64.1           hurricane        4
## 2225      Hugo 1989     9  18    6 17.7  -64.8           hurricane        4
## 2226      Hugo 1989     9  18   12 18.2  -65.5           hurricane        3
## 2227      Hugo 1989     9  18   13 18.3  -65.6           hurricane        3
## 2228      Hugo 1989     9  18   18 19.1  -66.4           hurricane        3
## 2229      Hugo 1989     9  19    0 19.7  -66.8           hurricane        3
## 2230      Hugo 1989     9  19    6 20.7  -67.3           hurricane        2
## 2231      Hugo 1989     9  19   12 21.6  -68.0           hurricane        2
## 2232      Hugo 1989     9  19   18 22.6  -68.6           hurricane        2
## 2233      Hugo 1989     9  20    0 23.5  -69.3           hurricane        2
## 2234      Hugo 1989     9  20    6 24.4  -70.1           hurricane        2
## 2235      Hugo 1989     9  20   12 25.2  -71.0           hurricane        2
## 2236      Hugo 1989     9  20   18 26.3  -72.2           hurricane        2
## 2237      Hugo 1989     9  21    0 27.2  -73.4           hurricane        3
## 2238      Hugo 1989     9  21    6 28.0  -74.9           hurricane        3
## 2239      Hugo 1989     9  21   12 29.0  -76.1           hurricane        3
## 2240      Hugo 1989     9  21   18 30.2  -77.5           hurricane        4
## 2241      Hugo 1989     9  22    0 31.7  -78.8           hurricane        4
## 2242      Hugo 1989     9  22    4 32.8  -79.8           hurricane        4
## 2243      Hugo 1989     9  22    6 33.5  -80.3           hurricane        2
## 2244      Hugo 1989     9  22   12 35.9  -81.7      tropical storm        0
## 2245      Hugo 1989     9  22   18 38.5  -81.8      tropical storm        0
## 2246      Iris 1989     9  16   18 11.3  -44.0 tropical depression       -1
## 2247      Iris 1989     9  17    0 11.2  -46.0 tropical depression       -1
## 2248      Iris 1989     9  17    6 11.2  -48.0 tropical depression       -1
## 2249      Iris 1989     9  17   12 11.3  -50.0 tropical depression       -1
## 2250      Iris 1989     9  17   18 11.5  -51.7 tropical depression       -1
## 2251      Iris 1989     9  18    0 11.9  -53.2      tropical storm        0
## 2252      Iris 1989     9  18    6 12.6  -54.6      tropical storm        0
## 2253      Iris 1989     9  18   12 14.0  -55.5      tropical storm        0
## 2254      Iris 1989     9  18   18 15.6  -56.1      tropical storm        0
## 2255      Iris 1989     9  19    0 17.0  -56.8      tropical storm        0
## 2256      Iris 1989     9  19    6 18.1  -57.5      tropical storm        0
## 2257      Iris 1989     9  19   12 19.2  -58.2      tropical storm        0
## 2258      Iris 1989     9  19   18 20.0  -59.2      tropical storm        0
## 2259      Iris 1989     9  20    0 20.5  -60.3      tropical storm        0
## 2260      Iris 1989     9  20    6 20.9  -61.3      tropical storm        0
## 2261      Iris 1989     9  20   12 21.3  -62.2      tropical storm        0
## 2262      Iris 1989     9  20   18 21.7  -63.1      tropical storm        0
## 2263      Iris 1989     9  21    0 21.9  -64.1 tropical depression       -1
## 2264      Iris 1989     9  21    6 22.2  -65.1 tropical depression       -1
## 2265      Iris 1989     9  21   12 22.4  -66.0 tropical depression       -1
## 2266      Iris 1989     9  21   18 22.5  -67.0 tropical depression       -1
## 2267     Jerry 1989    10  12   12 19.4  -92.4 tropical depression       -1
## 2268     Jerry 1989    10  12   18 19.8  -92.7 tropical depression       -1
## 2269     Jerry 1989    10  13    0 20.4  -93.0      tropical storm        0
## 2270     Jerry 1989    10  13    6 21.0  -93.2      tropical storm        0
## 2271     Jerry 1989    10  13   12 21.7  -93.3      tropical storm        0
## 2272     Jerry 1989    10  13   18 22.6  -93.4      tropical storm        0
## 2273     Jerry 1989    10  14    0 23.5  -93.5      tropical storm        0
## 2274     Jerry 1989    10  14    6 24.2  -93.3      tropical storm        0
## 2275     Jerry 1989    10  14   12 24.6  -93.1      tropical storm        0
## 2276     Jerry 1989    10  14   18 25.0  -92.8      tropical storm        0
## 2277     Jerry 1989    10  15    0 25.8  -93.1      tropical storm        0
## 2278     Jerry 1989    10  15    6 26.5  -93.4      tropical storm        0
## 2279     Jerry 1989    10  15   12 27.3  -94.0      tropical storm        0
## 2280     Jerry 1989    10  15   18 28.1  -94.6           hurricane        1
## 2281     Jerry 1989    10  15   21 28.6  -94.8           hurricane        1
## 2282     Jerry 1989    10  16    0 29.1  -95.0           hurricane        1
## 2283     Jerry 1989    10  16    0 29.2  -95.0           hurricane        1
## 2284     Jerry 1989    10  16    6 30.4  -94.9      tropical storm        0
## 2285     Jerry 1989    10  16   12 32.0  -94.5 tropical depression       -1
## 2286     Jerry 1989    10  16   18 33.8  -93.8 tropical depression       -1
## 2287     Karen 1989    11  28   12 17.1  -84.0 tropical depression       -1
## 2288     Karen 1989    11  28   18 18.0  -84.8 tropical depression       -1
## 2289     Karen 1989    11  29    0 19.0  -85.1 tropical depression       -1
## 2290     Karen 1989    11  29    6 19.5  -85.1 tropical depression       -1
## 2291     Karen 1989    11  29   12 20.0  -85.0 tropical depression       -1
## 2292     Karen 1989    11  29   18 20.4  -84.6 tropical depression       -1
## 2293     Karen 1989    11  30    0 20.8  -84.2      tropical storm        0
## 2294     Karen 1989    11  30    6 20.8  -83.6      tropical storm        0
## 2295     Karen 1989    11  30   12 20.8  -83.4      tropical storm        0
## 2296     Karen 1989    11  30   18 20.5  -83.1      tropical storm        0
## 2297     Karen 1989    12   1    0 19.9  -83.1      tropical storm        0
## 2298     Karen 1989    12   1    6 19.3  -83.2      tropical storm        0
## 2299     Karen 1989    12   1   12 19.0  -83.3      tropical storm        0
## 2300     Karen 1989    12   1   18 18.5  -84.0      tropical storm        0
## 2301     Karen 1989    12   2    0 18.0  -84.5      tropical storm        0
## 2302     Karen 1989    12   2    6 17.8  -84.9      tropical storm        0
## 2303     Karen 1989    12   2   12 17.5  -85.5      tropical storm        0
## 2304     Karen 1989    12   2   18 17.5  -85.5      tropical storm        0
## 2305     Karen 1989    12   3    0 17.5  -85.5      tropical storm        0
## 2306     Karen 1989    12   3    6 17.4  -85.3      tropical storm        0
## 2307     Karen 1989    12   3   12 17.2  -85.0      tropical storm        0
## 2308     Karen 1989    12   3   18 17.0  -84.5      tropical storm        0
## 2309     Karen 1989    12   4    0 16.5  -83.9      tropical storm        0
## 2310     Karen 1989    12   4    6 16.5  -83.9 tropical depression       -1
## 2311    Arthur 1990     7  22    6  8.8  -41.9 tropical depression       -1
## 2312    Arthur 1990     7  22   12  8.9  -43.2 tropical depression       -1
## 2313    Arthur 1990     7  22   18  9.3  -44.6 tropical depression       -1
## 2314    Arthur 1990     7  23    0  9.3  -46.4 tropical depression       -1
## 2315    Arthur 1990     7  23    6  9.2  -48.4 tropical depression       -1
## 2316    Arthur 1990     7  23   12  9.2  -50.3 tropical depression       -1
## 2317    Arthur 1990     7  23   18  9.4  -52.1 tropical depression       -1
## 2318    Arthur 1990     7  24    0  9.7  -53.7 tropical depression       -1
## 2319    Arthur 1990     7  24    6 10.1  -55.3 tropical depression       -1
## 2320    Arthur 1990     7  24   12 10.5  -56.8      tropical storm        0
## 2321    Arthur 1990     7  24   18 10.8  -58.5      tropical storm        0
## 2322    Arthur 1990     7  25    0 11.1  -60.0      tropical storm        0
## 2323    Arthur 1990     7  25    6 11.7  -61.3      tropical storm        0
## 2324    Arthur 1990     7  25   12 12.4  -62.5      tropical storm        0
## 2325    Arthur 1990     7  25   18 13.1  -63.7      tropical storm        0
## 2326    Arthur 1990     7  26    0 13.7  -65.0      tropical storm        0
## 2327    Arthur 1990     7  26    6 14.2  -66.4      tropical storm        0
## 2328    Arthur 1990     7  26   12 14.8  -67.9      tropical storm        0
## 2329    Arthur 1990     7  26   18 15.6  -69.8      tropical storm        0
## 2330    Arthur 1990     7  27    0 16.2  -71.8      tropical storm        0
## 2331    Arthur 1990     7  27    6 16.6  -73.8 tropical depression       -1
## 2332    Arthur 1990     7  27   12 16.5  -75.6 tropical depression       -1
## 2333     Cesar 1990     7  31    0 10.1  -22.2 tropical depression       -1
## 2334     Cesar 1990     7  31    6 10.4  -23.3 tropical depression       -1
## 2335     Cesar 1990     7  31   12 10.8  -24.5 tropical depression       -1
## 2336     Cesar 1990     7  31   18 11.1  -25.6 tropical depression       -1
## 2337     Cesar 1990     8   1    0 11.5  -26.9 tropical depression       -1
## 2338     Cesar 1990     8   1    6 12.2  -28.3 tropical depression       -1
## 2339     Cesar 1990     8   1   12 13.4  -29.7 tropical depression       -1
## 2340     Cesar 1990     8   1   18 14.6  -31.2 tropical depression       -1
## 2341     Cesar 1990     8   2    0 15.4  -32.3      tropical storm        0
## 2342     Cesar 1990     8   2    6 16.1  -33.5      tropical storm        0
## 2343     Cesar 1990     8   2   12 16.7  -34.7      tropical storm        0
## 2344     Cesar 1990     8   2   18 17.4  -35.9      tropical storm        0
## 2345     Cesar 1990     8   3    0 18.1  -37.1      tropical storm        0
## 2346     Cesar 1990     8   3    6 18.8  -38.4      tropical storm        0
## 2347     Cesar 1990     8   3   12 19.3  -39.7      tropical storm        0
## 2348     Cesar 1990     8   3   18 19.8  -40.8      tropical storm        0
## 2349     Cesar 1990     8   4    0 20.4  -41.9      tropical storm        0
## 2350     Cesar 1990     8   4    6 21.2  -42.8      tropical storm        0
## 2351     Cesar 1990     8   4   12 22.0  -43.5      tropical storm        0
## 2352     Cesar 1990     8   4   18 22.8  -44.0      tropical storm        0
## 2353     Cesar 1990     8   5    0 23.6  -44.5      tropical storm        0
## 2354     Cesar 1990     8   5    6 24.4  -45.1      tropical storm        0
## 2355     Cesar 1990     8   5   12 25.3  -45.7      tropical storm        0
## 2356     Cesar 1990     8   5   18 26.1  -46.3      tropical storm        0
## 2357     Cesar 1990     8   6    0 26.6  -46.7      tropical storm        0
## 2358     Cesar 1990     8   6    6 26.8  -46.8      tropical storm        0
## 2359     Cesar 1990     8   6   12 26.9  -46.8 tropical depression       -1
## 2360     Cesar 1990     8   6   18 26.9  -46.6 tropical depression       -1
## 2361     Cesar 1990     8   7    0 26.9  -46.4 tropical depression       -1
## 2362     Cesar 1990     8   7    6 26.9  -46.3 tropical depression       -1
## 2363     Cesar 1990     8   7   12 26.8  -46.3 tropical depression       -1
## 2364   Edouard 1990     8   6   18 37.5  -33.5 tropical depression       -1
## 2365   Edouard 1990     8   7    0 37.5  -33.7 tropical depression       -1
## 2366   Edouard 1990     8   7    6 37.4  -33.9 tropical depression       -1
## 2367   Edouard 1990     8   7   12 37.1  -34.2 tropical depression       -1
## 2368   Edouard 1990     8   7   18 36.9  -34.2 tropical depression       -1
## 2369   Edouard 1990     8   8    0 36.9  -34.0 tropical depression       -1
## 2370   Edouard 1990     8   8    6 37.0  -33.6 tropical depression       -1
## 2371   Edouard 1990     8   8   12 37.1  -33.0 tropical depression       -1
## 2372   Edouard 1990     8   8   18 37.4  -32.0      tropical storm        0
## 2373   Edouard 1990     8   9    0 37.8  -30.8      tropical storm        0
## 2374   Edouard 1990     8   9    6 38.5  -29.6      tropical storm        0
## 2375   Edouard 1990     8   9   12 39.2  -28.6      tropical storm        0
## 2376   Edouard 1990     8   9   18 39.6  -28.1      tropical storm        0
## 2377   Edouard 1990     8  10    0 39.7  -27.7      tropical storm        0
## 2378   Edouard 1990     8  10    6 39.6  -27.1      tropical storm        0
## 2379   Edouard 1990     8  10   12 39.3  -26.1 tropical depression       -1
## 2380   Edouard 1990     8  10   18 39.1  -25.0 tropical depression       -1
## 2381   Edouard 1990     8  11    0 39.0  -23.8 tropical depression       -1
## 2382   Edouard 1990     8  11    6 39.0  -22.9 tropical depression       -1
## 2383     Diana 1990     8   4    0 13.2  -79.5 tropical depression       -1
## 2384     Diana 1990     8   4    6 13.9  -80.8 tropical depression       -1
## 2385     Diana 1990     8   4   12 14.8  -81.8 tropical depression       -1
## 2386     Diana 1990     8   4   18 15.7  -82.6 tropical depression       -1
## 2387     Diana 1990     8   5    0 16.6  -83.6      tropical storm        0
## 2388     Diana 1990     8   5    6 17.4  -84.8      tropical storm        0
## 2389     Diana 1990     8   5   12 18.3  -86.3      tropical storm        0
## 2390     Diana 1990     8   5   18 19.1  -87.6      tropical storm        0
## 2391     Diana 1990     8   5   20 19.0  -87.6      tropical storm        0
## 2392     Diana 1990     8   6    0 19.7  -88.7      tropical storm        0
## 2393     Diana 1990     8   6    6 20.2  -90.0      tropical storm        0
## 2394     Diana 1990     8   6   12 20.5  -91.1      tropical storm        0
## 2395     Diana 1990     8   6   18 20.6  -92.3      tropical storm        0
## 2396     Diana 1990     8   7    0 20.6  -93.6      tropical storm        0
## 2397     Diana 1990     8   7    6 20.7  -94.7           hurricane        1
## 2398     Diana 1990     8   7   12 20.8  -95.8           hurricane        1
## 2399     Diana 1990     8   7   18 20.9  -96.8           hurricane        2
## 2400     Diana 1990     8   7   19 20.9  -97.0           hurricane        2
## 2401     Diana 1990     8   8    0 20.8  -98.1      tropical storm        0
## 2402     Diana 1990     8   8    6 20.7  -99.4      tropical storm        0
## 2403     Diana 1990     8   8   12 20.8 -100.8 tropical depression       -1
## 2404     Diana 1990     8   8   18 21.1 -102.2 tropical depression       -1
## 2405     Diana 1990     8   9    0 21.6 -103.4 tropical depression       -1
## 2406     Diana 1990     8   9    6 22.0 -104.9 tropical depression       -1
## 2407     Diana 1990     8   9   12 22.5 -107.0 tropical depression       -1
## 2408    Gustav 1990     8  24    6 12.6  -45.9 tropical depression       -1
## 2409    Gustav 1990     8  24   12 12.9  -46.9 tropical depression       -1
## 2410    Gustav 1990     8  24   18 13.2  -48.0 tropical depression       -1
## 2411    Gustav 1990     8  25    0 13.3  -49.0      tropical storm        0
## 2412    Gustav 1990     8  25    6 13.5  -50.1      tropical storm        0
## 2413    Gustav 1990     8  25   12 13.7  -51.2      tropical storm        0
## 2414    Gustav 1990     8  25   18 13.8  -52.3      tropical storm        0
## 2415    Gustav 1990     8  26    0 14.0  -53.3      tropical storm        0
## 2416    Gustav 1990     8  26    6 14.2  -54.4      tropical storm        0
## 2417    Gustav 1990     8  26   12 14.5  -55.5           hurricane        1
## 2418    Gustav 1990     8  26   18 15.0  -56.4           hurricane        1
## 2419    Gustav 1990     8  27    0 15.3  -57.0           hurricane        1
## 2420    Gustav 1990     8  27    6 15.9  -57.7           hurricane        2
## 2421    Gustav 1990     8  27   12 16.6  -58.0           hurricane        2
## 2422    Gustav 1990     8  27   18 17.3  -58.2           hurricane        2
## 2423    Gustav 1990     8  28    0 18.1  -58.2           hurricane        2
## 2424    Gustav 1990     8  28    6 19.0  -58.1           hurricane        2
## 2425    Gustav 1990     8  28   12 20.0  -58.0           hurricane        2
## 2426    Gustav 1990     8  28   18 21.1  -58.0           hurricane        1
## 2427    Gustav 1990     8  29    0 22.2  -57.8           hurricane        1
## 2428    Gustav 1990     8  29    6 22.9  -57.8           hurricane        1
## 2429    Gustav 1990     8  29   12 23.7  -57.8           hurricane        1
## 2430    Gustav 1990     8  29   18 24.4  -57.8           hurricane        1
## 2431    Gustav 1990     8  30    0 25.2  -57.8           hurricane        1
## 2432    Gustav 1990     8  30    6 26.0  -57.8           hurricane        2
## 2433    Gustav 1990     8  30   12 27.0  -57.8           hurricane        2
## 2434    Gustav 1990     8  30   18 27.8  -57.8           hurricane        2
## 2435    Gustav 1990     8  31    0 28.9  -57.7           hurricane        3
## 2436    Gustav 1990     8  31    6 30.3  -57.5           hurricane        3
## 2437    Gustav 1990     8  31   12 31.7  -57.2           hurricane        3
## 2438    Gustav 1990     8  31   18 33.0  -56.5           hurricane        3
## 2439    Gustav 1990     9   1    0 34.4  -55.6           hurricane        2
## 2440    Gustav 1990     9   1    6 35.6  -54.5           hurricane        2
## 2441    Gustav 1990     9   1   12 36.8  -53.2           hurricane        2
## 2442    Gustav 1990     9   1   18 38.0  -52.0           hurricane        1
## 2443    Gustav 1990     9   2    0 39.4  -50.9           hurricane        1
## 2444    Gustav 1990     9   2    6 40.7  -49.8           hurricane        1
## 2445    Gustav 1990     9   2   12 42.1  -48.6           hurricane        1
## 2446    Gustav 1990     9   2   18 43.8  -48.0      tropical storm        0
## 2447    Gustav 1990     9   3    0 46.0  -46.5      tropical storm        0
## 2448  Hortense 1990     8  25    0 12.5  -35.0 tropical depression       -1
## 2449  Hortense 1990     8  25    6 12.9  -36.1 tropical depression       -1
## 2450  Hortense 1990     8  25   12 13.3  -37.3 tropical depression       -1
## 2451  Hortense 1990     8  25   18 13.7  -38.5 tropical depression       -1
## 2452  Hortense 1990     8  26    0 13.9  -39.4 tropical depression       -1
## 2453  Hortense 1990     8  26    6 14.4  -40.0      tropical storm        0
## 2454  Hortense 1990     8  26   12 15.4  -40.2      tropical storm        0
## 2455  Hortense 1990     8  26   18 16.5  -40.3      tropical storm        0
## 2456  Hortense 1990     8  27    0 17.4  -40.5      tropical storm        0
## 2457  Hortense 1990     8  27    6 18.1  -41.0      tropical storm        0
## 2458  Hortense 1990     8  27   12 18.9  -41.7      tropical storm        0
## 2459  Hortense 1990     8  27   18 20.0  -42.5      tropical storm        0
## 2460  Hortense 1990     8  28    0 21.0  -43.2      tropical storm        0
## 2461  Hortense 1990     8  28    6 21.7  -43.6      tropical storm        0
## 2462  Hortense 1990     8  28   12 22.3  -44.1      tropical storm        0
## 2463  Hortense 1990     8  28   18 22.8  -44.9      tropical storm        0
## 2464  Hortense 1990     8  29    0 23.5  -45.7      tropical storm        0
## 2465  Hortense 1990     8  29    6 24.4  -46.6      tropical storm        0
## 2466  Hortense 1990     8  29   12 25.4  -47.6      tropical storm        0
## 2467  Hortense 1990     8  29   18 26.6  -48.6      tropical storm        0
## 2468  Hortense 1990     8  30    0 27.9  -49.5 tropical depression       -1
## 2469  Hortense 1990     8  30    6 29.3  -50.2 tropical depression       -1
## 2470  Hortense 1990     8  30   12 31.0  -50.9 tropical depression       -1
## 2471  Hortense 1990     8  30   18 32.8  -51.6 tropical depression       -1
## 2472  Hortense 1990     8  31    0 34.4  -51.7 tropical depression       -1
## 2473  Hortense 1990     8  31    6 36.2  -51.2 tropical depression       -1
## 2474   Isidore 1990     9   4    0  7.2  -23.4 tropical depression       -1
## 2475   Isidore 1990     9   4    6  7.4  -25.1 tropical depression       -1
## 2476   Isidore 1990     9   4   12  8.4  -26.7 tropical depression       -1
## 2477   Isidore 1990     9   4   18  9.2  -28.4 tropical depression       -1
## 2478   Isidore 1990     9   5    0  9.7  -29.9 tropical depression       -1
## 2479   Isidore 1990     9   5    6  9.9  -31.4 tropical depression       -1
## 2480   Isidore 1990     9   5   12 10.0  -32.7      tropical storm        0
## 2481   Isidore 1990     9   5   18 10.4  -33.8      tropical storm        0
## 2482   Isidore 1990     9   6    0 11.3  -34.7      tropical storm        0
## 2483   Isidore 1990     9   6    6 12.4  -35.4      tropical storm        0
## 2484   Isidore 1990     9   6   12 13.5  -36.0      tropical storm        0
## 2485   Isidore 1990     9   6   18 14.7  -36.4      tropical storm        0
## 2486   Isidore 1990     9   7    0 15.9  -36.8           hurricane        1
## 2487   Isidore 1990     9   7    6 17.2  -37.3           hurricane        1
## 2488   Isidore 1990     9   7   12 18.5  -37.6           hurricane        2
## 2489   Isidore 1990     9   7   18 19.9  -37.9           hurricane        1
## 2490   Isidore 1990     9   8    0 21.1  -38.2           hurricane        1
## 2491   Isidore 1990     9   8    6 22.2  -38.7           hurricane        1
## 2492   Isidore 1990     9   8   12 23.2  -39.3           hurricane        1
## 2493   Isidore 1990     9   8   18 24.3  -40.0      tropical storm        0
## 2494   Isidore 1990     9   9    0 25.6  -40.7      tropical storm        0
## 2495   Isidore 1990     9   9    6 26.8  -41.7      tropical storm        0
## 2496   Isidore 1990     9   9   12 27.9  -43.0      tropical storm        0
## 2497   Isidore 1990     9   9   18 28.6  -44.2           hurricane        1
## 2498   Isidore 1990     9  10    0 29.0  -45.1           hurricane        1
## 2499   Isidore 1990     9  10    6 29.4  -45.6           hurricane        1
## 2500   Isidore 1990     9  10   12 29.8  -46.1           hurricane        1
## 2501   Isidore 1990     9  10   18 30.1  -46.6           hurricane        1
## 2502   Isidore 1990     9  11    0 30.6  -47.0           hurricane        1
## 2503   Isidore 1990     9  11    6 31.2  -47.4           hurricane        1
## 2504   Isidore 1990     9  11   12 31.9  -48.0           hurricane        1
## 2505   Isidore 1990     9  11   18 32.6  -48.7           hurricane        1
## 2506   Isidore 1990     9  12    0 33.1  -49.5           hurricane        1
## 2507   Isidore 1990     9  12    6 33.4  -50.1           hurricane        1
## 2508   Isidore 1990     9  12   12 33.6  -50.4           hurricane        1
## 2509   Isidore 1990     9  12   18 33.8  -50.6           hurricane        1
## 2510   Isidore 1990     9  13    0 34.1  -50.7           hurricane        1
## 2511   Isidore 1990     9  13    6 34.4  -50.8           hurricane        1
## 2512   Isidore 1990     9  13   12 34.9  -50.8           hurricane        1
## 2513   Isidore 1990     9  13   18 35.4  -50.6           hurricane        1
## 2514   Isidore 1990     9  14    0 35.8  -50.1           hurricane        1
## 2515   Isidore 1990     9  14    6 36.2  -49.4           hurricane        1
## 2516   Isidore 1990     9  14   12 36.6  -48.7           hurricane        1
## 2517   Isidore 1990     9  14   18 37.1  -47.9           hurricane        1
## 2518   Isidore 1990     9  15    0 37.8  -47.4           hurricane        1
## 2519   Isidore 1990     9  15    6 38.7  -47.2           hurricane        1
## 2520   Isidore 1990     9  15   12 39.6  -47.5           hurricane        1
## 2521   Isidore 1990     9  15   18 40.3  -48.0           hurricane        1
## 2522   Isidore 1990     9  16    0 40.5  -48.5           hurricane        1
## 2523   Isidore 1990     9  16    6 41.8  -47.9      tropical storm        0
## 2524   Isidore 1990     9  16   12 43.5  -47.0      tropical storm        0
## 2525   Isidore 1990     9  16   18 45.0  -45.5      tropical storm        0
## 2526   Isidore 1990     9  17    0 46.5  -43.5      tropical storm        0
## 2527   Isidore 1990     9  17    6 48.2  -41.5      tropical storm        0
## 2528 Josephine 1990     9  21    6 14.0  -32.0 tropical depression       -1
## 2529 Josephine 1990     9  21   12 14.5  -32.4 tropical depression       -1
## 2530 Josephine 1990     9  21   18 15.0  -32.7 tropical depression       -1
## 2531 Josephine 1990     9  22    0 15.6  -33.0 tropical depression       -1
## 2532 Josephine 1990     9  22    6 16.1  -33.2 tropical depression       -1
## 2533 Josephine 1990     9  22   12 16.7  -33.4 tropical depression       -1
## 2534 Josephine 1990     9  22   18 17.4  -33.4 tropical depression       -1
## 2535 Josephine 1990     9  23    0 17.9  -33.5 tropical depression       -1
## 2536 Josephine 1990     9  23    6 18.2  -33.6 tropical depression       -1
## 2537 Josephine 1990     9  23   12 18.5  -33.8 tropical depression       -1
## 2538 Josephine 1990     9  23   18 18.7  -34.0 tropical depression       -1
## 2539 Josephine 1990     9  24    0 19.0  -34.1 tropical depression       -1
## 2540 Josephine 1990     9  24    6 19.1  -34.1 tropical depression       -1
## 2541 Josephine 1990     9  24   12 19.3  -34.2      tropical storm        0
## 2542 Josephine 1990     9  24   18 19.4  -34.4      tropical storm        0
## 2543 Josephine 1990     9  25    0 19.5  -34.6      tropical storm        0
## 2544 Josephine 1990     9  25    6 19.7  -34.8      tropical storm        0
## 2545 Josephine 1990     9  25   12 19.9  -35.2      tropical storm        0
## 2546 Josephine 1990     9  25   18 20.1  -35.9      tropical storm        0
## 2547 Josephine 1990     9  26    0 20.3  -36.8      tropical storm        0
## 2548 Josephine 1990     9  26    6 20.4  -37.6 tropical depression       -1
## 2549 Josephine 1990     9  26   12 20.3  -38.4 tropical depression       -1
## 2550 Josephine 1990     9  26   18 20.2  -38.9 tropical depression       -1
## 2551 Josephine 1990     9  27    0 20.2  -39.3 tropical depression       -1
## 2552 Josephine 1990     9  27    6 20.2  -39.6 tropical depression       -1
## 2553 Josephine 1990     9  27   12 20.3  -40.0 tropical depression       -1
## 2554 Josephine 1990     9  27   18 20.4  -40.4 tropical depression       -1
## 2555 Josephine 1990     9  28    0 20.6  -40.6 tropical depression       -1
## 2556 Josephine 1990     9  28    6 20.9  -40.9 tropical depression       -1
## 2557 Josephine 1990     9  28   12 21.2  -41.2 tropical depression       -1
## 2558 Josephine 1990     9  28   18 21.6  -41.6 tropical depression       -1
## 2559 Josephine 1990     9  29    0 22.0  -42.1 tropical depression       -1
## 2560 Josephine 1990     9  29    6 22.5  -42.8 tropical depression       -1
## 2561 Josephine 1990     9  29   12 23.1  -43.6 tropical depression       -1
## 2562 Josephine 1990     9  29   18 23.8  -44.3 tropical depression       -1
## 2563 Josephine 1990     9  30    0 24.5  -45.0 tropical depression       -1
## 2564 Josephine 1990     9  30    6 25.5  -45.4 tropical depression       -1
## 2565 Josephine 1990     9  30   12 26.7  -45.5 tropical depression       -1
## 2566 Josephine 1990     9  30   18 27.8  -45.3 tropical depression       -1
## 2567 Josephine 1990    10   1    0 28.5  -44.8 tropical depression       -1
## 2568 Josephine 1990    10   1    6 29.1  -43.8 tropical depression       -1
## 2569 Josephine 1990    10   1   12 29.6  -42.4      tropical storm        0
## 2570 Josephine 1990    10   1   18 29.9  -41.1      tropical storm        0
## 2571 Josephine 1990    10   2    0 30.0  -40.0      tropical storm        0
## 2572 Josephine 1990    10   2    6 30.0  -39.4      tropical storm        0
## 2573 Josephine 1990    10   2   12 29.8  -39.2      tropical storm        0
## 2574 Josephine 1990    10   2   18 29.6  -39.2      tropical storm        0
## 2575 Josephine 1990    10   3    0 29.4  -39.4      tropical storm        0
## 2576 Josephine 1990    10   3    6 29.1  -40.0      tropical storm        0
## 2577 Josephine 1990    10   3   12 28.6  -40.7      tropical storm        0
## 2578 Josephine 1990    10   3   18 28.3  -41.4      tropical storm        0
## 2579 Josephine 1990    10   4    0 28.2  -42.1      tropical storm        0
## 2580 Josephine 1990    10   4    6 28.5  -42.5      tropical storm        0
## 2581 Josephine 1990    10   4   12 29.0  -42.6      tropical storm        0
## 2582 Josephine 1990    10   4   18 29.5  -42.3      tropical storm        0
## 2583 Josephine 1990    10   5    0 30.0  -41.5           hurricane        1
## 2584 Josephine 1990    10   5    6 30.7  -40.5           hurricane        1
## 2585 Josephine 1990    10   5   12 32.1  -39.3           hurricane        1
## 2586 Josephine 1990    10   5   18 34.1  -38.4           hurricane        1
## 2587 Josephine 1990    10   6    0 36.5  -38.5           hurricane        1
## 2588 Josephine 1990    10   6    6 38.9  -40.0           hurricane        1
## 2589 Josephine 1990    10   6   12 41.0  -42.9      tropical storm        0
## 2590     Klaus 1990    10   3   12 15.6  -59.3 tropical depression       -1
## 2591     Klaus 1990    10   3   18 16.2  -59.6      tropical storm        0
## 2592     Klaus 1990    10   4    0 16.4  -59.8      tropical storm        0
## 2593     Klaus 1990    10   4    6 16.5  -60.1      tropical storm        0
## 2594     Klaus 1990    10   4   12 16.6  -60.4      tropical storm        0
## 2595     Klaus 1990    10   4   18 16.8  -60.7      tropical storm        0
## 2596     Klaus 1990    10   5    0 16.9  -60.9      tropical storm        0
## 2597     Klaus 1990    10   5    6 17.0  -61.1      tropical storm        0
## 2598     Klaus 1990    10   5   12 17.2  -61.2           hurricane        1
## 2599     Klaus 1990    10   5   18 17.4  -61.4           hurricane        1
## 2600     Klaus 1990    10   6    0 17.7  -61.6           hurricane        1
## 2601     Klaus 1990    10   6    6 18.1  -61.8      tropical storm        0
## 2602     Klaus 1990    10   6   12 18.3  -62.1      tropical storm        0
## 2603     Klaus 1990    10   6   18 18.6  -62.3      tropical storm        0
## 2604     Klaus 1990    10   7    0 18.7  -62.7      tropical storm        0
## 2605     Klaus 1990    10   7    6 18.8  -63.1      tropical storm        0
## 2606     Klaus 1990    10   7   12 18.9  -63.8      tropical storm        0
## 2607     Klaus 1990    10   7   18 19.2  -64.9      tropical storm        0
## 2608     Klaus 1990    10   8    0 19.7  -66.1 tropical depression       -1
## 2609     Klaus 1990    10   8    6 20.4  -67.5 tropical depression       -1
## 2610     Klaus 1990    10   8   12 21.1  -68.9      tropical storm        0
## 2611     Klaus 1990    10   8   18 21.9  -70.1      tropical storm        0
## 2612     Klaus 1990    10   9    0 22.6  -71.2      tropical storm        0
## 2613     Klaus 1990    10   9    6 23.4  -72.3      tropical storm        0
## 2614     Klaus 1990    10   9   12 24.5  -73.4      tropical storm        0
## 2615      Lili 1990    10  11    0 31.2  -55.9           hurricane        1
## 2616      Lili 1990    10  11    6 31.0  -58.7           hurricane        1
## 2617      Lili 1990    10  11   12 30.7  -61.3           hurricane        1
## 2618      Lili 1990    10  11   18 30.3  -64.1           hurricane        1
## 2619      Lili 1990    10  12    0 29.9  -66.4           hurricane        1
## 2620      Lili 1990    10  12    6 29.8  -68.5           hurricane        1
## 2621      Lili 1990    10  12   12 30.2  -70.3           hurricane        1
## 2622      Lili 1990    10  12   18 30.9  -71.4           hurricane        1
## 2623      Lili 1990    10  13    0 32.1  -72.1           hurricane        1
## 2624      Lili 1990    10  13    6 33.2  -72.5           hurricane        1
## 2625      Lili 1990    10  13   12 34.3  -72.4      tropical storm        0
## 2626      Lili 1990    10  13   18 35.5  -72.0      tropical storm        0
## 2627      Lili 1990    10  14    0 36.6  -71.3      tropical storm        0
## 2628      Lili 1990    10  14    6 38.0  -69.7      tropical storm        0
## 2629      Lili 1990    10  14   12 40.0  -67.5      tropical storm        0
## 2630      Lili 1990    10  14   18 42.4  -65.0      tropical storm        0
## 2631     Marco 1990    10   9   12 22.5  -79.5 tropical depression       -1
## 2632     Marco 1990    10   9   18 22.7  -80.7 tropical depression       -1
## 2633     Marco 1990    10  10    0 23.5  -81.4 tropical depression       -1
## 2634     Marco 1990    10  10    6 24.1  -82.0      tropical storm        0
## 2635     Marco 1990    10  10   12 24.6  -82.4      tropical storm        0
## 2636     Marco 1990    10  10   18 25.2  -82.5      tropical storm        0
## 2637     Marco 1990    10  11    0 26.0  -82.6      tropical storm        0
## 2638     Marco 1990    10  11    6 26.7  -82.6      tropical storm        0
## 2639     Marco 1990    10  11   12 27.5  -82.8      tropical storm        0
## 2640     Marco 1990    10  11   18 28.3  -83.0      tropical storm        0
## 2641     Marco 1990    10  12    0 29.1  -83.1 tropical depression       -1
## 2642     Marco 1990    10  12    6 30.7  -83.0 tropical depression       -1
## 2643      Nana 1990    10  16    0 22.2  -60.4 tropical depression       -1
## 2644      Nana 1990    10  16    6 22.3  -60.8 tropical depression       -1
## 2645      Nana 1990    10  16   12 22.3  -61.4 tropical depression       -1
## 2646      Nana 1990    10  16   18 22.1  -62.1      tropical storm        0
## 2647      Nana 1990    10  17    0 22.1  -62.5      tropical storm        0
## 2648      Nana 1990    10  17    6 22.1  -62.8      tropical storm        0
## 2649      Nana 1990    10  17   12 22.4  -63.2      tropical storm        0
## 2650      Nana 1990    10  17   18 22.8  -63.5           hurricane        1
## 2651      Nana 1990    10  18    0 23.4  -63.6           hurricane        1
## 2652      Nana 1990    10  18    6 24.1  -63.8           hurricane        1
## 2653      Nana 1990    10  18   12 25.0  -64.2           hurricane        1
## 2654      Nana 1990    10  18   18 26.1  -64.9           hurricane        1
## 2655      Nana 1990    10  19    0 27.1  -65.7           hurricane        1
## 2656      Nana 1990    10  19    6 27.9  -66.3           hurricane        1
## 2657      Nana 1990    10  19   12 28.5  -66.9           hurricane        1
## 2658      Nana 1990    10  19   18 28.9  -66.5           hurricane        1
## 2659      Nana 1990    10  20    0 29.2  -66.2      tropical storm        0
## 2660      Nana 1990    10  20    6 29.5  -65.8      tropical storm        0
## 2661      Nana 1990    10  20   12 29.6  -65.5      tropical storm        0
## 2662      Nana 1990    10  20   18 29.3  -65.4      tropical storm        0
## 2663      Nana 1990    10  21    0 28.8  -64.8 tropical depression       -1
## 2664      Nana 1990    10  21    6 28.8  -64.5 tropical depression       -1
## 2665      Nana 1990    10  21   12 27.7  -64.9 tropical depression       -1
## 2666       Ana 1991     7   2   18 31.3  -79.7 tropical depression       -1
## 2667       Ana 1991     7   3    0 31.5  -79.0 tropical depression       -1
## 2668       Ana 1991     7   3    6 32.5  -77.4 tropical depression       -1
## 2669       Ana 1991     7   3   12 33.9  -75.4 tropical depression       -1
## 2670       Ana 1991     7   3   18 35.2  -73.4 tropical depression       -1
## 2671       Ana 1991     7   4    0 36.2  -70.7      tropical storm        0
## 2672       Ana 1991     7   4    6 37.1  -67.8      tropical storm        0
## 2673       Ana 1991     7   4   12 37.6  -64.7      tropical storm        0
## 2674       Ana 1991     7   4   18 37.9  -61.1      tropical storm        0
## 2675       Ana 1991     7   5    0 38.0  -57.5      tropical storm        0
## 2676       Ana 1991     7   5    6 37.5  -54.2      tropical storm        0
## 2677       Ana 1991     7   5   12 37.0  -50.7      tropical storm        0
## 2678       Bob 1991     8  16    0 25.6  -74.3 tropical depression       -1
## 2679       Bob 1991     8  16    6 25.7  -74.9 tropical depression       -1
## 2680       Bob 1991     8  16   12 25.9  -75.4 tropical depression       -1
## 2681       Bob 1991     8  16   18 26.4  -75.8      tropical storm        0
## 2682       Bob 1991     8  17    0 27.1  -76.2      tropical storm        0
## 2683       Bob 1991     8  17    6 27.8  -76.5      tropical storm        0
## 2684       Bob 1991     8  17   12 28.4  -76.9      tropical storm        0
## 2685       Bob 1991     8  17   18 29.0  -77.1           hurricane        1
## 2686       Bob 1991     8  18    0 29.7  -77.0           hurricane        1
## 2687       Bob 1991     8  18    6 30.5  -76.9           hurricane        1
## 2688       Bob 1991     8  18   12 31.5  -76.6           hurricane        1
## 2689       Bob 1991     8  18   18 33.0  -76.1           hurricane        2
## 2690       Bob 1991     8  19    0 34.6  -75.3           hurricane        2
## 2691       Bob 1991     8  19    6 36.5  -74.5           hurricane        3
## 2692       Bob 1991     8  19   12 38.9  -73.0           hurricane        2
## 2693       Bob 1991     8  19   17 41.2  -71.6           hurricane        2
## 2694       Bob 1991     8  19   18 41.4  -71.4           hurricane        2
## 2695       Bob 1991     8  20    0 43.8  -69.6      tropical storm        0
## 2696       Bob 1991     8  20    1 44.1  -69.1      tropical storm        0
## 2697       Bob 1991     8  20    6 45.6  -67.6      tropical storm        0
## 2698       Bob 1991     8  20   12 47.0  -65.5      tropical storm        0
## 2699  AL041991 1991     8  24   12 14.5  -23.1 tropical depression       -1
## 2700  AL041991 1991     8  24   18 14.9  -23.9 tropical depression       -1
## 2701  AL041991 1991     8  25    0 15.2  -25.1 tropical depression       -1
## 2702  AL041991 1991     8  25    6 15.1  -26.4 tropical depression       -1
## 2703  AL041991 1991     8  25   12 14.9  -27.6 tropical depression       -1
## 2704  AL041991 1991     8  25   18 14.8  -28.6 tropical depression       -1
## 2705  AL041991 1991     8  26    0 14.7  -29.6 tropical depression       -1
## 2706 Claudette 1991     9   4   12 26.7  -55.9 tropical depression       -1
## 2707 Claudette 1991     9   4   18 26.8  -55.7 tropical depression       -1
## 2708 Claudette 1991     9   5    0 26.7  -55.6 tropical depression       -1
## 2709 Claudette 1991     9   5    6 26.5  -55.7 tropical depression       -1
## 2710 Claudette 1991     9   5   12 26.2  -56.0      tropical storm        0
## 2711 Claudette 1991     9   5   18 26.0  -56.5      tropical storm        0
## 2712 Claudette 1991     9   6    0 25.9  -57.1      tropical storm        0
## 2713 Claudette 1991     9   6    6 26.0  -57.9      tropical storm        0
## 2714 Claudette 1991     9   6   12 26.2  -58.8           hurricane        1
## 2715 Claudette 1991     9   6   18 26.4  -59.7           hurricane        2
## 2716 Claudette 1991     9   7    0 26.6  -60.3           hurricane        3
## 2717 Claudette 1991     9   7    6 26.8  -61.0           hurricane        3
## 2718 Claudette 1991     9   7   10 27.0  -61.5           hurricane        4
## 2719 Claudette 1991     9   7   12 27.2  -61.7           hurricane        4
## 2720 Claudette 1991     9   7   18 27.7  -62.4           hurricane        3
## 2721 Claudette 1991     9   8    0 28.4  -62.8           hurricane        2
## 2722 Claudette 1991     9   8    6 29.2  -63.1           hurricane        2
## 2723 Claudette 1991     9   8   12 30.0  -63.3           hurricane        2
## 2724 Claudette 1991     9   8   18 31.0  -63.2           hurricane        1
## 2725 Claudette 1991     9   9    0 31.9  -62.5           hurricane        1
## 2726 Claudette 1991     9   9    6 32.9  -61.4           hurricane        1
## 2727 Claudette 1991     9   9   12 33.8  -60.5           hurricane        1
## 2728 Claudette 1991     9   9   18 34.2  -59.0           hurricane        1
## 2729 Claudette 1991     9  10    0 34.3  -57.4           hurricane        1
## 2730 Claudette 1991     9  10    6 33.9  -56.0      tropical storm        0
## 2731 Claudette 1991     9  10   12 33.5  -54.0      tropical storm        0
## 2732 Claudette 1991     9  10   18 33.4  -51.8      tropical storm        0
## 2733 Claudette 1991     9  11    0 33.6  -48.8      tropical storm        0
## 2734 Claudette 1991     9  11    6 33.9  -46.1      tropical storm        0
## 2735 Claudette 1991     9  11   12 34.3  -43.4      tropical storm        0
## 2736 Claudette 1991     9  11   18 34.5  -40.5 tropical depression       -1
## 2737 Claudette 1991     9  12    0 34.5  -38.3 tropical depression       -1
## 2738 Claudette 1991     9  12    6 34.2  -36.5 tropical depression       -1
## 2739 Claudette 1991     9  12   12 33.9  -34.7 tropical depression       -1
## 2740     Danny 1991     9   7    0 10.4  -25.8 tropical depression       -1
## 2741     Danny 1991     9   7    6 10.2  -27.5 tropical depression       -1
## 2742     Danny 1991     9   7   12 10.0  -29.2 tropical depression       -1
## 2743     Danny 1991     9   7   18  9.8  -30.6 tropical depression       -1
## 2744     Danny 1991     9   8    0  9.7  -32.0 tropical depression       -1
## 2745     Danny 1991     9   8    6  9.8  -33.4 tropical depression       -1
## 2746     Danny 1991     9   8   12 10.3  -35.0      tropical storm        0
## 2747     Danny 1991     9   8   18 10.8  -36.5      tropical storm        0
## 2748     Danny 1991     9   9    0 11.3  -37.9      tropical storm        0
## 2749     Danny 1991     9   9    6 11.8  -39.6      tropical storm        0
## 2750     Danny 1991     9   9   12 12.5  -41.5      tropical storm        0
## 2751     Danny 1991     9   9   18 13.4  -43.4      tropical storm        0
## 2752     Danny 1991     9  10    0 14.2  -45.2      tropical storm        0
## 2753     Danny 1991     9  10    6 14.9  -47.3      tropical storm        0
## 2754     Danny 1991     9  10   12 15.3  -49.7      tropical storm        0
## 2755     Danny 1991     9  10   18 15.7  -52.1      tropical storm        0
## 2756     Danny 1991     9  11    0 15.8  -54.1      tropical storm        0
## 2757     Danny 1991     9  11    6 15.9  -56.1      tropical storm        0
## 2758     Danny 1991     9  11   12 16.0  -58.1 tropical depression       -1
## 2759     Erika 1991     9   8   18 24.2  -49.1 tropical depression       -1
## 2760     Erika 1991     9   9    0 25.4  -50.0 tropical depression       -1
## 2761     Erika 1991     9   9    6 26.8  -50.9 tropical depression       -1
## 2762     Erika 1991     9   9   12 27.8  -52.3 tropical depression       -1
## 2763     Erika 1991     9   9   18 29.3  -53.1      tropical storm        0
## 2764     Erika 1991     9  10    0 31.2  -51.7      tropical storm        0
## 2765     Erika 1991     9  10    6 33.0  -49.3      tropical storm        0
## 2766     Erika 1991     9  10   12 34.7  -46.1      tropical storm        0
## 2767     Erika 1991     9  10   18 35.8  -42.5      tropical storm        0
## 2768     Erika 1991     9  11    0 36.5  -38.7      tropical storm        0
## 2769     Erika 1991     9  11    6 36.8  -35.0      tropical storm        0
## 2770     Erika 1991     9  11   12 37.0  -31.9      tropical storm        0
## 2771     Erika 1991     9  11   18 37.1  -29.3      tropical storm        0
## 2772     Erika 1991     9  12    0 37.3  -27.2      tropical storm        0
## 2773     Erika 1991     9  12    3 37.7  -25.9      tropical storm        0
## 2774     Erika 1991     9  12    6 37.9  -25.2 tropical depression       -1
## 2775    Fabian 1991    10  15    0 18.9  -85.7 tropical depression       -1
## 2776    Fabian 1991    10  15    6 19.5  -85.1 tropical depression       -1
## 2777    Fabian 1991    10  15   12 20.3  -84.1      tropical storm        0
## 2778    Fabian 1991    10  15   18 21.2  -83.1      tropical storm        0
## 2779    Fabian 1991    10  15   21 21.5  -82.8      tropical storm        0
## 2780    Fabian 1991    10  16    0 22.4  -81.8      tropical storm        0
## 2781    Fabian 1991    10  16    6 23.9  -80.8      tropical storm        0
## 2782    Fabian 1991    10  16    8 24.5  -80.5      tropical storm        0
## 2783    Fabian 1991    10  16   12 25.2  -79.8      tropical storm        0
## 2784  AL101991 1991    10  24   12 13.4  -42.3 tropical depression       -1
## 2785  AL101991 1991    10  24   18 13.7  -43.6 tropical depression       -1
## 2786  AL101991 1991    10  25    0 13.8  -44.9 tropical depression       -1
## 2787  AL101991 1991    10  25    6 14.0  -46.4 tropical depression       -1
## 2788  AL101991 1991    10  25   12 14.1  -47.7 tropical depression       -1
## 2789  AL121991 1991    11   1    6 36.2  -68.5      tropical storm        0
## 2790  AL121991 1991    11   1   12 37.0  -67.0      tropical storm        0
## 2791  AL121991 1991    11   1   18 38.2  -66.5           hurricane        1
## 2792  AL121991 1991    11   2    0 39.5  -65.7           hurricane        1
## 2793  AL121991 1991    11   2    6 41.6  -64.7      tropical storm        0
## 2794  AL121991 1991    11   2   12 44.0  -63.6      tropical storm        0
## 2795  AL121991 1991    11   2   14 44.6  -63.5      tropical storm        0
## 2796  AL121991 1991    11   2   18 46.3  -62.6 tropical depression       -1
## 2797  AL021992 1992     6  25   12 24.5  -85.5 tropical depression       -1
## 2798  AL021992 1992     6  25   18 25.7  -85.5 tropical depression       -1
## 2799  AL021992 1992     6  26    0 27.0  -84.5 tropical depression       -1
## 2800  AL021992 1992     6  26    6 27.6  -84.0 tropical depression       -1
## 2801  AL021992 1992     6  26   12 28.5  -82.9 tropical depression       -1
## 2802  AL031992 1992     7  24   18 28.6  -62.1 tropical depression       -1
## 2803  AL031992 1992     7  25    0 28.8  -62.7 tropical depression       -1
## 2804  AL031992 1992     7  25    6 29.1  -62.8 tropical depression       -1
## 2805  AL031992 1992     7  25   12 29.5  -62.7 tropical depression       -1
## 2806  AL031992 1992     7  25   18 29.8  -62.2 tropical depression       -1
## 2807  AL031992 1992     7  26    0 30.2  -61.3 tropical depression       -1
## 2808  AL031992 1992     7  26    6 30.8  -59.9 tropical depression       -1
## 2809  AL031992 1992     7  26   12 31.2  -58.0 tropical depression       -1
## 2810    Andrew 1992     8  16   18 10.8  -35.5 tropical depression       -1
## 2811    Andrew 1992     8  17    0 11.2  -37.4 tropical depression       -1
## 2812    Andrew 1992     8  17    6 11.7  -39.6 tropical depression       -1
## 2813    Andrew 1992     8  17   12 12.3  -42.0      tropical storm        0
## 2814    Andrew 1992     8  17   18 13.1  -44.2      tropical storm        0
## 2815    Andrew 1992     8  18    0 13.6  -46.2      tropical storm        0
## 2816    Andrew 1992     8  18    6 14.1  -48.0      tropical storm        0
## 2817    Andrew 1992     8  18   12 14.6  -49.9      tropical storm        0
## 2818    Andrew 1992     8  18   18 15.4  -51.8      tropical storm        0
## 2819    Andrew 1992     8  19    0 16.3  -53.5      tropical storm        0
## 2820    Andrew 1992     8  19    6 17.2  -55.3      tropical storm        0
## 2821    Andrew 1992     8  19   12 18.0  -56.9      tropical storm        0
## 2822    Andrew 1992     8  19   18 18.8  -58.3      tropical storm        0
## 2823    Andrew 1992     8  20    0 19.8  -59.3      tropical storm        0
## 2824    Andrew 1992     8  20    6 20.7  -60.0      tropical storm        0
## 2825    Andrew 1992     8  20   12 21.7  -60.7      tropical storm        0
## 2826    Andrew 1992     8  20   18 22.5  -61.5      tropical storm        0
## 2827    Andrew 1992     8  21    0 23.2  -62.4      tropical storm        0
## 2828    Andrew 1992     8  21    6 23.9  -63.3      tropical storm        0
## 2829    Andrew 1992     8  21   12 24.4  -64.2      tropical storm        0
## 2830    Andrew 1992     8  21   18 24.8  -64.9      tropical storm        0
## 2831    Andrew 1992     8  22    0 25.3  -65.9      tropical storm        0
## 2832    Andrew 1992     8  22    6 25.6  -67.0           hurricane        1
## 2833    Andrew 1992     8  22   12 25.8  -68.3           hurricane        1
## 2834    Andrew 1992     8  22   18 25.7  -69.7           hurricane        2
## 2835    Andrew 1992     8  23    0 25.6  -71.1           hurricane        3
## 2836    Andrew 1992     8  23    6 25.5  -72.5           hurricane        4
## 2837    Andrew 1992     8  23   12 25.4  -74.2           hurricane        5
## 2838    Andrew 1992     8  23   18 25.4  -75.8           hurricane        5
## 2839    Andrew 1992     8  23   21 25.4  -76.6           hurricane        5
## 2840    Andrew 1992     8  24    0 25.4  -77.5           hurricane        4
## 2841    Andrew 1992     8  24    1 25.4  -77.8           hurricane        4
## 2842    Andrew 1992     8  24    6 25.4  -79.3           hurricane        4
## 2843    Andrew 1992     8  24    8 25.5  -80.2           hurricane        5
## 2844    Andrew 1992     8  24    9 25.5  -80.3           hurricane        5
## 2845    Andrew 1992     8  24   12 25.6  -81.2           hurricane        4
## 2846    Andrew 1992     8  24   18 25.8  -83.1           hurricane        4
## 2847    Andrew 1992     8  25    0 26.2  -85.0           hurricane        4
## 2848    Andrew 1992     8  25    6 26.6  -86.7           hurricane        4
## 2849    Andrew 1992     8  25   12 27.2  -88.2           hurricane        4
## 2850    Andrew 1992     8  25   18 27.8  -89.6           hurricane        4
## 2851    Andrew 1992     8  26    0 28.5  -90.5           hurricane        4
## 2852    Andrew 1992     8  26    6 29.2  -91.3           hurricane        4
## 2853    Andrew 1992     8  26    8 29.6  -91.5           hurricane        3
## 2854    Andrew 1992     8  26   12 30.1  -91.7           hurricane        1
## 2855    Andrew 1992     8  26   18 30.9  -91.6      tropical storm        0
## 2856    Andrew 1992     8  27    0 31.5  -91.1      tropical storm        0
## 2857    Andrew 1992     8  27    6 32.1  -90.5 tropical depression       -1
## 2858    Andrew 1992     8  27   12 32.8  -89.6 tropical depression       -1
## 2859    Andrew 1992     8  27   18 33.6  -88.4 tropical depression       -1
## 2860    Andrew 1992     8  28    0 34.4  -86.7 tropical depression       -1
## 2861    Andrew 1992     8  28    6 35.4  -84.0 tropical depression       -1
## 2862    Bonnie 1992     9  17   18 33.8  -59.0 tropical depression       -1
## 2863    Bonnie 1992     9  18    0 33.5  -58.3 tropical depression       -1
## 2864    Bonnie 1992     9  18    6 33.7  -58.0      tropical storm        0
## 2865    Bonnie 1992     9  18   12 34.0  -57.9      tropical storm        0
## 2866    Bonnie 1992     9  18   18 34.3  -58.1           hurricane        1
## 2867    Bonnie 1992     9  19    0 34.2  -57.8           hurricane        1
## 2868    Bonnie 1992     9  19    6 34.4  -57.4           hurricane        1
## 2869    Bonnie 1992     9  19   12 34.7  -57.1           hurricane        2
## 2870    Bonnie 1992     9  19   18 35.2  -56.8           hurricane        2
## 2871    Bonnie 1992     9  20    0 35.6  -56.6           hurricane        2
## 2872    Bonnie 1992     9  20    6 36.1  -56.2           hurricane        2
## 2873    Bonnie 1992     9  20   12 36.5  -56.0           hurricane        2
## 2874    Bonnie 1992     9  20   18 36.8  -55.5           hurricane        2
## 2875    Bonnie 1992     9  21    0 37.0  -54.6           hurricane        2
## 2876    Bonnie 1992     9  21    6 37.2  -53.8           hurricane        2
## 2877    Bonnie 1992     9  21   12 37.3  -53.0           hurricane        2
## 2878    Bonnie 1992     9  21   18 37.5  -52.3           hurricane        2
## 2879    Bonnie 1992     9  22    0 37.7  -51.5           hurricane        2
## 2880    Bonnie 1992     9  22    6 37.7  -51.2           hurricane        2
## 2881    Bonnie 1992     9  22   12 37.8  -51.0           hurricane        2
## 2882    Bonnie 1992     9  22   18 37.8  -50.9           hurricane        2
## 2883    Bonnie 1992     9  23    0 37.7  -50.7           hurricane        2
## 2884    Bonnie 1992     9  23    6 37.6  -50.7           hurricane        2
## 2885    Bonnie 1992     9  23   12 37.6  -50.8           hurricane        2
## 2886    Bonnie 1992     9  23   18 37.5  -51.0           hurricane        1
## 2887    Bonnie 1992     9  24    0 37.5  -51.1           hurricane        1
## 2888    Bonnie 1992     9  24    6 37.5  -51.2           hurricane        1
## 2889    Bonnie 1992     9  24   12 37.4  -51.4           hurricane        1
## 2890    Bonnie 1992     9  24   18 37.2  -51.5      tropical storm        0
## 2891    Bonnie 1992     9  25    0 36.8  -51.8      tropical storm        0
## 2892    Bonnie 1992     9  25    6 36.3  -51.8      tropical storm        0
## 2893    Bonnie 1992     9  25   12 35.7  -51.8      tropical storm        0
## 2894    Bonnie 1992     9  25   18 35.1  -51.8      tropical storm        0
## 2895    Bonnie 1992     9  26    0 34.6  -51.7 tropical depression       -1
## 2896    Bonnie 1992     9  26    6 34.1  -51.3 tropical depression       -1
## 2897    Bonnie 1992     9  26   12 33.8  -50.8 tropical depression       -1
## 2898    Bonnie 1992     9  26   18 33.3  -49.9      tropical storm        0
## 2899    Bonnie 1992     9  27    0 33.2  -48.4      tropical storm        0
## 2900    Bonnie 1992     9  27    6 33.1  -46.9      tropical storm        0
## 2901    Bonnie 1992     9  27   12 33.0  -45.4      tropical storm        0
## 2902    Bonnie 1992     9  27   18 33.0  -44.0      tropical storm        0
## 2903    Bonnie 1992     9  28    0 33.1  -43.0      tropical storm        0
## 2904    Bonnie 1992     9  28    6 33.4  -42.0      tropical storm        0
## 2905    Bonnie 1992     9  28   12 33.9  -41.0      tropical storm        0
## 2906    Bonnie 1992     9  28   18 34.5  -39.8      tropical storm        0
## 2907    Bonnie 1992     9  29    0 35.0  -38.5      tropical storm        0
## 2908    Bonnie 1992     9  29    6 35.2  -37.6      tropical storm        0
## 2909    Bonnie 1992     9  29   12 35.5  -36.6      tropical storm        0
## 2910    Bonnie 1992     9  29   18 36.1  -34.8      tropical storm        0
## 2911    Bonnie 1992     9  30    0 36.6  -32.1      tropical storm        0
## 2912    Bonnie 1992     9  30    6 37.3  -29.4      tropical storm        0
## 2913    Bonnie 1992     9  30   12 38.4  -26.4      tropical storm        0
## 2914    Bonnie 1992     9  30   18 39.0  -24.2      tropical storm        0
## 2915   Charley 1992     9  21   18 30.0  -33.0 tropical depression       -1
## 2916   Charley 1992     9  22    0 30.3  -33.6 tropical depression       -1
## 2917   Charley 1992     9  22    6 30.9  -33.8 tropical depression       -1
## 2918   Charley 1992     9  22   12 31.6  -34.0      tropical storm        0
## 2919   Charley 1992     9  22   18 32.5  -34.0      tropical storm        0
## 2920   Charley 1992     9  23    0 33.4  -34.2      tropical storm        0
## 2921   Charley 1992     9  23    6 34.1  -34.4      tropical storm        0
## 2922   Charley 1992     9  23   12 34.7  -34.5           hurricane        1
## 2923   Charley 1992     9  23   18 35.2  -34.6           hurricane        1
## 2924   Charley 1992     9  24    0 35.6  -34.6           hurricane        2
## 2925   Charley 1992     9  24    6 35.8  -34.5           hurricane        2
## 2926   Charley 1992     9  24   12 36.0  -34.3           hurricane        2
## 2927   Charley 1992     9  24   18 36.1  -34.1           hurricane        2
## 2928   Charley 1992     9  25    0 36.1  -33.8           hurricane        2
## 2929   Charley 1992     9  25    6 36.0  -33.6           hurricane        2
## 2930   Charley 1992     9  25   12 35.9  -33.4           hurricane        2
## 2931   Charley 1992     9  25   18 35.9  -33.2           hurricane        1
## 2932   Charley 1992     9  26    0 35.9  -32.8           hurricane        1
## 2933   Charley 1992     9  26    6 36.1  -32.3           hurricane        1
## 2934   Charley 1992     9  26   12 36.3  -31.5           hurricane        1
## 2935   Charley 1992     9  26   18 36.6  -30.6           hurricane        1
## 2936   Charley 1992     9  27    0 37.2  -29.4      tropical storm        0
## 2937   Charley 1992     9  27    6 38.0  -28.0      tropical storm        0
## 2938   Charley 1992     9  27   12 39.0  -26.3      tropical storm        0
## 2939  Danielle 1992     9  22   12 32.5  -74.6 tropical depression       -1
## 2940  Danielle 1992     9  22   18 32.8  -74.2      tropical storm        0
## 2941  Danielle 1992     9  23    0 33.6  -73.8      tropical storm        0
## 2942  Danielle 1992     9  23    6 34.1  -73.5      tropical storm        0
## 2943  Danielle 1992     9  23   12 34.3  -73.2      tropical storm        0
## 2944  Danielle 1992     9  23   18 34.3  -73.1      tropical storm        0
## 2945  Danielle 1992     9  24    0 34.0  -73.0      tropical storm        0
## 2946  Danielle 1992     9  24    6 33.8  -73.1      tropical storm        0
## 2947  Danielle 1992     9  24   12 33.9  -73.3      tropical storm        0
## 2948  Danielle 1992     9  24   18 34.1  -73.8      tropical storm        0
## 2949  Danielle 1992     9  25    0 34.3  -74.3      tropical storm        0
## 2950  Danielle 1992     9  25    6 34.9  -74.8      tropical storm        0
## 2951  Danielle 1992     9  25   12 35.9  -75.2      tropical storm        0
## 2952  Danielle 1992     9  25   18 37.0  -75.4      tropical storm        0
## 2953  Danielle 1992     9  25   22 37.8  -75.5      tropical storm        0
## 2954  Danielle 1992     9  26    0 38.3  -75.6      tropical storm        0
## 2955  Danielle 1992     9  26    6 39.6  -75.9      tropical storm        0
## 2956  Danielle 1992     9  26   12 40.5  -76.5 tropical depression       -1
## 2957  AL081992 1992     9  25   12 11.0  -34.7 tropical depression       -1
## 2958  AL081992 1992     9  25   18 11.1  -36.2 tropical depression       -1
## 2959  AL081992 1992     9  26    0 11.2  -37.7 tropical depression       -1
## 2960  AL081992 1992     9  26    6 11.5  -39.2 tropical depression       -1
## 2961  AL081992 1992     9  26   12 11.8  -40.7 tropical depression       -1
## 2962  AL081992 1992     9  26   18 12.3  -41.9 tropical depression       -1
## 2963  AL081992 1992     9  27    0 12.8  -43.1 tropical depression       -1
## 2964  AL081992 1992     9  27    6 13.4  -44.2 tropical depression       -1
## 2965  AL081992 1992     9  27   12 14.1  -45.1 tropical depression       -1
## 2966  AL081992 1992     9  27   18 14.7  -45.8 tropical depression       -1
## 2967  AL081992 1992     9  28    0 15.4  -46.4 tropical depression       -1
## 2968  AL081992 1992     9  28    6 16.2  -46.9 tropical depression       -1
## 2969  AL081992 1992     9  28   12 17.2  -46.9 tropical depression       -1
## 2970  AL081992 1992     9  28   18 18.0  -46.5 tropical depression       -1
## 2971  AL081992 1992     9  29    0 18.6  -46.2 tropical depression       -1
## 2972  AL081992 1992     9  29    6 19.2  -45.9 tropical depression       -1
## 2973  AL081992 1992     9  29   12 19.8  -45.6 tropical depression       -1
## 2974  AL081992 1992     9  29   18 20.5  -45.4 tropical depression       -1
## 2975  AL081992 1992     9  30    0 21.5  -45.3 tropical depression       -1
## 2976  AL081992 1992     9  30    6 22.5  -45.2 tropical depression       -1
## 2977  AL081992 1992     9  30   12 23.5  -44.8 tropical depression       -1
## 2978  AL081992 1992     9  30   18 24.4  -44.4 tropical depression       -1
## 2979  AL081992 1992    10   1    0 25.4  -43.9 tropical depression       -1
## 2980  AL081992 1992    10   1    6 26.4  -43.2 tropical depression       -1
## 2981  AL081992 1992    10   1   12 27.6  -42.3 tropical depression       -1
## 2982  AL011993 1993     5  31   12 21.5  -84.0 tropical depression       -1
## 2983  AL011993 1993     5  31   18 22.3  -82.0 tropical depression       -1
## 2984  AL011993 1993     6   1    0 23.2  -80.3 tropical depression       -1
## 2985  AL011993 1993     6   1    6 24.5  -79.0 tropical depression       -1
## 2986  AL011993 1993     6   1   12 25.4  -77.5 tropical depression       -1
## 2987  AL011993 1993     6   1   18 26.1  -75.8 tropical depression       -1
## 2988  AL011993 1993     6   2    0 26.7  -74.0 tropical depression       -1
## 2989  AL011993 1993     6   2    6 27.8  -71.8 tropical depression       -1
## 2990     Emily 1993     8  22   18 19.9  -52.6 tropical depression       -1
## 2991     Emily 1993     8  23    0 20.5  -53.6 tropical depression       -1
## 2992     Emily 1993     8  23    6 21.3  -54.8 tropical depression       -1
## 2993     Emily 1993     8  23   12 22.3  -56.0 tropical depression       -1
## 2994     Emily 1993     8  23   18 23.2  -57.1 tropical depression       -1
## 2995     Emily 1993     8  24    0 24.3  -57.8 tropical depression       -1
## 2996     Emily 1993     8  24    6 25.4  -58.6 tropical depression       -1
## 2997     Emily 1993     8  24   12 26.7  -59.5 tropical depression       -1
## 2998     Emily 1993     8  24   18 27.6  -60.0 tropical depression       -1
## 2999     Emily 1993     8  25    0 28.0  -60.3 tropical depression       -1
## 3000     Emily 1993     8  25    6 27.9  -60.5 tropical depression       -1
## 3001     Emily 1993     8  25   12 28.0  -60.4      tropical storm        0
## 3002     Emily 1993     8  25   18 28.2  -60.4      tropical storm        0
## 3003     Emily 1993     8  26    0 28.3  -60.7      tropical storm        0
## 3004     Emily 1993     8  26    6 27.9  -61.0      tropical storm        0
## 3005     Emily 1993     8  26   12 27.4  -61.2      tropical storm        0
## 3006     Emily 1993     8  26   18 26.9  -61.7           hurricane        1
## 3007     Emily 1993     8  27    0 26.6  -62.4      tropical storm        0
## 3008     Emily 1993     8  27    6 26.4  -63.0      tropical storm        0
## 3009     Emily 1993     8  27   12 26.3  -63.5      tropical storm        0
## 3010     Emily 1993     8  27   18 26.4  -64.4           hurricane        1
## 3011     Emily 1993     8  28    0 26.6  -65.2           hurricane        1
## 3012     Emily 1993     8  28    6 27.0  -66.1           hurricane        1
## 3013     Emily 1993     8  28   12 27.4  -66.9           hurricane        1
## 3014     Emily 1993     8  28   18 28.0  -67.6           hurricane        1
## 3015     Emily 1993     8  29    0 28.6  -68.2           hurricane        1
## 3016     Emily 1993     8  29    6 29.3  -68.8           hurricane        1
## 3017     Emily 1993     8  29   12 30.0  -69.2           hurricane        1
## 3018     Emily 1993     8  29   18 30.6  -69.7           hurricane        1
## 3019     Emily 1993     8  30    0 31.2  -70.2           hurricane        1
## 3020     Emily 1993     8  30    6 31.5  -70.8           hurricane        1
## 3021     Emily 1993     8  30   12 31.8  -71.4           hurricane        1
## 3022     Emily 1993     8  30   18 32.0  -72.2           hurricane        1
## 3023     Emily 1993     8  31    0 32.4  -73.0           hurricane        1
## 3024     Emily 1993     8  31    6 32.9  -73.8           hurricane        2
## 3025     Emily 1993     8  31   12 33.6  -74.7           hurricane        2
## 3026     Emily 1993     8  31   18 34.5  -75.2           hurricane        3
## 3027     Emily 1993     8  31   21 35.2  -75.1           hurricane        3
## 3028     Emily 1993     9   1    0 35.6  -74.9           hurricane        3
## 3029     Emily 1993     9   1    6 36.6  -74.4           hurricane        3
## 3030     Emily 1993     9   1   12 37.5  -72.7           hurricane        2
## 3031     Emily 1993     9   1   18 38.2  -70.7           hurricane        2
## 3032     Emily 1993     9   2    0 39.0  -68.5           hurricane        2
## 3033     Emily 1993     9   2    6 39.2  -66.0           hurricane        2
## 3034     Emily 1993     9   2   12 39.2  -63.6           hurricane        2
## 3035     Emily 1993     9   2   18 39.0  -61.4           hurricane        2
## 3036     Emily 1993     9   3    0 38.6  -59.6           hurricane        1
## 3037     Emily 1993     9   3    6 38.1  -58.3           hurricane        1
## 3038     Emily 1993     9   3   12 37.5  -57.7           hurricane        1
## 3039     Emily 1993     9   3   18 36.9  -57.5      tropical storm        0
## 3040     Emily 1993     9   4    0 36.4  -57.6      tropical storm        0
## 3041     Emily 1993     9   4    6 36.0  -57.6      tropical storm        0
## 3042     Emily 1993     9   4   12 35.8  -57.5      tropical storm        0
## 3043     Emily 1993     9   4   18 36.1  -57.2 tropical depression       -1
## 3044     Emily 1993     9   5    0 36.7  -56.9 tropical depression       -1
## 3045     Emily 1993     9   5    6 37.4  -56.4 tropical depression       -1
## 3046     Emily 1993     9   5   12 38.0  -55.7 tropical depression       -1
## 3047     Emily 1993     9   5   18 38.7  -54.8 tropical depression       -1
## 3048     Emily 1993     9   6    0 39.0  -53.0 tropical depression       -1
## 3049     Emily 1993     9   6    6 39.3  -51.1 tropical depression       -1
## 3050     Floyd 1993     9   7   12 24.7  -67.5 tropical depression       -1
## 3051     Floyd 1993     9   7   18 26.2  -68.2      tropical storm        0
## 3052     Floyd 1993     9   8    0 27.8  -68.9      tropical storm        0
## 3053     Floyd 1993     9   8    6 29.4  -69.4      tropical storm        0
## 3054     Floyd 1993     9   8   12 31.0  -69.8      tropical storm        0
## 3055     Floyd 1993     9   8   18 33.2  -69.2      tropical storm        0
## 3056     Floyd 1993     9   9    0 35.3  -67.8      tropical storm        0
## 3057     Floyd 1993     9   9    6 37.5  -65.7      tropical storm        0
## 3058     Floyd 1993     9   9   12 39.3  -62.4      tropical storm        0
## 3059     Floyd 1993     9   9   18 41.7  -58.3           hurricane        1
## 3060     Floyd 1993     9  10    0 43.8  -53.9           hurricane        1
## 3061     Floyd 1993     9  10    6 45.4  -48.3           hurricane        1
## 3062     Floyd 1993     9  10   12 46.5  -42.5           hurricane        1
## 3063      Gert 1993     9  14   18 10.6  -80.7 tropical depression       -1
## 3064      Gert 1993     9  15    0 10.7  -81.3 tropical depression       -1
## 3065      Gert 1993     9  15    6 11.0  -82.2 tropical depression       -1
## 3066      Gert 1993     9  15   12 11.3  -83.0      tropical storm        0
## 3067      Gert 1993     9  15   18 11.8  -83.8      tropical storm        0
## 3068      Gert 1993     9  16    0 12.1  -84.3 tropical depression       -1
## 3069      Gert 1993     9  16    6 12.5  -84.9 tropical depression       -1
## 3070      Gert 1993     9  16   12 12.9  -85.4 tropical depression       -1
## 3071      Gert 1993     9  16   18 13.3  -85.8 tropical depression       -1
## 3072      Gert 1993     9  17    0 13.8  -86.3 tropical depression       -1
## 3073      Gert 1993     9  17    6 14.5  -86.8 tropical depression       -1
## 3074      Gert 1993     9  17   12 15.4  -87.3 tropical depression       -1
## 3075      Gert 1993     9  17   18 16.3  -87.8      tropical storm        0
## 3076      Gert 1993     9  18    0 17.3  -88.1      tropical storm        0
## 3077      Gert 1993     9  18    6 18.2  -88.6      tropical storm        0
## 3078      Gert 1993     9  18   12 18.7  -89.3 tropical depression       -1
## 3079      Gert 1993     9  18   18 19.2  -90.5 tropical depression       -1
## 3080      Gert 1993     9  19    0 19.6  -91.6 tropical depression       -1
## 3081      Gert 1993     9  19    6 20.0  -92.5      tropical storm        0
## 3082      Gert 1993     9  19   12 20.5  -93.2      tropical storm        0
## 3083      Gert 1993     9  19   18 20.7  -93.9      tropical storm        0
## 3084      Gert 1993     9  20    0 20.9  -94.2      tropical storm        0
## 3085      Gert 1993     9  20    6 21.1  -95.0           hurricane        1
## 3086      Gert 1993     9  20   12 21.2  -95.9           hurricane        1
## 3087      Gert 1993     9  20   18 21.3  -97.0           hurricane        2
## 3088      Gert 1993     9  20   21 21.2  -97.5           hurricane        2
## 3089      Gert 1993     9  21    0 21.1  -98.3           hurricane        1
## 3090      Gert 1993     9  21    6 20.9 -100.2      tropical storm        0
## 3091      Gert 1993     9  21   12 20.8 -102.5 tropical depression       -1
## 3092      Gert 1993     9  21   18 20.8 -104.7 tropical depression       -1
## 3093    Harvey 1993     9  18   18 26.7  -61.8 tropical depression       -1
## 3094    Harvey 1993     9  19    0 27.3  -62.0 tropical depression       -1
## 3095    Harvey 1993     9  19    6 27.9  -62.0 tropical depression       -1
## 3096    Harvey 1993     9  19   12 28.5  -61.7 tropical depression       -1
## 3097    Harvey 1993     9  19   18 29.3  -61.1 tropical depression       -1
## 3098    Harvey 1993     9  20    0 30.2  -60.2 tropical depression       -1
## 3099    Harvey 1993     9  20    6 31.5  -59.0      tropical storm        0
## 3100    Harvey 1993     9  20   12 33.3  -57.4      tropical storm        0
## 3101    Harvey 1993     9  20   18 35.6  -55.2           hurricane        1
## 3102    Harvey 1993     9  21    0 37.8  -52.5      tropical storm        0
## 3103    Harvey 1993     9  21    6 39.8  -49.4      tropical storm        0
## 3104    Harvey 1993     9  21   12 42.5  -46.5      tropical storm        0
## 3105  AL101993 1993     9  29   18 30.0  -63.2 tropical depression       -1
## 3106  AL101993 1993     9  30    0 31.7  -63.7 tropical depression       -1
## 3107  AL101993 1993     9  30    6 33.8  -64.0 tropical depression       -1
## 3108  AL101993 1993     9  30   12 36.9  -64.0 tropical depression       -1
## 3109  AL101993 1993     9  30   18 39.6  -62.2 tropical depression       -1
## 3110   Alberto 1994     6  30    6 21.7  -83.6 tropical depression       -1
## 3111   Alberto 1994     6  30   12 21.6  -84.3 tropical depression       -1
## 3112   Alberto 1994     6  30   18 21.6  -85.2 tropical depression       -1
## 3113   Alberto 1994     7   1    0 21.5  -85.6 tropical depression       -1
## 3114   Alberto 1994     7   1    6 22.0  -86.1 tropical depression       -1
## 3115   Alberto 1994     7   1   12 22.5  -86.4 tropical depression       -1
## 3116   Alberto 1994     7   1   18 23.0  -86.7 tropical depression       -1
## 3117   Alberto 1994     7   2    0 23.7  -87.1      tropical storm        0
## 3118   Alberto 1994     7   2    6 24.4  -87.5      tropical storm        0
## 3119   Alberto 1994     7   2   12 25.5  -87.5      tropical storm        0
## 3120   Alberto 1994     7   2   18 26.5  -86.9      tropical storm        0
## 3121   Alberto 1994     7   3    0 27.7  -86.8      tropical storm        0
## 3122   Alberto 1994     7   3    6 28.8  -86.8      tropical storm        0
## 3123   Alberto 1994     7   3   12 29.9  -86.7      tropical storm        0
## 3124   Alberto 1994     7   3   15 30.4  -86.5      tropical storm        0
## 3125   Alberto 1994     7   3   18 30.7  -86.3      tropical storm        0
## 3126   Alberto 1994     7   4    0 31.2  -86.1 tropical depression       -1
## 3127   Alberto 1994     7   4    6 31.7  -85.9 tropical depression       -1
## 3128   Alberto 1994     7   4   12 32.3  -85.5 tropical depression       -1
## 3129   Alberto 1994     7   4   18 32.7  -85.2 tropical depression       -1
## 3130   Alberto 1994     7   5    0 33.0  -85.0 tropical depression       -1
## 3131   Alberto 1994     7   5    6 33.2  -84.9 tropical depression       -1
## 3132   Alberto 1994     7   5   12 33.3  -84.8 tropical depression       -1
## 3133   Alberto 1994     7   5   18 33.5  -84.6 tropical depression       -1
## 3134   Alberto 1994     7   6    0 33.4  -84.4 tropical depression       -1
## 3135   Alberto 1994     7   6    6 33.3  -84.5 tropical depression       -1
## 3136   Alberto 1994     7   6   12 33.1  -84.8 tropical depression       -1
## 3137   Alberto 1994     7   6   18 32.8  -85.4 tropical depression       -1
## 3138   Alberto 1994     7   7    0 32.7  -86.3 tropical depression       -1
## 3139   Alberto 1994     7   7    6 32.7  -86.6 tropical depression       -1
## 3140   Alberto 1994     7   7   12 32.8  -86.8 tropical depression       -1
## 3141   Alberto 1994     7   7   18 33.0  -87.0 tropical depression       -1
## 3142  AL021994 1994     7  20    6 32.2  -78.9 tropical depression       -1
## 3143  AL021994 1994     7  20   12 33.0  -79.1 tropical depression       -1
## 3144  AL021994 1994     7  20   14 33.2  -79.2 tropical depression       -1
## 3145  AL021994 1994     7  20   18 33.7  -79.7 tropical depression       -1
## 3146  AL021994 1994     7  21    0 34.4  -80.5 tropical depression       -1
## 3147  AL021994 1994     7  21    6 35.2  -81.0 tropical depression       -1
## 3148     Beryl 1994     8  14   12 28.7  -87.2 tropical depression       -1
## 3149     Beryl 1994     8  14   18 29.4  -87.3 tropical depression       -1
## 3150     Beryl 1994     8  15    0 29.5  -86.3 tropical depression       -1
## 3151     Beryl 1994     8  15    6 29.6  -85.9 tropical depression       -1
## 3152     Beryl 1994     8  15   12 29.7  -85.6      tropical storm        0
## 3153     Beryl 1994     8  15   18 29.9  -85.7      tropical storm        0
## 3154     Beryl 1994     8  16    0 30.0  -85.6      tropical storm        0
## 3155     Beryl 1994     8  16    3 30.2  -85.4      tropical storm        0
## 3156     Beryl 1994     8  16    6 30.4  -85.3      tropical storm        0
## 3157     Beryl 1994     8  16   12 31.3  -85.0 tropical depression       -1
## 3158     Beryl 1994     8  16   18 32.3  -84.5 tropical depression       -1
## 3159     Beryl 1994     8  17    0 33.3  -83.9 tropical depression       -1
## 3160     Beryl 1994     8  17    6 34.3  -83.5 tropical depression       -1
## 3161     Beryl 1994     8  17   12 35.5  -82.6 tropical depression       -1
## 3162     Beryl 1994     8  17   18 37.5  -81.5 tropical depression       -1
## 3163     Beryl 1994     8  18    0 38.5  -79.6 tropical depression       -1
## 3164     Beryl 1994     8  18    6 39.5  -77.5 tropical depression       -1
## 3165     Beryl 1994     8  18   12 41.2  -76.0 tropical depression       -1
## 3166     Beryl 1994     8  18   18 41.6  -73.9 tropical depression       -1
## 3167     Beryl 1994     8  19    0 42.0  -72.0 tropical depression       -1
## 3168     Chris 1994     8  16   12 11.3  -39.4 tropical depression       -1
## 3169     Chris 1994     8  16   18 11.5  -40.3 tropical depression       -1
## 3170     Chris 1994     8  17    0 11.7  -41.2      tropical storm        0
## 3171     Chris 1994     8  17    6 12.1  -42.2      tropical storm        0
## 3172     Chris 1994     8  17   12 12.6  -43.3      tropical storm        0
## 3173     Chris 1994     8  17   18 13.3  -44.5      tropical storm        0
## 3174     Chris 1994     8  18    0 13.9  -45.6      tropical storm        0
## 3175     Chris 1994     8  18    6 14.5  -46.8           hurricane        1
## 3176     Chris 1994     8  18   12 15.2  -48.0           hurricane        1
## 3177     Chris 1994     8  18   18 16.0  -49.3           hurricane        1
## 3178     Chris 1994     8  19    0 17.0  -50.6           hurricane        1
## 3179     Chris 1994     8  19    6 18.0  -51.9           hurricane        1
## 3180     Chris 1994     8  19   12 19.0  -53.2           hurricane        1
## 3181     Chris 1994     8  19   18 20.1  -54.4           hurricane        1
## 3182     Chris 1994     8  20    0 21.3  -55.6           hurricane        1
## 3183     Chris 1994     8  20    6 22.6  -56.8      tropical storm        0
## 3184     Chris 1994     8  20   12 23.8  -58.2      tropical storm        0
## 3185     Chris 1994     8  20   18 24.9  -59.7      tropical storm        0
## 3186     Chris 1994     8  21    0 26.1  -61.0      tropical storm        0
## 3187     Chris 1994     8  21    6 27.3  -62.3      tropical storm        0
## 3188     Chris 1994     8  21   12 28.7  -63.1      tropical storm        0
## 3189     Chris 1994     8  21   18 30.4  -63.1      tropical storm        0
## 3190     Chris 1994     8  22    0 32.2  -62.8      tropical storm        0
## 3191     Chris 1994     8  22    6 33.8  -62.8      tropical storm        0
## 3192     Chris 1994     8  22   12 35.0  -63.0      tropical storm        0
## 3193     Chris 1994     8  22   18 36.2  -62.3      tropical storm        0
## 3194     Chris 1994     8  23    0 37.9  -60.7      tropical storm        0
## 3195     Chris 1994     8  23    6 39.9  -58.4      tropical storm        0
## 3196     Chris 1994     8  23   12 42.2  -55.5      tropical storm        0
## 3197     Chris 1994     8  23   18 44.7  -52.0      tropical storm        0
## 3198  AL051994 1994     8  29   12 20.5  -93.0 tropical depression       -1
## 3199  AL051994 1994     8  29   18 20.5  -93.8 tropical depression       -1
## 3200  AL051994 1994     8  30    0 20.6  -94.5 tropical depression       -1
## 3201  AL051994 1994     8  30    6 20.7  -95.2 tropical depression       -1
## 3202  AL051994 1994     8  30   12 21.0  -95.9 tropical depression       -1
## 3203  AL051994 1994     8  30   18 21.4  -96.5 tropical depression       -1
## 3204  AL051994 1994     8  31    0 21.8  -97.1 tropical depression       -1
## 3205  AL051994 1994     8  31    6 22.4  -98.0 tropical depression       -1
## 3206  AL051994 1994     8  31   12 23.0  -99.0 tropical depression       -1
## 3207     Debby 1994     9   9   12 13.1  -56.8 tropical depression       -1
## 3208     Debby 1994     9   9   18 13.4  -58.3 tropical depression       -1
## 3209     Debby 1994     9  10    0 13.7  -60.2      tropical storm        0
## 3210     Debby 1994     9  10    3 14.0  -61.0      tropical storm        0
## 3211     Debby 1994     9  10    6 14.1  -61.6      tropical storm        0
## 3212     Debby 1994     9  10   12 14.6  -63.2      tropical storm        0
## 3213     Debby 1994     9  10   18 15.1  -64.9      tropical storm        0
## 3214     Debby 1994     9  11    0 15.5  -66.7      tropical storm        0
## 3215   Ernesto 1994     9  21   18 10.1  -29.9 tropical depression       -1
## 3216   Ernesto 1994     9  22    0 10.5  -30.2 tropical depression       -1
## 3217   Ernesto 1994     9  22    6 11.1  -30.3 tropical depression       -1
## 3218   Ernesto 1994     9  22   12 11.8  -30.3      tropical storm        0
## 3219   Ernesto 1994     9  22   18 12.5  -30.3      tropical storm        0
## 3220   Ernesto 1994     9  23    0 13.1  -30.4      tropical storm        0
## 3221   Ernesto 1994     9  23    6 13.8  -30.5      tropical storm        0
## 3222   Ernesto 1994     9  23   12 14.4  -30.6      tropical storm        0
## 3223   Ernesto 1994     9  23   18 14.9  -30.6      tropical storm        0
## 3224   Ernesto 1994     9  24    0 15.4  -30.6      tropical storm        0
## 3225   Ernesto 1994     9  24    6 15.9  -30.7      tropical storm        0
## 3226   Ernesto 1994     9  24   12 16.5  -31.0 tropical depression       -1
## 3227   Ernesto 1994     9  24   18 16.8  -31.3 tropical depression       -1
## 3228   Ernesto 1994     9  25    0 17.0  -31.6 tropical depression       -1
## 3229   Ernesto 1994     9  25    6 17.0  -31.9 tropical depression       -1
## 3230   Ernesto 1994     9  25   12 17.0  -32.1 tropical depression       -1
## 3231   Ernesto 1994     9  25   18 17.0  -32.3 tropical depression       -1
## 3232   Ernesto 1994     9  26    0 16.8  -33.2 tropical depression       -1
## 3233  AL081994 1994     9  24   12 16.0  -84.5 tropical depression       -1
## 3234  AL081994 1994     9  24   18 16.3  -85.1 tropical depression       -1
## 3235  AL081994 1994     9  25    0 16.5  -85.9 tropical depression       -1
## 3236  AL081994 1994     9  25    6 16.6  -86.7 tropical depression       -1
## 3237  AL081994 1994     9  25   12 16.7  -87.6 tropical depression       -1
## 3238  AL081994 1994     9  25   18 16.6  -88.4 tropical depression       -1
## 3239  AL081994 1994     9  26    0 16.6  -88.7 tropical depression       -1
## 3240  AL081994 1994     9  26    6 16.6  -88.9 tropical depression       -1
## 3241  AL081994 1994     9  26   12 16.5  -89.2 tropical depression       -1
## 3242  AL081994 1994     9  26   18 16.5  -89.5 tropical depression       -1
## 3243  AL091994 1994     9  27   12 13.8  -20.8 tropical depression       -1
## 3244  AL091994 1994     9  27   18 14.7  -20.9 tropical depression       -1
## 3245  AL091994 1994     9  28    0 15.2  -20.9 tropical depression       -1
## 3246  AL091994 1994     9  28    6 15.5  -21.1 tropical depression       -1
## 3247  AL091994 1994     9  28   12 15.9  -21.5 tropical depression       -1
## 3248  AL091994 1994     9  28   18 16.3  -21.9 tropical depression       -1
## 3249  AL091994 1994     9  29    0 16.5  -22.1 tropical depression       -1
## 3250  AL101994 1994     9  29    6 20.5  -86.0 tropical depression       -1
## 3251  AL101994 1994     9  29   12 21.0  -85.5 tropical depression       -1
## 3252  AL101994 1994     9  29   18 22.0  -85.0 tropical depression       -1
## 3253  AL101994 1994     9  30    0 22.3  -85.0 tropical depression       -1
## 3254  AL101994 1994     9  30    6 22.5  -85.2 tropical depression       -1
## 3255  AL101994 1994     9  30   12 23.0  -85.5 tropical depression       -1
## 3256  AL101994 1994     9  30   18 24.0  -86.0 tropical depression       -1
## 3257    Gordon 1994    11   8   12 11.9  -82.3 tropical depression       -1
## 3258    Gordon 1994    11   8   18 12.0  -82.5 tropical depression       -1
## 3259    Gordon 1994    11   9    0 12.3  -82.8 tropical depression       -1
## 3260    Gordon 1994    11   9    6 12.5  -83.0 tropical depression       -1
## 3261    Gordon 1994    11   9   12 12.8  -83.2 tropical depression       -1
## 3262    Gordon 1994    11   9   18 13.2  -83.4 tropical depression       -1
## 3263    Gordon 1994    11  10    0 13.6  -83.4 tropical depression       -1
## 3264    Gordon 1994    11  10    6 14.0  -83.4 tropical depression       -1
## 3265    Gordon 1994    11  10   12 14.3  -83.2 tropical depression       -1
## 3266    Gordon 1994    11  10   18 14.6  -82.7      tropical storm        0
## 3267    Gordon 1994    11  11    0 15.1  -82.4      tropical storm        0
## 3268    Gordon 1994    11  11    6 15.7  -82.3      tropical storm        0
## 3269    Gordon 1994    11  11   12 16.3  -82.2      tropical storm        0
## 3270    Gordon 1994    11  11   18 16.9  -81.5      tropical storm        0
## 3271    Gordon 1994    11  12    0 17.2  -80.8      tropical storm        0
## 3272    Gordon 1994    11  12    6 17.4  -80.2      tropical storm        0
## 3273    Gordon 1994    11  12   12 17.5  -79.8      tropical storm        0
## 3274    Gordon 1994    11  12   18 17.4  -79.2      tropical storm        0
## 3275    Gordon 1994    11  13    0 17.6  -77.9      tropical storm        0
## 3276    Gordon 1994    11  13    3 17.9  -76.8      tropical storm        0
## 3277    Gordon 1994    11  13    6 18.3  -76.0      tropical storm        0
## 3278    Gordon 1994    11  13   12 19.9  -75.0      tropical storm        0
## 3279    Gordon 1994    11  13   13 20.0  -74.9      tropical storm        0
## 3280    Gordon 1994    11  13   18 21.5  -75.4      tropical storm        0
## 3281    Gordon 1994    11  14    0 22.1  -76.3      tropical storm        0
## 3282    Gordon 1994    11  14    6 22.7  -77.5      tropical storm        0
## 3283    Gordon 1994    11  14   12 23.2  -78.3      tropical storm        0
## 3284    Gordon 1994    11  14   18 23.4  -79.1      tropical storm        0
## 3285    Gordon 1994    11  15    0 23.6  -79.9      tropical storm        0
## 3286    Gordon 1994    11  15    6 23.9  -80.8      tropical storm        0
## 3287    Gordon 1994    11  15   12 24.5  -81.6      tropical storm        0
## 3288    Gordon 1994    11  15   13 24.6  -81.7      tropical storm        0
## 3289    Gordon 1994    11  15   18 24.9  -82.1      tropical storm        0
## 3290    Gordon 1994    11  16    0 25.4  -82.5      tropical storm        0
## 3291    Gordon 1994    11  16    6 25.7  -82.4      tropical storm        0
## 3292    Gordon 1994    11  16   12 26.4  -82.0      tropical storm        0
## 3293    Gordon 1994    11  16   13 26.5  -81.9      tropical storm        0
## 3294    Gordon 1994    11  16   18 27.1  -81.4      tropical storm        0
## 3295    Gordon 1994    11  17    0 28.0  -80.0      tropical storm        0
## 3296    Gordon 1994    11  17    6 29.0  -78.5      tropical storm        0
## 3297    Gordon 1994    11  17   12 30.0  -76.7      tropical storm        0
## 3298    Gordon 1994    11  17   18 31.5  -74.8           hurricane        1
## 3299    Gordon 1994    11  18    0 33.1  -74.2           hurricane        1
## 3300    Gordon 1994    11  18    6 33.5  -74.7           hurricane        1
## 3301    Gordon 1994    11  18   12 33.7  -75.7           hurricane        1
## 3302    Gordon 1994    11  18   18 33.2  -75.9      tropical storm        0
## 3303    Gordon 1994    11  19    0 32.5  -75.5      tropical storm        0
## 3304    Gordon 1994    11  19    6 31.6  -75.0      tropical storm        0
## 3305    Gordon 1994    11  19   12 31.1  -74.8      tropical storm        0
## 3306    Gordon 1994    11  19   18 30.4  -75.0      tropical storm        0
## 3307    Gordon 1994    11  20    0 29.8  -75.3      tropical storm        0
## 3308    Gordon 1994    11  20    6 28.9  -76.2 tropical depression       -1
## 3309    Gordon 1994    11  20   12 28.4  -77.2 tropical depression       -1
## 3310    Gordon 1994    11  20   18 28.2  -78.6 tropical depression       -1
## 3311    Gordon 1994    11  21    0 28.2  -79.8 tropical depression       -1
## 3312    Gordon 1994    11  21    3 28.5  -80.6 tropical depression       -1
## 3313    Gordon 1994    11  21    6 29.2  -81.5 tropical depression       -1
## 3314    Gordon 1994    11  21   12 31.3  -81.8 tropical depression       -1
## 3315    Gordon 1994    11  21   18 34.1  -79.8 tropical depression       -1
## 3316   Allison 1995     6   3    0 17.4  -84.3 tropical depression       -1
## 3317   Allison 1995     6   3    6 18.3  -84.9 tropical depression       -1
## 3318   Allison 1995     6   3   12 19.3  -85.7      tropical storm        0
## 3319   Allison 1995     6   3   18 20.6  -85.8      tropical storm        0
## 3320   Allison 1995     6   4    0 22.0  -86.0      tropical storm        0
## 3321   Allison 1995     6   4    6 23.3  -86.3      tropical storm        0
## 3322   Allison 1995     6   4   12 24.7  -86.2           hurricane        1
## 3323   Allison 1995     6   4   18 26.2  -86.2           hurricane        1
## 3324   Allison 1995     6   5    0 27.6  -86.1           hurricane        1
## 3325   Allison 1995     6   5    6 28.5  -85.6      tropical storm        0
## 3326   Allison 1995     6   5   12 29.6  -84.7      tropical storm        0
## 3327   Allison 1995     6   5   14 29.9  -84.4      tropical storm        0
## 3328   Allison 1995     6   5   15 30.1  -84.2      tropical storm        0
## 3329   Allison 1995     6   5   18 30.7  -83.8      tropical storm        0
## 3330   Allison 1995     6   6    0 31.8  -82.8 tropical depression       -1
## 3331     Barry 1995     7   5    6 32.0  -72.0 tropical depression       -1
## 3332     Barry 1995     7   5   12 32.0  -72.0 tropical depression       -1
## 3333     Barry 1995     7   5   18 31.9  -72.0 tropical depression       -1
## 3334     Barry 1995     7   6    0 31.8  -72.0 tropical depression       -1
## 3335     Barry 1995     7   6    6 31.7  -71.9 tropical depression       -1
## 3336     Barry 1995     7   6   12 31.5  -71.7 tropical depression       -1
## 3337     Barry 1995     7   6   18 31.3  -71.6 tropical depression       -1
## 3338     Barry 1995     7   7    0 31.3  -71.3 tropical depression       -1
## 3339     Barry 1995     7   7    6 31.6  -71.0      tropical storm        0
## 3340     Barry 1995     7   7   12 32.2  -70.6      tropical storm        0
## 3341     Barry 1995     7   7   18 33.2  -70.2      tropical storm        0
## 3342     Barry 1995     7   7   21 33.6  -69.9      tropical storm        0
## 3343     Barry 1995     7   8    0 34.0  -69.6      tropical storm        0
## 3344     Barry 1995     7   8    6 34.9  -68.9      tropical storm        0
## 3345     Barry 1995     7   8   12 35.9  -68.2      tropical storm        0
## 3346     Barry 1995     7   8   18 37.2  -67.2      tropical storm        0
## 3347     Barry 1995     7   9    0 38.7  -66.0      tropical storm        0
## 3348     Barry 1995     7   9    6 40.5  -64.6      tropical storm        0
## 3349     Barry 1995     7   9   12 42.3  -63.1      tropical storm        0
## 3350     Barry 1995     7   9   18 44.3  -61.7      tropical storm        0
## 3351     Barry 1995     7   9   21 45.3  -61.0      tropical storm        0
## 3352     Barry 1995     7   9   22 45.6  -60.8      tropical storm        0
## 3353     Barry 1995     7  10    0 46.4  -60.5      tropical storm        0
## 3354     Barry 1995     7  10    6 48.5  -59.2      tropical storm        0
## 3355   Chantal 1995     7  12    0 17.1  -54.9 tropical depression       -1
## 3356   Chantal 1995     7  12    6 17.5  -56.5 tropical depression       -1
## 3357   Chantal 1995     7  12   12 18.1  -58.3 tropical depression       -1
## 3358   Chantal 1995     7  12   18 18.7  -59.9 tropical depression       -1
## 3359   Chantal 1995     7  13    0 19.2  -61.0 tropical depression       -1
## 3360   Chantal 1995     7  13    6 19.6  -61.9 tropical depression       -1
## 3361   Chantal 1995     7  13   12 20.1  -62.7 tropical depression       -1
## 3362   Chantal 1995     7  13   18 20.6  -63.6 tropical depression       -1
## 3363   Chantal 1995     7  14    0 21.1  -64.4      tropical storm        0
## 3364   Chantal 1995     7  14    6 21.1  -64.9      tropical storm        0
## 3365   Chantal 1995     7  14   12 21.1  -65.2      tropical storm        0
## 3366   Chantal 1995     7  14   18 21.3  -65.5      tropical storm        0
## 3367   Chantal 1995     7  15    0 21.8  -66.0      tropical storm        0
## 3368   Chantal 1995     7  15    6 22.3  -66.7      tropical storm        0
## 3369   Chantal 1995     7  15   12 22.7  -67.5      tropical storm        0
## 3370   Chantal 1995     7  15   18 23.2  -67.9      tropical storm        0
## 3371   Chantal 1995     7  16    0 23.7  -68.2      tropical storm        0
## 3372   Chantal 1995     7  16    6 24.5  -68.4      tropical storm        0
## 3373   Chantal 1995     7  16   12 25.3  -68.8      tropical storm        0
## 3374   Chantal 1995     7  16   18 26.2  -69.1      tropical storm        0
## 3375   Chantal 1995     7  17    0 27.2  -69.4      tropical storm        0
## 3376   Chantal 1995     7  17    6 28.2  -69.6      tropical storm        0
## 3377   Chantal 1995     7  17   12 29.3  -69.8      tropical storm        0
## 3378   Chantal 1995     7  17   18 30.5  -69.8      tropical storm        0
## 3379   Chantal 1995     7  18    0 31.6  -69.7      tropical storm        0
## 3380   Chantal 1995     7  18    6 32.6  -69.0      tropical storm        0
## 3381   Chantal 1995     7  18   12 33.6  -68.1      tropical storm        0
## 3382   Chantal 1995     7  18   18 34.6  -67.3      tropical storm        0
## 3383   Chantal 1995     7  19    0 35.4  -65.8      tropical storm        0
## 3384   Chantal 1995     7  19    6 36.2  -64.1      tropical storm        0
## 3385   Chantal 1995     7  19   12 37.1  -62.4      tropical storm        0
## 3386   Chantal 1995     7  19   18 38.2  -60.2      tropical storm        0
## 3387   Chantal 1995     7  20    0 39.5  -57.6      tropical storm        0
## 3388   Chantal 1995     7  20    6 41.1  -54.7      tropical storm        0
## 3389   Chantal 1995     7  20   12 43.0  -51.7      tropical storm        0
## 3390      Dean 1995     7  28   18 26.2  -86.6 tropical depression       -1
## 3391      Dean 1995     7  29    0 26.1  -87.3 tropical depression       -1
## 3392      Dean 1995     7  29    6 26.2  -87.9 tropical depression       -1
## 3393      Dean 1995     7  29   12 26.3  -88.3 tropical depression       -1
## 3394      Dean 1995     7  29   18 26.5  -89.4 tropical depression       -1
## 3395      Dean 1995     7  30    0 26.9  -90.6 tropical depression       -1
## 3396      Dean 1995     7  30    6 27.6  -91.7 tropical depression       -1
## 3397      Dean 1995     7  30   12 28.1  -93.0 tropical depression       -1
## 3398      Dean 1995     7  30   18 28.6  -94.0      tropical storm        0
## 3399      Dean 1995     7  31    0 29.0  -95.0      tropical storm        0
## 3400      Dean 1995     7  31    2 29.2  -95.3      tropical storm        0
## 3401      Dean 1995     7  31    6 29.5  -95.5 tropical depression       -1
## 3402      Dean 1995     7  31   12 30.0  -96.0 tropical depression       -1
## 3403      Dean 1995     7  31   18 30.5  -96.5 tropical depression       -1
## 3404      Dean 1995     8   1    0 31.5  -97.0 tropical depression       -1
## 3405      Dean 1995     8   1    6 32.0  -97.5 tropical depression       -1
## 3406      Dean 1995     8   1   12 33.0  -98.5 tropical depression       -1
## 3407      Dean 1995     8   1   18 33.0  -98.5 tropical depression       -1
## 3408      Dean 1995     8   2    0 33.0  -98.5 tropical depression       -1
## 3409      Dean 1995     8   2    6 33.0  -98.5 tropical depression       -1
## 3410      Dean 1995     8   2   12 33.0  -98.5 tropical depression       -1
## 3411      Dean 1995     8   2   18 33.0  -98.5 tropical depression       -1
## 3412      Erin 1995     7  31    0 22.3  -73.2      tropical storm        0
## 3413      Erin 1995     7  31    6 22.6  -73.6      tropical storm        0
## 3414      Erin 1995     7  31   12 22.8  -73.9      tropical storm        0
## 3415      Erin 1995     7  31   18 23.2  -74.3      tropical storm        0
## 3416      Erin 1995     8   1    0 23.6  -74.9           hurricane        1
## 3417      Erin 1995     8   1    6 24.3  -75.7           hurricane        1
## 3418      Erin 1995     8   1   12 25.5  -76.3           hurricane        1
## 3419      Erin 1995     8   1   18 26.3  -77.7           hurricane        1
## 3420      Erin 1995     8   2    0 26.9  -79.0           hurricane        1
## 3421      Erin 1995     8   2    6 27.7  -80.4           hurricane        1
## 3422      Erin 1995     8   2    6 27.7  -80.3           hurricane        1
## 3423      Erin 1995     8   2   12 28.2  -81.9      tropical storm        0
## 3424      Erin 1995     8   2   18 28.6  -83.4      tropical storm        0
## 3425      Erin 1995     8   3    0 28.8  -84.7           hurricane        1
## 3426      Erin 1995     8   3    6 29.3  -85.7           hurricane        1
## 3427      Erin 1995     8   3   12 29.8  -86.6           hurricane        1
## 3428      Erin 1995     8   3   13 30.0  -86.8           hurricane        2
## 3429      Erin 1995     8   3   16 30.3  -87.2           hurricane        1
## 3430      Erin 1995     8   3   18 30.6  -87.5           hurricane        1
## 3431      Erin 1995     8   4    0 31.4  -88.5      tropical storm        0
## 3432      Erin 1995     8   4    6 32.3  -89.1      tropical storm        0
## 3433      Erin 1995     8   4   12 33.2  -89.7 tropical depression       -1
## 3434      Erin 1995     8   4   18 34.1  -90.2 tropical depression       -1
## 3435      Erin 1995     8   5    0 34.8  -90.2 tropical depression       -1
## 3436      Erin 1995     8   5    6 35.4  -90.1 tropical depression       -1
## 3437      Erin 1995     8   5   12 36.3  -89.8 tropical depression       -1
## 3438      Erin 1995     8   5   18 37.5  -88.8 tropical depression       -1
## 3439      Erin 1995     8   6    0 38.4  -86.8 tropical depression       -1
## 3440      Erin 1995     8   6    6 38.7  -84.9 tropical depression       -1
## 3441      Erin 1995     8   6   12 38.8  -82.0 tropical depression       -1
## 3442  AL061995 1995     8   5   18 20.2  -95.2 tropical depression       -1
## 3443  AL061995 1995     8   6    0 20.5  -95.6 tropical depression       -1
## 3444  AL061995 1995     8   6    6 20.7  -95.9 tropical depression       -1
## 3445  AL061995 1995     8   6   12 20.9  -96.2 tropical depression       -1
## 3446  AL061995 1995     8   6   18 21.2  -96.7 tropical depression       -1
## 3447  AL061995 1995     8   6   23 21.5  -97.4 tropical depression       -1
## 3448  AL061995 1995     8   7    0 21.5  -97.5 tropical depression       -1
## 3449  AL061995 1995     8   7    6 21.7  -98.2 tropical depression       -1
## 3450  AL061995 1995     8   7   12 21.8  -99.0 tropical depression       -1
## 3451     Felix 1995     8   8    0 14.3  -30.8 tropical depression       -1
## 3452     Felix 1995     8   8    6 14.7  -32.5 tropical depression       -1
## 3453     Felix 1995     8   8   12 15.0  -34.4 tropical depression       -1
## 3454     Felix 1995     8   8   18 15.5  -36.4      tropical storm        0
## 3455     Felix 1995     8   9    0 15.7  -38.3      tropical storm        0
## 3456     Felix 1995     8   9    6 16.0  -40.2      tropical storm        0
## 3457     Felix 1995     8   9   12 16.2  -41.9      tropical storm        0
## 3458     Felix 1995     8   9   18 16.6  -43.7      tropical storm        0
## 3459     Felix 1995     8  10    0 17.0  -45.6      tropical storm        0
## 3460     Felix 1995     8  10    6 17.5  -47.4      tropical storm        0
## 3461     Felix 1995     8  10   12 18.0  -49.1      tropical storm        0
## 3462     Felix 1995     8  10   18 18.4  -50.8      tropical storm        0
## 3463     Felix 1995     8  11    0 18.9  -52.4           hurricane        1
## 3464     Felix 1995     8  11    6 19.6  -53.9           hurricane        1
## 3465     Felix 1995     8  11   12 20.4  -55.4           hurricane        1
## 3466     Felix 1995     8  11   18 21.3  -56.5           hurricane        2
## 3467     Felix 1995     8  12    0 22.1  -57.8           hurricane        3
## 3468     Felix 1995     8  12    6 22.9  -59.0           hurricane        3
## 3469     Felix 1995     8  12   12 23.6  -60.2           hurricane        4
## 3470     Felix 1995     8  12   18 24.3  -61.0           hurricane        4
## 3471     Felix 1995     8  13    0 25.1  -61.6           hurricane        4
## 3472     Felix 1995     8  13    6 25.9  -61.9           hurricane        3
## 3473     Felix 1995     8  13   12 26.6  -62.3           hurricane        3
## 3474     Felix 1995     8  13   18 27.4  -62.3           hurricane        2
## 3475     Felix 1995     8  14    0 28.2  -62.5           hurricane        2
## 3476     Felix 1995     8  14    6 29.0  -62.9           hurricane        1
## 3477     Felix 1995     8  14   12 29.9  -63.4           hurricane        1
## 3478     Felix 1995     8  14   18 30.7  -64.1           hurricane        1
## 3479     Felix 1995     8  15    0 31.3  -65.1           hurricane        1
## 3480     Felix 1995     8  15    6 31.9  -66.2           hurricane        1
## 3481     Felix 1995     8  15   12 32.5  -67.4           hurricane        1
## 3482     Felix 1995     8  15   18 33.1  -68.8           hurricane        1
## 3483     Felix 1995     8  16    0 33.5  -70.1           hurricane        1
## 3484     Felix 1995     8  16    6 34.0  -71.3           hurricane        1
## 3485     Felix 1995     8  16   12 34.6  -72.4           hurricane        1
## 3486     Felix 1995     8  16   18 34.8  -72.7           hurricane        1
## 3487     Felix 1995     8  17    0 35.3  -72.9           hurricane        1
## 3488     Felix 1995     8  17    6 35.6  -72.9           hurricane        1
## 3489     Felix 1995     8  17   12 36.1  -72.7           hurricane        1
## 3490     Felix 1995     8  17   18 36.5  -72.2           hurricane        1
## 3491     Felix 1995     8  18    0 36.8  -71.5           hurricane        1
## 3492     Felix 1995     8  18    6 37.1  -70.7           hurricane        1
## 3493     Felix 1995     8  18   12 37.1  -69.9           hurricane        1
## 3494     Felix 1995     8  18   18 36.9  -68.9           hurricane        1
## 3495     Felix 1995     8  19    0 36.6  -68.1           hurricane        1
## 3496     Felix 1995     8  19    6 36.1  -67.8           hurricane        1
## 3497     Felix 1995     8  19   12 35.7  -67.5           hurricane        1
## 3498     Felix 1995     8  19   18 35.4  -67.4           hurricane        1
## 3499     Felix 1995     8  20    0 35.1  -67.5           hurricane        1
## 3500     Felix 1995     8  20    6 35.0  -67.9      tropical storm        0
## 3501     Felix 1995     8  20   12 35.4  -68.2      tropical storm        0
## 3502     Felix 1995     8  20   18 35.9  -68.3      tropical storm        0
## 3503     Felix 1995     8  21    0 36.6  -67.8      tropical storm        0
## 3504     Felix 1995     8  21    6 37.7  -67.0      tropical storm        0
## 3505     Felix 1995     8  21   12 39.0  -66.1      tropical storm        0
## 3506     Felix 1995     8  21   18 40.6  -63.3      tropical storm        0
## 3507     Felix 1995     8  22    0 42.5  -59.8      tropical storm        0
## 3508     Felix 1995     8  22    6 44.5  -55.8      tropical storm        0
## 3509     Felix 1995     8  22   12 46.8  -50.8      tropical storm        0
## 3510 Gabrielle 1995     8   9   18 23.7  -94.8 tropical depression       -1
## 3511 Gabrielle 1995     8  10    0 23.7  -95.4 tropical depression       -1
## 3512 Gabrielle 1995     8  10    6 23.7  -96.2 tropical depression       -1
## 3513 Gabrielle 1995     8  10   12 23.5  -96.5      tropical storm        0
## 3514 Gabrielle 1995     8  10   18 23.1  -96.7      tropical storm        0
## 3515 Gabrielle 1995     8  11    0 23.0  -96.7      tropical storm        0
## 3516 Gabrielle 1995     8  11    6 23.1  -97.0      tropical storm        0
## 3517 Gabrielle 1995     8  11   12 23.3  -97.2      tropical storm        0
## 3518 Gabrielle 1995     8  11   18 23.6  -97.5      tropical storm        0
## 3519 Gabrielle 1995     8  11   20 23.7  -97.8      tropical storm        0
## 3520 Gabrielle 1995     8  12    0 23.9  -98.2 tropical depression       -1
## 3521  Humberto 1995     8  22    0 13.2  -33.0 tropical depression       -1
## 3522  Humberto 1995     8  22    6 13.7  -34.3      tropical storm        0
## 3523  Humberto 1995     8  22   12 14.2  -35.2      tropical storm        0
## 3524  Humberto 1995     8  22   18 14.6  -36.2      tropical storm        0
## 3525  Humberto 1995     8  23    0 14.8  -37.3      tropical storm        0
## 3526  Humberto 1995     8  23    6 14.9  -38.3           hurricane        1
## 3527  Humberto 1995     8  23   12 15.0  -39.2           hurricane        1
## 3528  Humberto 1995     8  23   18 15.1  -40.3           hurricane        1
## 3529  Humberto 1995     8  24    0 15.2  -41.0           hurricane        1
## 3530  Humberto 1995     8  24    6 15.3  -41.9           hurricane        2
## 3531  Humberto 1995     8  24   12 15.4  -42.6           hurricane        2
## 3532  Humberto 1995     8  24   18 15.7  -43.2           hurricane        2
## 3533  Humberto 1995     8  25    0 16.1  -43.8           hurricane        2
## 3534  Humberto 1995     8  25    6 16.7  -44.4           hurricane        2
## 3535  Humberto 1995     8  25   12 17.6  -45.1           hurricane        2
## 3536  Humberto 1995     8  25   18 18.5  -45.9           hurricane        2
## 3537  Humberto 1995     8  26    0 19.4  -46.6           hurricane        2
## 3538  Humberto 1995     8  26    6 20.0  -47.2           hurricane        2
## 3539  Humberto 1995     8  26   12 20.6  -47.6           hurricane        2
## 3540  Humberto 1995     8  26   18 21.4  -48.0           hurricane        1
## 3541  Humberto 1995     8  27    0 22.2  -48.2           hurricane        1
## 3542  Humberto 1995     8  27    6 22.9  -48.0           hurricane        1
## 3543  Humberto 1995     8  27   12 24.1  -48.2           hurricane        1
## 3544  Humberto 1995     8  27   18 25.4  -48.4           hurricane        1
## 3545  Humberto 1995     8  28    0 26.4  -48.6           hurricane        1
## 3546  Humberto 1995     8  28    6 27.1  -48.8           hurricane        1
## 3547  Humberto 1995     8  28   12 27.7  -49.1           hurricane        1
## 3548  Humberto 1995     8  28   18 28.4  -49.3           hurricane        1
## 3549  Humberto 1995     8  29    0 29.0  -49.4           hurricane        1
## 3550  Humberto 1995     8  29    6 29.5  -49.4           hurricane        1
## 3551  Humberto 1995     8  29   12 30.0  -49.2           hurricane        1
## 3552  Humberto 1995     8  29   18 30.6  -48.9           hurricane        1
## 3553  Humberto 1995     8  30    0 31.3  -48.3           hurricane        1
## 3554  Humberto 1995     8  30    6 32.8  -47.1           hurricane        1
## 3555  Humberto 1995     8  30   12 34.0  -45.7           hurricane        1
## 3556  Humberto 1995     8  30   18 35.2  -44.0           hurricane        1
## 3557  Humberto 1995     8  31    0 36.0  -41.9           hurricane        1
## 3558  Humberto 1995     8  31    6 37.1  -40.0           hurricane        1
## 3559  Humberto 1995     8  31   12 38.3  -39.0           hurricane        1
## 3560  Humberto 1995     8  31   18 39.1  -38.2      tropical storm        0
## 3561  Humberto 1995     9   1    0 40.0  -37.0      tropical storm        0
## 3562      Iris 1995     8  22   12 13.2  -49.3 tropical depression       -1
## 3563      Iris 1995     8  22   18 13.3  -50.6      tropical storm        0
## 3564      Iris 1995     8  23    0 13.7  -51.8      tropical storm        0
## 3565      Iris 1995     8  23    6 14.0  -52.5      tropical storm        0
## 3566      Iris 1995     8  23   12 14.5  -53.0      tropical storm        0
## 3567      Iris 1995     8  23   18 15.0  -53.4           hurricane        1
## 3568      Iris 1995     8  24    0 15.2  -53.8           hurricane        1
## 3569      Iris 1995     8  24    6 15.0  -54.3           hurricane        1
## 3570      Iris 1995     8  24   12 14.8  -55.1           hurricane        1
## 3571      Iris 1995     8  24   18 14.6  -56.0      tropical storm        0
## 3572      Iris 1995     8  25    0 14.5  -56.8      tropical storm        0
## 3573      Iris 1995     8  25    6 14.3  -57.8      tropical storm        0
## 3574      Iris 1995     8  25   12 14.2  -58.8      tropical storm        0
## 3575      Iris 1995     8  25   18 14.2  -59.8      tropical storm        0
## 3576      Iris 1995     8  26    0 14.0  -60.3      tropical storm        0
## 3577      Iris 1995     8  26    6 14.2  -60.2      tropical storm        0
## 3578      Iris 1995     8  26   12 14.6  -60.5      tropical storm        0
## 3579      Iris 1995     8  26   18 14.9  -61.0      tropical storm        0
## 3580      Iris 1995     8  27    0 15.0  -61.2      tropical storm        0
## 3581      Iris 1995     8  27    6 15.6  -61.2      tropical storm        0
## 3582      Iris 1995     8  27   12 16.2  -61.2      tropical storm        0
## 3583      Iris 1995     8  27   18 17.0  -61.9      tropical storm        0
## 3584      Iris 1995     8  27   23 17.7  -62.0      tropical storm        0
## 3585      Iris 1995     8  28    0 17.8  -62.0      tropical storm        0
## 3586      Iris 1995     8  28    6 18.6  -62.0      tropical storm        0
## 3587      Iris 1995     8  28   12 19.4  -62.1      tropical storm        0
## 3588      Iris 1995     8  28   18 20.4  -62.4           hurricane        1
## 3589      Iris 1995     8  29    0 21.3  -62.5           hurricane        1
## 3590      Iris 1995     8  29    6 22.0  -62.5           hurricane        1
## 3591      Iris 1995     8  29   12 22.6  -62.5           hurricane        1
## 3592      Iris 1995     8  29   18 23.1  -62.3           hurricane        1
## 3593      Iris 1995     8  30    0 23.6  -62.1           hurricane        1
## 3594      Iris 1995     8  30    6 23.8  -61.8           hurricane        1
## 3595      Iris 1995     8  30   12 24.0  -61.4           hurricane        1
## 3596      Iris 1995     8  30   18 24.2  -60.8           hurricane        1
## 3597      Iris 1995     8  31    0 24.5  -60.1           hurricane        1
## 3598      Iris 1995     8  31    6 24.7  -59.6           hurricane        1
## 3599      Iris 1995     8  31   12 24.9  -59.1           hurricane        1
## 3600      Iris 1995     8  31   18 25.0  -58.9           hurricane        2
## 3601      Iris 1995     9   1    0 25.2  -58.8           hurricane        2
## 3602      Iris 1995     9   1    6 25.5  -58.8           hurricane        2
## 3603      Iris 1995     9   1   12 25.6  -59.0           hurricane        2
## 3604      Iris 1995     9   1   18 25.7  -59.7           hurricane        2
## 3605      Iris 1995     9   2    0 26.0  -60.2           hurricane        2
## 3606      Iris 1995     9   2    6 26.6  -60.2           hurricane        2
## 3607      Iris 1995     9   2   12 27.8  -59.9           hurricane        1
## 3608      Iris 1995     9   2   18 29.1  -59.7           hurricane        1
## 3609      Iris 1995     9   3    0 31.3  -59.0           hurricane        1
## 3610      Iris 1995     9   3    6 34.2  -58.6           hurricane        1
## 3611      Iris 1995     9   3   12 36.9  -57.5           hurricane        1
## 3612      Iris 1995     9   3   18 39.2  -55.5           hurricane        1
## 3613      Iris 1995     9   4    0 41.0  -52.3           hurricane        1
## 3614      Iris 1995     9   4    6 43.1  -49.4      tropical storm        0
## 3615     Jerry 1995     8  22   18 23.7  -78.7 tropical depression       -1
## 3616     Jerry 1995     8  23    0 24.2  -78.9 tropical depression       -1
## 3617     Jerry 1995     8  23    6 25.2  -79.2 tropical depression       -1
## 3618     Jerry 1995     8  23   12 26.4  -79.7      tropical storm        0
## 3619     Jerry 1995     8  23   18 27.0  -80.2      tropical storm        0
## 3620     Jerry 1995     8  24    0 27.3  -80.5      tropical storm        0
## 3621     Jerry 1995     8  24    6 27.7  -81.1      tropical storm        0
## 3622     Jerry 1995     8  24   12 28.4  -81.8      tropical storm        0
## 3623     Jerry 1995     8  24   18 28.8  -82.6 tropical depression       -1
## 3624     Jerry 1995     8  25    0 29.0  -82.9 tropical depression       -1
## 3625     Jerry 1995     8  25    6 29.2  -83.3 tropical depression       -1
## 3626     Jerry 1995     8  25   12 29.8  -83.3 tropical depression       -1
## 3627     Jerry 1995     8  25   18 30.4  -83.2 tropical depression       -1
## 3628     Jerry 1995     8  26    0 30.7  -83.4 tropical depression       -1
## 3629     Jerry 1995     8  26    6 31.3  -83.7 tropical depression       -1
## 3630     Jerry 1995     8  26   12 31.8  -83.9 tropical depression       -1
## 3631     Jerry 1995     8  26   18 32.4  -84.0 tropical depression       -1
## 3632     Jerry 1995     8  27    0 33.0  -84.0 tropical depression       -1
## 3633     Jerry 1995     8  27    6 33.5  -83.9 tropical depression       -1
## 3634     Jerry 1995     8  27   12 33.8  -83.6 tropical depression       -1
## 3635     Jerry 1995     8  27   18 33.9  -83.0 tropical depression       -1
## 3636     Jerry 1995     8  28    0 33.8  -82.4 tropical depression       -1
## 3637     Karen 1995     8  26   12 15.4  -32.7 tropical depression       -1
## 3638     Karen 1995     8  26   18 15.5  -34.0 tropical depression       -1
## 3639     Karen 1995     8  27    0 15.6  -35.4 tropical depression       -1
## 3640     Karen 1995     8  27    6 15.8  -36.7 tropical depression       -1
## 3641     Karen 1995     8  27   12 16.1  -38.0 tropical depression       -1
## 3642     Karen 1995     8  27   18 16.3  -39.3 tropical depression       -1
## 3643     Karen 1995     8  28    0 16.5  -40.4 tropical depression       -1
## 3644     Karen 1995     8  28    6 16.6  -41.5      tropical storm        0
## 3645     Karen 1995     8  28   12 16.9  -42.6      tropical storm        0
## 3646     Karen 1995     8  28   18 17.4  -43.6      tropical storm        0
## 3647     Karen 1995     8  29    0 17.7  -44.6      tropical storm        0
## 3648     Karen 1995     8  29    6 17.8  -45.5      tropical storm        0
## 3649     Karen 1995     8  29   12 18.1  -46.4      tropical storm        0
## 3650     Karen 1995     8  29   18 18.5  -47.3      tropical storm        0
## 3651     Karen 1995     8  30    0 19.0  -48.2      tropical storm        0
## 3652     Karen 1995     8  30    6 19.2  -49.1      tropical storm        0
## 3653     Karen 1995     8  30   12 19.4  -49.9      tropical storm        0
## 3654     Karen 1995     8  30   18 19.6  -50.6      tropical storm        0
## 3655     Karen 1995     8  31    0 20.0  -51.1      tropical storm        0
## 3656     Karen 1995     8  31    6 20.3  -51.6      tropical storm        0
## 3657     Karen 1995     8  31   12 20.4  -51.9      tropical storm        0
## 3658     Karen 1995     8  31   18 20.8  -52.1      tropical storm        0
## 3659     Karen 1995     9   1    0 21.6  -52.3      tropical storm        0
## 3660     Karen 1995     9   1    6 22.9  -52.7      tropical storm        0
## 3661     Karen 1995     9   1   12 24.6  -53.3      tropical storm        0
## 3662     Karen 1995     9   1   18 26.6  -54.3      tropical storm        0
## 3663     Karen 1995     9   2    0 28.4  -55.6      tropical storm        0
## 3664     Karen 1995     9   2    6 29.9  -57.1      tropical storm        0
## 3665     Karen 1995     9   2   12 31.2  -59.2 tropical depression       -1
## 3666     Karen 1995     9   2   18 32.4  -61.9 tropical depression       -1
## 3667     Karen 1995     9   3    0 33.0  -61.5 tropical depression       -1
## 3668      Luis 1995     8  28   18 11.4  -27.5 tropical depression       -1
## 3669      Luis 1995     8  29    0 11.6  -29.0      tropical storm        0
## 3670      Luis 1995     8  29    6 11.8  -30.5      tropical storm        0
## 3671      Luis 1995     8  29   12 12.2  -31.9      tropical storm        0
## 3672      Luis 1995     8  29   18 12.7  -33.1      tropical storm        0
## 3673      Luis 1995     8  30    0 13.0  -34.2      tropical storm        0
## 3674      Luis 1995     8  30    6 13.2  -35.3      tropical storm        0
## 3675      Luis 1995     8  30   12 13.4  -36.2      tropical storm        0
## 3676      Luis 1995     8  30   18 13.7  -37.0      tropical storm        0
## 3677      Luis 1995     8  31    0 14.0  -37.9      tropical storm        0
## 3678      Luis 1995     8  31    6 14.3  -38.8           hurricane        1
## 3679      Luis 1995     8  31   12 14.6  -39.7           hurricane        1
## 3680      Luis 1995     8  31   18 15.0  -40.7           hurricane        2
## 3681      Luis 1995     9   1    0 15.4  -41.7           hurricane        3
## 3682      Luis 1995     9   1    6 15.8  -42.6           hurricane        3
## 3683      Luis 1995     9   1   12 16.2  -43.6           hurricane        4
## 3684      Luis 1995     9   1   18 16.5  -44.7           hurricane        4
## 3685      Luis 1995     9   2    0 16.8  -45.8           hurricane        4
## 3686      Luis 1995     9   2    6 17.0  -46.9           hurricane        4
## 3687      Luis 1995     9   2   12 17.2  -48.0           hurricane        4
## 3688      Luis 1995     9   2   18 17.3  -49.2           hurricane        4
## 3689      Luis 1995     9   3    0 17.3  -50.5           hurricane        4
## 3690      Luis 1995     9   3    6 17.4  -51.8           hurricane        4
## 3691      Luis 1995     9   3   12 17.3  -53.1           hurricane        4
## 3692      Luis 1995     9   3   18 17.3  -54.3           hurricane        4
## 3693      Luis 1995     9   4    0 17.1  -55.6           hurricane        4
## 3694      Luis 1995     9   4    6 17.0  -56.8           hurricane        4
## 3695      Luis 1995     9   4   12 17.0  -58.0           hurricane        4
## 3696      Luis 1995     9   4   18 17.0  -59.1           hurricane        4
## 3697      Luis 1995     9   5    0 17.1  -60.1           hurricane        4
## 3698      Luis 1995     9   5    6 17.3  -61.0           hurricane        4
## 3699      Luis 1995     9   5   12 17.5  -61.7           hurricane        4
## 3700      Luis 1995     9   5   18 18.0  -62.4           hurricane        4
## 3701      Luis 1995     9   6    0 18.4  -63.0           hurricane        4
## 3702      Luis 1995     9   6    6 18.9  -63.6           hurricane        4
## 3703      Luis 1995     9   6   12 19.4  -64.2           hurricane        4
## 3704      Luis 1995     9   6   18 20.1  -64.9           hurricane        4
## 3705      Luis 1995     9   7    0 20.7  -65.4           hurricane        4
## 3706      Luis 1995     9   7    6 21.3  -66.0           hurricane        4
## 3707      Luis 1995     9   7   12 22.0  -66.6           hurricane        4
## 3708      Luis 1995     9   7   18 22.8  -67.2           hurricane        4
## 3709      Luis 1995     9   8    0 24.3  -68.0           hurricane        4
## 3710      Luis 1995     9   8    6 25.8  -68.8           hurricane        4
## 3711      Luis 1995     9   8   12 26.4  -69.3           hurricane        3
## 3712      Luis 1995     9   8   18 26.5  -69.5           hurricane        3
## 3713      Luis 1995     9   9    0 27.1  -69.8           hurricane        3
## 3714      Luis 1995     9   9    6 29.1  -69.5           hurricane        2
## 3715      Luis 1995     9   9   12 31.0  -69.1           hurricane        2
## 3716      Luis 1995     9   9   18 32.7  -68.6           hurricane        2
## 3717      Luis 1995     9  10    0 34.5  -67.2           hurricane        2
## 3718      Luis 1995     9  10    6 36.5  -65.4           hurricane        2
## 3719      Luis 1995     9  10   12 38.4  -63.7           hurricane        2
## 3720  AL141995 1995     9   9   12 17.9  -41.9 tropical depression       -1
## 3721  AL141995 1995     9   9   18 18.3  -43.3 tropical depression       -1
## 3722  AL141995 1995     9  10    0 18.7  -44.6 tropical depression       -1
## 3723  AL141995 1995     9  10    6 19.1  -46.1 tropical depression       -1
## 3724  AL141995 1995     9  10   12 20.0  -47.8 tropical depression       -1
## 3725  AL141995 1995     9  10   18 20.8  -49.3 tropical depression       -1
## 3726  AL141995 1995     9  11    0 21.7  -50.9 tropical depression       -1
## 3727  AL141995 1995     9  11    6 22.6  -52.2 tropical depression       -1
## 3728  AL141995 1995     9  11   12 23.4  -53.4 tropical depression       -1
## 3729  AL141995 1995     9  11   18 24.3  -54.5 tropical depression       -1
## 3730  AL141995 1995     9  12    0 25.0  -55.7 tropical depression       -1
## 3731  AL141995 1995     9  12    6 25.5  -56.3 tropical depression       -1
## 3732  AL141995 1995     9  12   12 25.8  -57.2 tropical depression       -1
## 3733  AL141995 1995     9  12   18 26.3  -57.9 tropical depression       -1
## 3734  AL141995 1995     9  13    0 26.5  -58.9 tropical depression       -1
## 3735  AL141995 1995     9  13    6 26.4  -60.0 tropical depression       -1
## 3736  AL141995 1995     9  13   12 25.8  -61.3 tropical depression       -1
## 3737   Marilyn 1995     9  12   18 11.7  -50.9 tropical depression       -1
## 3738   Marilyn 1995     9  13    0 11.8  -52.7      tropical storm        0
## 3739   Marilyn 1995     9  13    6 11.9  -54.3      tropical storm        0
## 3740   Marilyn 1995     9  13   12 12.1  -55.4      tropical storm        0
## 3741   Marilyn 1995     9  13   18 12.5  -56.5      tropical storm        0
## 3742   Marilyn 1995     9  14    0 13.0  -57.7           hurricane        1
## 3743   Marilyn 1995     9  14    6 13.5  -58.8           hurricane        1
## 3744   Marilyn 1995     9  14   12 14.2  -59.8           hurricane        1
## 3745   Marilyn 1995     9  14   18 15.0  -60.8           hurricane        1
## 3746   Marilyn 1995     9  14   21 15.5  -61.3           hurricane        1
## 3747   Marilyn 1995     9  15    0 15.8  -61.7           hurricane        1
## 3748   Marilyn 1995     9  15    6 16.5  -62.8           hurricane        1
## 3749   Marilyn 1995     9  15   12 16.8  -63.5           hurricane        1
## 3750   Marilyn 1995     9  15   18 17.4  -64.2           hurricane        2
## 3751   Marilyn 1995     9  16    0 17.9  -64.7           hurricane        2
## 3752   Marilyn 1995     9  16    6 18.5  -65.2           hurricane        2
## 3753   Marilyn 1995     9  16   12 19.0  -65.8           hurricane        2
## 3754   Marilyn 1995     9  16   18 19.7  -66.4           hurricane        3
## 3755   Marilyn 1995     9  17    0 20.4  -67.0           hurricane        3
## 3756   Marilyn 1995     9  17    3 20.7  -67.1           hurricane        3
## 3757   Marilyn 1995     9  17    6 21.2  -67.5           hurricane        2
## 3758   Marilyn 1995     9  17   12 22.0  -68.2           hurricane        1
## 3759   Marilyn 1995     9  17   18 22.9  -68.8           hurricane        1
## 3760   Marilyn 1995     9  18    0 24.0  -69.1           hurricane        2
## 3761   Marilyn 1995     9  18    6 25.0  -69.4           hurricane        2
## 3762   Marilyn 1995     9  18   12 26.1  -69.5           hurricane        2
## 3763   Marilyn 1995     9  18   18 27.2  -69.3           hurricane        1
## 3764   Marilyn 1995     9  19    0 28.4  -69.0           hurricane        1
## 3765   Marilyn 1995     9  19    6 29.6  -68.6           hurricane        1
## 3766   Marilyn 1995     9  19   12 31.0  -68.2           hurricane        1
## 3767   Marilyn 1995     9  19   18 32.6  -67.7           hurricane        1
## 3768   Marilyn 1995     9  20    0 34.2  -66.8           hurricane        1
## 3769   Marilyn 1995     9  20    6 35.8  -66.1           hurricane        1
## 3770   Marilyn 1995     9  20   12 37.3  -65.2           hurricane        1
## 3771   Marilyn 1995     9  20   18 38.3  -64.3           hurricane        1
## 3772   Marilyn 1995     9  21    0 39.0  -63.3           hurricane        1
## 3773   Marilyn 1995     9  21    6 39.3  -61.9           hurricane        1
## 3774   Marilyn 1995     9  21   12 39.4  -60.6           hurricane        1
## 3775   Marilyn 1995     9  21   18 39.6  -59.3      tropical storm        0
## 3776   Marilyn 1995     9  22    0 39.8  -58.3      tropical storm        0
## 3777      Noel 1995     9  26   18 10.4  -37.7 tropical depression       -1
## 3778      Noel 1995     9  27    0 10.9  -39.0 tropical depression       -1
## 3779      Noel 1995     9  27    6 11.4  -40.0 tropical depression       -1
## 3780      Noel 1995     9  27   12 12.1  -40.6      tropical storm        0
## 3781      Noel 1995     9  27   18 12.8  -41.0      tropical storm        0
## 3782      Noel 1995     9  28    0 13.5  -41.5      tropical storm        0
## 3783      Noel 1995     9  28    6 14.0  -42.0      tropical storm        0
## 3784      Noel 1995     9  28   12 14.5  -42.4      tropical storm        0
## 3785      Noel 1995     9  28   18 15.2  -42.6           hurricane        1
## 3786      Noel 1995     9  29    0 15.9  -42.6           hurricane        1
## 3787      Noel 1995     9  29    6 16.5  -42.2           hurricane        1
## 3788      Noel 1995     9  29   12 17.4  -41.9           hurricane        1
## 3789      Noel 1995     9  29   18 18.2  -41.2           hurricane        1
## 3790      Noel 1995     9  30    0 18.9  -40.6           hurricane        1
## 3791      Noel 1995     9  30    6 19.4  -40.3           hurricane        1
## 3792      Noel 1995     9  30   12 19.7  -40.2      tropical storm        0
## 3793      Noel 1995     9  30   18 19.8  -40.1      tropical storm        0
## 3794      Noel 1995    10   1    0 19.9  -40.2      tropical storm        0
## 3795      Noel 1995    10   1    6 20.0  -40.3      tropical storm        0
## 3796      Noel 1995    10   1   12 20.1  -40.4      tropical storm        0
## 3797      Noel 1995    10   1   18 20.5  -40.4      tropical storm        0
## 3798      Noel 1995    10   2    0 20.9  -40.2      tropical storm        0
## 3799      Noel 1995    10   2    6 21.5  -40.1      tropical storm        0
## 3800      Noel 1995    10   2   12 22.4  -40.0      tropical storm        0
## 3801      Noel 1995    10   2   18 23.5  -40.1      tropical storm        0
## 3802      Noel 1995    10   3    0 24.7  -40.3      tropical storm        0
## 3803      Noel 1995    10   3    6 25.7  -41.0      tropical storm        0
## 3804      Noel 1995    10   3   12 26.7  -41.8      tropical storm        0
## 3805      Noel 1995    10   3   18 27.6  -42.4      tropical storm        0
## 3806      Noel 1995    10   4    0 28.5  -42.8      tropical storm        0
## 3807      Noel 1995    10   4    6 29.5  -43.1      tropical storm        0
## 3808      Noel 1995    10   4   12 30.4  -43.1      tropical storm        0
## 3809      Noel 1995    10   4   18 31.3  -43.0      tropical storm        0
## 3810      Noel 1995    10   5    0 31.9  -42.7           hurricane        1
## 3811      Noel 1995    10   5    6 32.2  -42.3           hurricane        1
## 3812      Noel 1995    10   5   12 32.4  -41.5           hurricane        1
## 3813      Noel 1995    10   5   18 32.4  -40.5           hurricane        1
## 3814      Noel 1995    10   6    0 32.5  -39.4      tropical storm        0
## 3815      Noel 1995    10   6    6 32.5  -38.2      tropical storm        0
## 3816      Noel 1995    10   6   12 32.5  -36.9      tropical storm        0
## 3817      Noel 1995    10   6   18 32.7  -35.3      tropical storm        0
## 3818      Noel 1995    10   7    0 33.2  -33.5      tropical storm        0
## 3819      Opal 1995     9  27   18 19.1  -87.3 tropical depression       -1
## 3820      Opal 1995     9  28    0 19.4  -87.5 tropical depression       -1
## 3821      Opal 1995     9  28    6 19.4  -87.9 tropical depression       -1
## 3822      Opal 1995     9  28   12 19.3  -88.2 tropical depression       -1
## 3823      Opal 1995     9  28   18 19.3  -88.4 tropical depression       -1
## 3824      Opal 1995     9  29    0 19.4  -88.4 tropical depression       -1
## 3825      Opal 1995     9  29    6 19.5  -88.4 tropical depression       -1
## 3826      Opal 1995     9  29   12 19.6  -88.3 tropical depression       -1
## 3827      Opal 1995     9  29   18 19.8  -88.2 tropical depression       -1
## 3828      Opal 1995     9  30    0 20.1  -88.2 tropical depression       -1
## 3829      Opal 1995     9  30    6 20.6  -88.3 tropical depression       -1
## 3830      Opal 1995     9  30   12 21.1  -88.5      tropical storm        0
## 3831      Opal 1995     9  30   18 21.4  -89.1      tropical storm        0
## 3832      Opal 1995    10   1    0 21.3  -89.9      tropical storm        0
## 3833      Opal 1995    10   1    6 21.1  -90.7      tropical storm        0
## 3834      Opal 1995    10   1   12 20.9  -91.2      tropical storm        0
## 3835      Opal 1995    10   1   18 20.8  -91.6      tropical storm        0
## 3836      Opal 1995    10   2    0 20.7  -91.9      tropical storm        0
## 3837      Opal 1995    10   2    6 20.8  -92.1      tropical storm        0
## 3838      Opal 1995    10   2   12 21.0  -92.3           hurricane        1
## 3839      Opal 1995    10   2   18 21.2  -92.3           hurricane        1
## 3840      Opal 1995    10   3    0 21.7  -92.2           hurricane        1
## 3841      Opal 1995    10   3    6 22.2  -92.0           hurricane        1
## 3842      Opal 1995    10   3   12 22.8  -91.6           hurricane        1
## 3843      Opal 1995    10   3   18 23.5  -91.0           hurricane        2
## 3844      Opal 1995    10   4    0 24.5  -90.1           hurricane        3
## 3845      Opal 1995    10   4    6 25.9  -89.4           hurricane        3
## 3846      Opal 1995    10   4   10 26.6  -88.8           hurricane        4
## 3847      Opal 1995    10   4   12 27.3  -88.5           hurricane        4
## 3848      Opal 1995    10   4   18 29.0  -87.7           hurricane        3
## 3849      Opal 1995    10   4   22 30.3  -87.1           hurricane        3
## 3850      Opal 1995    10   5    0 31.0  -86.8           hurricane        1
## 3851      Opal 1995    10   5    6 33.2  -86.2      tropical storm        0
## 3852      Opal 1995    10   5   12 35.4  -85.7 tropical depression       -1
## 3853     Pablo 1995    10   4   18  8.3  -31.4 tropical depression       -1
## 3854     Pablo 1995    10   5    0  8.4  -32.8 tropical depression       -1
## 3855     Pablo 1995    10   5    6  9.3  -35.1 tropical depression       -1
## 3856     Pablo 1995    10   5   12 10.2  -37.5      tropical storm        0
## 3857     Pablo 1995    10   5   18 11.1  -40.1      tropical storm        0
## 3858     Pablo 1995    10   6    0 11.5  -41.9      tropical storm        0
## 3859     Pablo 1995    10   6    6 12.0  -44.0      tropical storm        0
## 3860     Pablo 1995    10   6   12 12.2  -45.8      tropical storm        0
## 3861     Pablo 1995    10   6   18 12.4  -47.5      tropical storm        0
## 3862     Pablo 1995    10   7    0 12.5  -48.8      tropical storm        0
## 3863     Pablo 1995    10   7    6 12.7  -50.0      tropical storm        0
## 3864     Pablo 1995    10   7   12 12.8  -51.1      tropical storm        0
## 3865     Pablo 1995    10   7   18 12.6  -52.3      tropical storm        0
## 3866     Pablo 1995    10   8    0 12.5  -53.9      tropical storm        0
## 3867     Pablo 1995    10   8    6 12.3  -55.7      tropical storm        0
## 3868     Pablo 1995    10   8   12 12.1  -57.5 tropical depression       -1
## 3869   Roxanne 1995    10   7   18 14.0  -82.1 tropical depression       -1
## 3870   Roxanne 1995    10   8    0 14.2  -82.7 tropical depression       -1
## 3871   Roxanne 1995    10   8    6 14.8  -83.0 tropical depression       -1
## 3872   Roxanne 1995    10   8   12 15.0  -83.2 tropical depression       -1
## 3873   Roxanne 1995    10   8   18 15.7  -83.2 tropical depression       -1
## 3874   Roxanne 1995    10   9    0 16.5  -83.1      tropical storm        0
## 3875   Roxanne 1995    10   9    6 17.2  -83.0      tropical storm        0
## 3876   Roxanne 1995    10   9   12 17.9  -82.9      tropical storm        0
## 3877   Roxanne 1995    10   9   18 18.4  -82.9      tropical storm        0
## 3878   Roxanne 1995    10  10    0 18.9  -83.7      tropical storm        0
## 3879   Roxanne 1995    10  10    6 19.2  -84.3           hurricane        1
## 3880   Roxanne 1995    10  10   12 19.4  -85.0           hurricane        1
## 3881   Roxanne 1995    10  10   18 19.9  -86.0           hurricane        2
## 3882   Roxanne 1995    10  10   21 20.0  -86.7           hurricane        3
## 3883   Roxanne 1995    10  11    0 20.0  -87.0           hurricane        3
## 3884   Roxanne 1995    10  11    2 20.0  -87.6           hurricane        3
## 3885   Roxanne 1995    10  11    6 20.0  -88.1           hurricane        2
## 3886   Roxanne 1995    10  11   12 19.9  -89.1           hurricane        1
## 3887   Roxanne 1995    10  11   18 19.7  -90.0           hurricane        1
## 3888   Roxanne 1995    10  12    0 19.5  -90.8           hurricane        1
## 3889   Roxanne 1995    10  12    6 19.5  -91.5           hurricane        1
## 3890   Roxanne 1995    10  12   12 19.5  -92.2      tropical storm        0
## 3891   Roxanne 1995    10  12   18 19.7  -92.6      tropical storm        0
## 3892   Roxanne 1995    10  13    0 20.1  -92.8      tropical storm        0
## 3893   Roxanne 1995    10  13    6 20.5  -93.1      tropical storm        0
## 3894   Roxanne 1995    10  13   12 21.0  -93.6      tropical storm        0
## 3895   Roxanne 1995    10  13   18 21.4  -93.9      tropical storm        0
## 3896   Roxanne 1995    10  14    0 21.8  -93.9      tropical storm        0
## 3897   Roxanne 1995    10  14    6 22.2  -93.9      tropical storm        0
## 3898   Roxanne 1995    10  14   12 22.3  -93.8           hurricane        1
## 3899   Roxanne 1995    10  14   18 22.3  -93.3           hurricane        1
## 3900   Roxanne 1995    10  15    0 21.8  -92.9           hurricane        1
## 3901   Roxanne 1995    10  15    6 21.4  -92.4           hurricane        1
## 3902   Roxanne 1995    10  15   12 21.0  -91.9           hurricane        1
## 3903   Roxanne 1995    10  15   18 20.6  -91.6           hurricane        1
## 3904   Roxanne 1995    10  16    0 20.4  -91.5           hurricane        1
## 3905   Roxanne 1995    10  16    6 20.3  -91.7           hurricane        1
## 3906   Roxanne 1995    10  16   12 20.3  -92.0           hurricane        1
## 3907   Roxanne 1995    10  16   18 20.4  -92.2           hurricane        1
## 3908   Roxanne 1995    10  17    0 20.6  -92.4           hurricane        1
## 3909   Roxanne 1995    10  17    6 20.9  -92.6      tropical storm        0
## 3910   Roxanne 1995    10  17   12 21.2  -92.9      tropical storm        0
## 3911   Roxanne 1995    10  17   18 21.3  -93.1      tropical storm        0
## 3912   Roxanne 1995    10  18    0 21.5  -93.3      tropical storm        0
## 3913   Roxanne 1995    10  18    6 21.8  -93.6      tropical storm        0
## 3914   Roxanne 1995    10  18   12 22.2  -94.2      tropical storm        0
## 3915   Roxanne 1995    10  18   18 22.3  -94.7      tropical storm        0
## 3916   Roxanne 1995    10  19    0 22.3  -95.1 tropical depression       -1
## 3917   Roxanne 1995    10  19    6 22.4  -95.4 tropical depression       -1
## 3918   Roxanne 1995    10  19   12 22.3  -95.5 tropical depression       -1
## 3919   Roxanne 1995    10  19   18 22.3  -95.6 tropical depression       -1
## 3920   Roxanne 1995    10  20    0 22.4  -95.6 tropical depression       -1
## 3921   Roxanne 1995    10  20    6 22.0  -95.5 tropical depression       -1
## 3922   Roxanne 1995    10  20   12 21.5  -95.5 tropical depression       -1
## 3923   Roxanne 1995    10  20   18 20.5  -95.5 tropical depression       -1
## 3924   Roxanne 1995    10  21    0 19.5  -96.0 tropical depression       -1
## 3925 Sebastien 1995    10  20   12 13.8  -53.8 tropical depression       -1
## 3926 Sebastien 1995    10  20   18 14.8  -54.5 tropical depression       -1
## 3927 Sebastien 1995    10  21    0 16.0  -55.1      tropical storm        0
## 3928 Sebastien 1995    10  21    6 17.6  -55.9      tropical storm        0
## 3929 Sebastien 1995    10  21   12 19.0  -56.3      tropical storm        0
## 3930 Sebastien 1995    10  21   18 20.1  -56.6      tropical storm        0
## 3931 Sebastien 1995    10  22    0 21.2  -56.7      tropical storm        0
## 3932 Sebastien 1995    10  22    6 21.8  -56.8      tropical storm        0
## 3933 Sebastien 1995    10  22   12 22.0  -57.7      tropical storm        0
## 3934 Sebastien 1995    10  22   18 21.5  -58.5      tropical storm        0
## 3935 Sebastien 1995    10  23    0 20.9  -59.5      tropical storm        0
## 3936 Sebastien 1995    10  23    6 20.1  -60.4      tropical storm        0
## 3937 Sebastien 1995    10  23   12 19.4  -61.0      tropical storm        0
## 3938 Sebastien 1995    10  23   18 19.0  -61.7      tropical storm        0
## 3939 Sebastien 1995    10  24    0 18.6  -62.3 tropical depression       -1
## 3940 Sebastien 1995    10  24    6 18.3  -63.0 tropical depression       -1
## 3941 Sebastien 1995    10  24   12 18.0  -63.7 tropical depression       -1
## 3942 Sebastien 1995    10  24   18 17.7  -64.3 tropical depression       -1
## 3943 Sebastien 1995    10  25    0 17.5  -64.5 tropical depression       -1
## 3944     Tanya 1995    10  27    0 24.6  -59.2 tropical depression       -1
## 3945     Tanya 1995    10  27    6 25.3  -58.6 tropical depression       -1
## 3946     Tanya 1995    10  27   12 26.2  -57.9      tropical storm        0
## 3947     Tanya 1995    10  27   18 27.1  -57.1      tropical storm        0
## 3948     Tanya 1995    10  28    0 27.2  -56.6      tropical storm        0
## 3949     Tanya 1995    10  28    6 27.3  -56.2      tropical storm        0
## 3950     Tanya 1995    10  28   12 27.2  -55.7      tropical storm        0
## 3951     Tanya 1995    10  28   18 27.5  -54.7      tropical storm        0
## 3952     Tanya 1995    10  29    0 28.4  -54.2      tropical storm        0
## 3953     Tanya 1995    10  29    6 29.6  -54.2      tropical storm        0
## 3954     Tanya 1995    10  29   12 30.5  -54.9           hurricane        1
## 3955     Tanya 1995    10  29   18 31.2  -55.3           hurricane        1
## 3956     Tanya 1995    10  30    0 31.8  -54.8           hurricane        1
## 3957     Tanya 1995    10  30    6 32.6  -54.2           hurricane        1
## 3958     Tanya 1995    10  30   12 33.1  -53.4           hurricane        1
## 3959     Tanya 1995    10  30   18 33.8  -51.8           hurricane        1
## 3960     Tanya 1995    10  31    0 34.6  -50.1           hurricane        1
## 3961     Tanya 1995    10  31    6 35.4  -48.3           hurricane        1
## 3962     Tanya 1995    10  31   12 36.2  -45.8           hurricane        1
## 3963     Tanya 1995    10  31   18 37.1  -43.2           hurricane        1
## 3964     Tanya 1995    11   1    0 37.8  -40.4           hurricane        1
## 3965     Tanya 1995    11   1    6 37.7  -37.9           hurricane        1
## 3966     Tanya 1995    11   1   12 37.4  -35.4      tropical storm        0
## 3967     Tanya 1995    11   1   18 37.7  -31.8      tropical storm        0
## 3968    Arthur 1996     6  17   18 26.8  -77.8 tropical depression       -1
## 3969    Arthur 1996     6  18    0 27.7  -78.3 tropical depression       -1
## 3970    Arthur 1996     6  18    6 28.6  -78.8 tropical depression       -1
## 3971    Arthur 1996     6  18   12 29.7  -78.8 tropical depression       -1
## 3972    Arthur 1996     6  18   18 30.6  -78.7 tropical depression       -1
## 3973    Arthur 1996     6  19    0 31.5  -78.7      tropical storm        0
## 3974    Arthur 1996     6  19    6 32.3  -78.6      tropical storm        0
## 3975    Arthur 1996     6  19   12 33.2  -78.1      tropical storm        0
## 3976    Arthur 1996     6  19   18 33.9  -77.3      tropical storm        0
## 3977    Arthur 1996     6  20    0 34.7  -76.4      tropical storm        0
## 3978    Arthur 1996     6  20    6 35.5  -75.4      tropical storm        0
## 3979    Arthur 1996     6  20   12 36.4  -74.1 tropical depression       -1
## 3980    Arthur 1996     6  20   18 36.9  -72.5 tropical depression       -1
## 3981    Arthur 1996     6  21    0 37.3  -70.3 tropical depression       -1
## 3982    Arthur 1996     6  21    6 37.3  -66.5 tropical depression       -1
## 3983     Cesar 1996     7  24   18 11.8  -62.6 tropical depression       -1
## 3984     Cesar 1996     7  25    0 11.9  -64.7 tropical depression       -1
## 3985     Cesar 1996     7  25    6 11.9  -66.5 tropical depression       -1
## 3986     Cesar 1996     7  25   12 12.1  -68.1      tropical storm        0
## 3987     Cesar 1996     7  25   18 12.3  -69.6      tropical storm        0
## 3988     Cesar 1996     7  26    0 12.4  -71.0      tropical storm        0
## 3989     Cesar 1996     7  26    6 12.4  -72.7      tropical storm        0
## 3990     Cesar 1996     7  26   12 12.3  -74.5      tropical storm        0
## 3991     Cesar 1996     7  26   18 11.9  -76.1      tropical storm        0
## 3992     Cesar 1996     7  27    0 11.7  -77.2      tropical storm        0
## 3993     Cesar 1996     7  27    6 11.6  -78.1      tropical storm        0
## 3994     Cesar 1996     7  27   12 11.6  -79.5           hurricane        1
## 3995     Cesar 1996     7  27   18 11.8  -81.0           hurricane        1
## 3996     Cesar 1996     7  28    0 12.0  -82.6           hurricane        1
## 3997     Cesar 1996     7  28    4 12.2  -83.9           hurricane        1
## 3998     Cesar 1996     7  28    6 12.3  -84.2           hurricane        1
## 3999     Cesar 1996     7  28   12 12.7  -86.2      tropical storm        0
## 4000     Cesar 1996     7  28   18 13.1  -87.9      tropical storm        0
## 4001   Edouard 1996     8  19   18 12.4  -19.9 tropical depression       -1
## 4002   Edouard 1996     8  20    0 12.4  -20.7 tropical depression       -1
## 4003   Edouard 1996     8  20    6 12.4  -21.6 tropical depression       -1
## 4004   Edouard 1996     8  20   12 12.5  -22.6 tropical depression       -1
## 4005   Edouard 1996     8  20   18 12.6  -23.8 tropical depression       -1
## 4006   Edouard 1996     8  21    0 12.6  -25.3 tropical depression       -1
## 4007   Edouard 1996     8  21    6 12.8  -26.7 tropical depression       -1
## 4008   Edouard 1996     8  21   12 12.9  -27.9 tropical depression       -1
## 4009   Edouard 1996     8  21   18 13.0  -29.2 tropical depression       -1
## 4010   Edouard 1996     8  22    0 13.1  -30.3 tropical depression       -1
## 4011   Edouard 1996     8  22    6 13.2  -31.6      tropical storm        0
## 4012   Edouard 1996     8  22   12 13.4  -32.9      tropical storm        0
## 4013   Edouard 1996     8  22   18 13.5  -34.4      tropical storm        0
## 4014   Edouard 1996     8  23    0 13.7  -35.8      tropical storm        0
## 4015   Edouard 1996     8  23    6 13.8  -37.0      tropical storm        0
## 4016   Edouard 1996     8  23   12 13.9  -38.3           hurricane        1
## 4017   Edouard 1996     8  23   18 14.0  -39.8           hurricane        1
## 4018   Edouard 1996     8  24    0 14.1  -41.1           hurricane        1
## 4019   Edouard 1996     8  24    6 14.1  -42.4           hurricane        1
## 4020   Edouard 1996     8  24   12 14.4  -43.6           hurricane        2
## 4021   Edouard 1996     8  24   18 14.6  -44.7           hurricane        3
## 4022   Edouard 1996     8  25    0 15.0  -45.8           hurricane        4
## 4023   Edouard 1996     8  25    6 15.4  -47.0           hurricane        4
## 4024   Edouard 1996     8  25   12 15.9  -48.3           hurricane        4
## 4025   Edouard 1996     8  25   18 16.5  -49.6           hurricane        4
## 4026   Edouard 1996     8  26    0 17.0  -50.9           hurricane        4
## 4027   Edouard 1996     8  26    6 17.5  -52.0           hurricane        4
## 4028   Edouard 1996     8  26   12 17.9  -53.2           hurricane        4
## 4029   Edouard 1996     8  26   18 18.4  -54.5           hurricane        4
## 4030   Edouard 1996     8  27    0 18.9  -55.6           hurricane        4
## 4031   Edouard 1996     8  27    6 19.5  -56.9           hurricane        4
## 4032   Edouard 1996     8  27   12 20.0  -58.1           hurricane        4
## 4033   Edouard 1996     8  27   18 20.4  -59.3           hurricane        4
## 4034   Edouard 1996     8  28    0 20.9  -60.4           hurricane        4
## 4035   Edouard 1996     8  28    6 21.3  -61.7           hurricane        4
## 4036   Edouard 1996     8  28   12 21.9  -63.2           hurricane        3
## 4037   Edouard 1996     8  28   18 22.3  -64.6           hurricane        3
## 4038   Edouard 1996     8  29    0 22.9  -65.9           hurricane        3
## 4039   Edouard 1996     8  29    6 23.4  -67.1           hurricane        3
## 4040   Edouard 1996     8  29   12 24.0  -68.1           hurricane        4
## 4041   Edouard 1996     8  29   18 24.7  -69.0           hurricane        4
## 4042   Edouard 1996     8  30    0 25.5  -69.5           hurricane        4
## 4043   Edouard 1996     8  30    6 26.4  -69.9           hurricane        4
## 4044   Edouard 1996     8  30   12 27.4  -70.2           hurricane        4
## 4045   Edouard 1996     8  30   18 28.5  -70.5           hurricane        4
## 4046   Edouard 1996     8  31    0 29.5  -70.5           hurricane        3
## 4047   Edouard 1996     8  31    6 30.4  -70.6           hurricane        3
## 4048   Edouard 1996     8  31   12 31.6  -70.3           hurricane        3
## 4049   Edouard 1996     8  31   18 32.7  -70.1           hurricane        3
## 4050   Edouard 1996     9   1    0 34.0  -70.1           hurricane        3
## 4051   Edouard 1996     9   1    6 35.2  -70.1           hurricane        3
## 4052   Edouard 1996     9   1   12 36.5  -70.2           hurricane        2
## 4053   Edouard 1996     9   1   18 37.5  -70.0           hurricane        2
## 4054   Edouard 1996     9   2    0 38.7  -69.5           hurricane        1
## 4055   Edouard 1996     9   2    6 39.8  -69.4           hurricane        1
## 4056   Edouard 1996     9   2   12 40.5  -68.3           hurricane        1
## 4057   Edouard 1996     9   2   18 41.3  -67.3           hurricane        1
## 4058   Edouard 1996     9   3    0 42.0  -66.8      tropical storm        0
## 4059    Gustav 1996     8  26    0 12.7  -23.0 tropical depression       -1
## 4060    Gustav 1996     8  26    6 12.7  -24.1 tropical depression       -1
## 4061    Gustav 1996     8  26   12 12.5  -25.3 tropical depression       -1
## 4062    Gustav 1996     8  26   18 12.3  -26.6 tropical depression       -1
## 4063    Gustav 1996     8  27    0 12.1  -27.8 tropical depression       -1
## 4064    Gustav 1996     8  27    6 11.7  -28.8 tropical depression       -1
## 4065    Gustav 1996     8  27   12 11.1  -30.0 tropical depression       -1
## 4066    Gustav 1996     8  27   18 10.6  -31.0 tropical depression       -1
## 4067    Gustav 1996     8  28    0 10.4  -31.8 tropical depression       -1
## 4068    Gustav 1996     8  28    6 10.6  -32.7      tropical storm        0
## 4069    Gustav 1996     8  28   12 11.0  -33.6      tropical storm        0
## 4070    Gustav 1996     8  28   18 11.8  -34.4      tropical storm        0
## 4071    Gustav 1996     8  29    0 12.5  -35.2      tropical storm        0
## 4072    Gustav 1996     8  29    6 13.1  -36.2      tropical storm        0
## 4073    Gustav 1996     8  29   12 13.7  -37.2      tropical storm        0
## 4074    Gustav 1996     8  29   18 14.4  -38.0      tropical storm        0
## 4075    Gustav 1996     8  30    0 15.2  -38.4      tropical storm        0
## 4076    Gustav 1996     8  30    6 15.8  -38.9      tropical storm        0
## 4077    Gustav 1996     8  30   12 16.2  -39.5      tropical storm        0
## 4078    Gustav 1996     8  30   18 16.6  -40.4      tropical storm        0
## 4079    Gustav 1996     8  31    0 17.1  -41.1      tropical storm        0
## 4080    Gustav 1996     8  31    6 17.7  -41.8      tropical storm        0
## 4081    Gustav 1996     8  31   12 18.3  -42.5      tropical storm        0
## 4082    Gustav 1996     8  31   18 18.7  -43.2      tropical storm        0
## 4083    Gustav 1996     9   1    0 19.3  -43.8      tropical storm        0
## 4084    Gustav 1996     9   1    6 19.9  -44.5      tropical storm        0
## 4085    Gustav 1996     9   1   12 20.5  -45.4      tropical storm        0
## 4086    Gustav 1996     9   1   18 20.9  -46.5 tropical depression       -1
## 4087    Gustav 1996     9   2    0 21.3  -47.7 tropical depression       -1
## 4088  Hortense 1996     9   3   12 14.9  -41.0 tropical depression       -1
## 4089  Hortense 1996     9   3   18 14.9  -42.7 tropical depression       -1
## 4090  Hortense 1996     9   4    0 14.8  -44.1 tropical depression       -1
## 4091  Hortense 1996     9   4    6 14.7  -45.4 tropical depression       -1
## 4092  Hortense 1996     9   4   12 14.6  -46.6 tropical depression       -1
## 4093  Hortense 1996     9   4   18 14.7  -47.5 tropical depression       -1
## 4094  Hortense 1996     9   5    0 14.9  -48.4 tropical depression       -1
## 4095  Hortense 1996     9   5    6 14.8  -49.5 tropical depression       -1
## 4096  Hortense 1996     9   5   12 14.5  -51.1 tropical depression       -1
## 4097  Hortense 1996     9   5   18 14.3  -52.6 tropical depression       -1
## 4098  Hortense 1996     9   6    0 14.4  -53.6 tropical depression       -1
## 4099  Hortense 1996     9   6    6 14.6  -54.3 tropical depression       -1
## 4100  Hortense 1996     9   6   12 14.7  -55.1 tropical depression       -1
## 4101  Hortense 1996     9   6   18 14.9  -55.7 tropical depression       -1
## 4102  Hortense 1996     9   7    0 15.2  -57.0 tropical depression       -1
## 4103  Hortense 1996     9   7    6 15.4  -58.3      tropical storm        0
## 4104  Hortense 1996     9   7   12 15.6  -59.6      tropical storm        0
## 4105  Hortense 1996     9   7   18 15.8  -60.4      tropical storm        0
## 4106  Hortense 1996     9   8    0 16.1  -61.2      tropical storm        0
## 4107  Hortense 1996     9   8    6 16.1  -62.0      tropical storm        0
## 4108  Hortense 1996     9   8   12 16.1  -62.8      tropical storm        0
## 4109  Hortense 1996     9   8   18 16.1  -63.6      tropical storm        0
## 4110  Hortense 1996     9   9    0 16.1  -64.1      tropical storm        0
## 4111  Hortense 1996     9   9    6 16.1  -64.5           hurricane        1
## 4112  Hortense 1996     9   9   12 16.3  -65.0           hurricane        1
## 4113  Hortense 1996     9   9   18 16.6  -65.6           hurricane        1
## 4114  Hortense 1996     9  10    0 17.1  -66.1           hurricane        1
## 4115  Hortense 1996     9  10    6 18.0  -66.9           hurricane        1
## 4116  Hortense 1996     9  10   12 18.3  -67.8           hurricane        1
## 4117  Hortense 1996     9  10   18 18.9  -68.4           hurricane        1
## 4118  Hortense 1996     9  11    0 19.5  -68.9           hurricane        1
## 4119  Hortense 1996     9  11    6 20.1  -69.5           hurricane        1
## 4120  Hortense 1996     9  11   12 20.9  -70.1           hurricane        2
## 4121  Hortense 1996     9  11   18 21.6  -70.6           hurricane        2
## 4122  Hortense 1996     9  12    0 22.3  -71.1           hurricane        3
## 4123  Hortense 1996     9  12    6 23.0  -71.4           hurricane        3
## 4124  Hortense 1996     9  12   12 23.9  -71.8           hurricane        4
## 4125  Hortense 1996     9  12   18 24.7  -71.8           hurricane        4
## 4126  Hortense 1996     9  13    0 25.9  -71.5           hurricane        4
## 4127  Hortense 1996     9  13    6 27.2  -71.4           hurricane        4
## 4128  Hortense 1996     9  13   12 29.0  -70.9           hurricane        3
## 4129  Hortense 1996     9  13   18 31.0  -70.3           hurricane        3
## 4130  Hortense 1996     9  14    0 33.3  -69.5           hurricane        2
## 4131  Hortense 1996     9  14    6 35.9  -68.4           hurricane        2
## 4132  Hortense 1996     9  14   12 38.5  -67.1           hurricane        2
## 4133  Hortense 1996     9  14   18 42.0  -65.2           hurricane        1
## 4134  Hortense 1996     9  15    0 44.3  -63.3           hurricane        1
## 4135  Hortense 1996     9  15    3 44.8  -62.5           hurricane        1
## 4136  Hortense 1996     9  15    6 45.5  -61.5           hurricane        1
## 4137  Hortense 1996     9  15   12 46.3  -59.1      tropical storm        0
## 4138   Isidore 1996     9  24   12  8.6  -23.3 tropical depression       -1
## 4139   Isidore 1996     9  24   18  9.2  -25.2 tropical depression       -1
## 4140   Isidore 1996     9  25    0  9.9  -26.9 tropical depression       -1
## 4141   Isidore 1996     9  25    6 10.3  -28.5      tropical storm        0
## 4142   Isidore 1996     9  25   12 10.7  -30.0      tropical storm        0
## 4143   Isidore 1996     9  25   18 11.0  -31.7      tropical storm        0
## 4144   Isidore 1996     9  26    0 11.2  -32.8      tropical storm        0
## 4145   Isidore 1996     9  26    6 11.7  -34.2           hurricane        1
## 4146   Isidore 1996     9  26   12 12.4  -35.8           hurricane        1
## 4147   Isidore 1996     9  26   18 12.8  -37.1           hurricane        1
## 4148   Isidore 1996     9  27    0 13.1  -38.6           hurricane        1
## 4149   Isidore 1996     9  27    6 13.7  -39.8           hurricane        2
## 4150   Isidore 1996     9  27   12 14.1  -41.1           hurricane        2
## 4151   Isidore 1996     9  27   18 14.9  -42.2           hurricane        2
## 4152   Isidore 1996     9  28    0 15.8  -42.9           hurricane        3
## 4153   Isidore 1996     9  28    6 16.7  -43.1           hurricane        3
## 4154   Isidore 1996     9  28   12 17.8  -43.2           hurricane        2
## 4155   Isidore 1996     9  28   18 19.0  -43.2           hurricane        2
## 4156   Isidore 1996     9  29    0 20.0  -42.9           hurricane        2
## 4157   Isidore 1996     9  29    6 20.8  -42.2           hurricane        1
## 4158   Isidore 1996     9  29   12 21.8  -41.3           hurricane        1
## 4159   Isidore 1996     9  29   18 22.6  -40.9           hurricane        1
## 4160   Isidore 1996     9  30    0 23.8  -40.4      tropical storm        0
## 4161   Isidore 1996     9  30    6 25.3  -40.1      tropical storm        0
## 4162   Isidore 1996     9  30   12 26.7  -40.0      tropical storm        0
## 4163   Isidore 1996     9  30   18 28.2  -40.1      tropical storm        0
## 4164   Isidore 1996    10   1    0 29.9  -40.3      tropical storm        0
## 4165   Isidore 1996    10   1    6 31.6  -40.4      tropical storm        0
## 4166   Isidore 1996    10   1   12 33.6  -40.4 tropical depression       -1
## 4167   Isidore 1996    10   1   18 35.8  -40.3 tropical depression       -1
## 4168 Josephine 1996    10   4   18 22.7  -96.2 tropical depression       -1
## 4169 Josephine 1996    10   5    0 23.0  -96.1 tropical depression       -1
## 4170 Josephine 1996    10   5    6 23.3  -96.0 tropical depression       -1
## 4171 Josephine 1996    10   5   12 23.6  -95.8 tropical depression       -1
## 4172 Josephine 1996    10   5   18 24.3  -95.5 tropical depression       -1
## 4173 Josephine 1996    10   6    0 24.8  -95.0 tropical depression       -1
## 4174 Josephine 1996    10   6    6 25.0  -94.5 tropical depression       -1
## 4175 Josephine 1996    10   6   12 25.1  -93.5 tropical depression       -1
## 4176 Josephine 1996    10   6   18 25.1  -91.8      tropical storm        0
## 4177 Josephine 1996    10   7    0 25.5  -90.4      tropical storm        0
## 4178 Josephine 1996    10   7    6 25.9  -88.9      tropical storm        0
## 4179 Josephine 1996    10   7   12 26.9  -87.3      tropical storm        0
## 4180 Josephine 1996    10   7   18 28.2  -86.0      tropical storm        0
## 4181 Josephine 1996    10   8    0 29.3  -84.5      tropical storm        0
## 4182 Josephine 1996    10   8    3 30.0  -83.9      tropical storm        0
## 4183      Kyle 1996    10  11   12 17.3  -86.5 tropical depression       -1
## 4184      Kyle 1996    10  11   18 16.9  -87.1      tropical storm        0
## 4185      Kyle 1996    10  11   21 16.7  -87.4      tropical storm        0
## 4186      Kyle 1996    10  12    0 16.6  -87.5      tropical storm        0
## 4187      Kyle 1996    10  12    6 16.3  -87.8      tropical storm        0
## 4188      Kyle 1996    10  12   12 16.0  -88.1 tropical depression       -1
## 4189      Kyle 1996    10  12   18 15.7  -88.4 tropical depression       -1
## 4190      Lili 1996    10  14   12 12.8  -80.4 tropical depression       -1
## 4191      Lili 1996    10  14   18 13.4  -80.9 tropical depression       -1
## 4192      Lili 1996    10  15    0 14.1  -81.4 tropical depression       -1
## 4193      Lili 1996    10  15    6 14.8  -81.9 tropical depression       -1
## 4194      Lili 1996    10  15   12 15.4  -82.5 tropical depression       -1
## 4195      Lili 1996    10  15   18 16.1  -83.1 tropical depression       -1
## 4196      Lili 1996    10  16    0 16.8  -83.5 tropical depression       -1
## 4197      Lili 1996    10  16    6 17.5  -83.8      tropical storm        0
## 4198      Lili 1996    10  16   12 18.2  -83.8      tropical storm        0
## 4199      Lili 1996    10  16   18 18.3  -84.5      tropical storm        0
## 4200      Lili 1996    10  17    0 18.2  -84.2      tropical storm        0
## 4201      Lili 1996    10  17    6 18.8  -83.7      tropical storm        0
## 4202      Lili 1996    10  17   12 19.6  -83.5           hurricane        1
## 4203      Lili 1996    10  17   18 20.5  -83.1           hurricane        1
## 4204      Lili 1996    10  18    0 21.3  -82.8           hurricane        1
## 4205      Lili 1996    10  18    6 21.8  -82.2           hurricane        1
## 4206      Lili 1996    10  18    9 22.3  -82.0           hurricane        2
## 4207      Lili 1996    10  18   12 22.4  -81.5           hurricane        2
## 4208      Lili 1996    10  18   18 22.5  -80.0           hurricane        1
## 4209      Lili 1996    10  19    0 23.0  -78.2           hurricane        2
## 4210      Lili 1996    10  19    6 23.5  -76.2           hurricane        2
## 4211      Lili 1996    10  19   12 24.4  -74.0           hurricane        3
## 4212      Lili 1996    10  19   18 25.5  -71.5           hurricane        2
## 4213      Lili 1996    10  20    0 26.9  -69.0           hurricane        1
## 4214      Lili 1996    10  20    6 28.3  -67.0           hurricane        1
## 4215      Lili 1996    10  20   12 29.6  -65.0           hurricane        2
## 4216      Lili 1996    10  20   18 30.7  -62.9           hurricane        1
## 4217      Lili 1996    10  21    0 31.9  -60.8           hurricane        1
## 4218      Lili 1996    10  21    6 33.0  -59.1           hurricane        1
## 4219      Lili 1996    10  21   12 33.7  -57.9           hurricane        1
## 4220      Lili 1996    10  21   18 34.0  -57.0           hurricane        1
## 4221      Lili 1996    10  22    0 34.0  -55.9           hurricane        1
## 4222      Lili 1996    10  22    6 33.8  -55.2           hurricane        1
## 4223      Lili 1996    10  22   12 33.7  -54.6           hurricane        1
## 4224      Lili 1996    10  22   18 33.5  -54.0           hurricane        1
## 4225      Lili 1996    10  23    0 33.4  -53.9           hurricane        1
## 4226      Lili 1996    10  23    6 33.2  -53.8           hurricane        1
## 4227      Lili 1996    10  23   12 33.1  -53.7           hurricane        1
## 4228      Lili 1996    10  23   18 33.3  -53.2           hurricane        1
## 4229      Lili 1996    10  24    0 33.7  -52.8           hurricane        1
## 4230      Lili 1996    10  24    6 34.0  -52.5           hurricane        1
## 4231      Lili 1996    10  24   12 34.0  -51.9           hurricane        1
## 4232      Lili 1996    10  24   18 34.1  -51.2           hurricane        1
## 4233      Lili 1996    10  25    0 34.3  -49.9           hurricane        1
## 4234      Lili 1996    10  25    6 35.0  -47.8           hurricane        1
## 4235      Lili 1996    10  25   12 35.8  -45.4           hurricane        2
## 4236      Lili 1996    10  25   18 37.2  -43.3           hurricane        1
## 4237      Lili 1996    10  26    0 38.1  -41.0           hurricane        1
## 4238      Lili 1996    10  26    6 39.2  -38.8           hurricane        1
## 4239      Lili 1996    10  26   12 40.5  -35.8           hurricane        1
## 4240      Lili 1996    10  26   18 42.3  -33.2      tropical storm        0
## 4241      Lili 1996    10  27    0 44.3  -30.5      tropical storm        0
## 4242     Marco 1996    11  16   18 17.0  -79.0 tropical depression       -1
## 4243     Marco 1996    11  17    0 16.8  -79.8 tropical depression       -1
## 4244     Marco 1996    11  17    6 16.3  -80.5 tropical depression       -1
## 4245     Marco 1996    11  17   12 15.8  -80.8 tropical depression       -1
## 4246     Marco 1996    11  17   18 15.0  -81.0 tropical depression       -1
## 4247     Marco 1996    11  18    0 14.9  -81.0 tropical depression       -1
## 4248     Marco 1996    11  18    6 14.7  -81.0 tropical depression       -1
## 4249     Marco 1996    11  18   12 14.6  -81.0 tropical depression       -1
## 4250     Marco 1996    11  18   18 14.5  -81.0 tropical depression       -1
## 4251     Marco 1996    11  19    0 14.2  -81.0 tropical depression       -1
## 4252     Marco 1996    11  19    6 13.8  -80.9      tropical storm        0
## 4253     Marco 1996    11  19   12 13.5  -80.7      tropical storm        0
## 4254     Marco 1996    11  19   18 13.5  -80.2      tropical storm        0
## 4255     Marco 1996    11  20    0 13.8  -79.5      tropical storm        0
## 4256     Marco 1996    11  20    6 13.8  -78.5           hurricane        1
## 4257     Marco 1996    11  20   12 14.2  -77.8           hurricane        1
## 4258     Marco 1996    11  20   18 14.6  -77.4      tropical storm        0
## 4259     Marco 1996    11  21    0 14.9  -77.1      tropical storm        0
## 4260     Marco 1996    11  21    6 15.1  -76.8      tropical storm        0
## 4261     Marco 1996    11  21   12 15.3  -76.6      tropical storm        0
## 4262     Marco 1996    11  21   18 15.6  -76.5      tropical storm        0
## 4263     Marco 1996    11  22    0 15.8  -76.3      tropical storm        0
## 4264     Marco 1996    11  22    6 15.9  -76.0      tropical storm        0
## 4265     Marco 1996    11  22   12 15.9  -75.4      tropical storm        0
## 4266     Marco 1996    11  22   18 15.9  -75.0      tropical storm        0
## 4267     Marco 1996    11  23    0 16.0  -74.7      tropical storm        0
## 4268     Marco 1996    11  23    6 15.9  -74.5      tropical storm        0
## 4269     Marco 1996    11  23   12 15.7  -74.5      tropical storm        0
## 4270     Marco 1996    11  23   18 15.6  -74.8 tropical depression       -1
## 4271     Marco 1996    11  24    0 15.8  -76.0 tropical depression       -1
## 4272     Marco 1996    11  24    6 15.9  -77.0 tropical depression       -1
## 4273     Marco 1996    11  24   12 16.0  -78.0      tropical storm        0
## 4274     Marco 1996    11  24   18 16.0  -78.9      tropical storm        0
## 4275     Marco 1996    11  25    0 16.7  -80.2      tropical storm        0
## 4276     Marco 1996    11  25    6 17.5  -81.5      tropical storm        0
## 4277     Marco 1996    11  25   12 18.3  -82.6      tropical storm        0
## 4278     Marco 1996    11  25   18 19.2  -83.5      tropical storm        0
## 4279     Marco 1996    11  26    0 19.7  -84.0      tropical storm        0
## 4280     Marco 1996    11  26    6 20.1  -84.4      tropical storm        0
## 4281     Marco 1996    11  26   12 20.1  -84.3 tropical depression       -1
## 4282     Marco 1996    11  26   18 19.6  -84.8 tropical depression       -1
## 4283       Ana 1997     6  30   12 32.0  -77.2 tropical depression       -1
## 4284       Ana 1997     6  30   18 32.0  -76.6 tropical depression       -1
## 4285       Ana 1997     7   1    0 31.9  -76.0 tropical depression       -1
## 4286       Ana 1997     7   1    6 31.8  -75.4      tropical storm        0
## 4287       Ana 1997     7   1   12 31.7  -74.6      tropical storm        0
## 4288       Ana 1997     7   1   18 31.4  -73.8      tropical storm        0
## 4289       Ana 1997     7   2    0 31.4  -72.9      tropical storm        0
## 4290       Ana 1997     7   2    6 31.7  -72.0      tropical storm        0
## 4291       Ana 1997     7   2   12 32.1  -71.2      tropical storm        0
## 4292       Ana 1997     7   2   18 32.7  -70.5      tropical storm        0
## 4293       Ana 1997     7   3    0 33.5  -69.8      tropical storm        0
## 4294       Ana 1997     7   3    6 34.4  -69.2      tropical storm        0
## 4295       Ana 1997     7   3   12 35.2  -68.4      tropical storm        0
## 4296       Ana 1997     7   3   18 36.1  -67.5 tropical depression       -1
## 4297       Ana 1997     7   4    0 36.9  -66.2 tropical depression       -1
## 4298      Bill 1997     7  11    6 30.4  -69.9 tropical depression       -1
## 4299      Bill 1997     7  11   12 31.8  -68.9      tropical storm        0
## 4300      Bill 1997     7  11   18 33.1  -67.6      tropical storm        0
## 4301      Bill 1997     7  12    0 34.7  -65.8      tropical storm        0
## 4302      Bill 1997     7  12    6 36.3  -63.6      tropical storm        0
## 4303      Bill 1997     7  12   12 37.9  -61.1           hurricane        1
## 4304      Bill 1997     7  12   15 38.8  -60.0           hurricane        1
## 4305      Bill 1997     7  12   18 39.6  -58.4           hurricane        1
## 4306      Bill 1997     7  13    0 41.6  -55.4      tropical storm        0
## 4307      Bill 1997     7  13    6 44.0  -53.0      tropical storm        0
## 4308 Claudette 1997     7  13    6 31.3  -73.3 tropical depression       -1
## 4309 Claudette 1997     7  13   12 31.6  -73.1 tropical depression       -1
## 4310 Claudette 1997     7  13   18 31.9  -73.0      tropical storm        0
## 4311 Claudette 1997     7  14    0 32.3  -73.0      tropical storm        0
## 4312 Claudette 1997     7  14    6 32.7  -72.9      tropical storm        0
## 4313 Claudette 1997     7  14   12 33.4  -72.7      tropical storm        0
## 4314 Claudette 1997     7  14   18 34.0  -72.6      tropical storm        0
## 4315 Claudette 1997     7  15    0 34.9  -71.8      tropical storm        0
## 4316 Claudette 1997     7  15    6 35.6  -70.9      tropical storm        0
## 4317 Claudette 1997     7  15   12 36.2  -69.3      tropical storm        0
## 4318 Claudette 1997     7  15   18 36.6  -67.2      tropical storm        0
## 4319 Claudette 1997     7  16    0 36.7  -64.9 tropical depression       -1
## 4320 Claudette 1997     7  16    6 36.6  -62.7      tropical storm        0
## 4321 Claudette 1997     7  16   12 36.3  -60.5      tropical storm        0
## 4322     Danny 1997     7  16   12 27.4  -92.6 tropical depression       -1
## 4323     Danny 1997     7  16   18 27.5  -92.5 tropical depression       -1
## 4324     Danny 1997     7  17    0 27.7  -92.3 tropical depression       -1
## 4325     Danny 1997     7  17    6 27.9  -92.0 tropical depression       -1
## 4326     Danny 1997     7  17   12 28.3  -91.4      tropical storm        0
## 4327     Danny 1997     7  17   18 28.6  -91.0      tropical storm        0
## 4328     Danny 1997     7  18    0 28.9  -90.2      tropical storm        0
## 4329     Danny 1997     7  18    6 29.2  -89.9           hurricane        1
## 4330     Danny 1997     7  18    9 29.3  -89.7           hurricane        1
## 4331     Danny 1997     7  18   12 29.5  -89.4           hurricane        1
## 4332     Danny 1997     7  18   18 29.7  -89.0           hurricane        1
## 4333     Danny 1997     7  19    0 29.8  -88.4           hurricane        1
## 4334     Danny 1997     7  19    6 30.1  -88.1           hurricane        1
## 4335     Danny 1997     7  19   10 30.2  -88.1           hurricane        1
## 4336     Danny 1997     7  19   12 30.3  -88.0           hurricane        1
## 4337     Danny 1997     7  19   18 30.4  -87.9           hurricane        1
## 4338     Danny 1997     7  20    0 30.3  -87.6      tropical storm        0
## 4339     Danny 1997     7  20    6 30.4  -87.5      tropical storm        0
## 4340     Danny 1997     7  20   12 30.6  -87.4      tropical storm        0
## 4341     Danny 1997     7  20   18 30.8  -87.4 tropical depression       -1
## 4342     Danny 1997     7  21    0 31.0  -87.5 tropical depression       -1
## 4343     Danny 1997     7  21    6 31.3  -87.6 tropical depression       -1
## 4344     Danny 1997     7  21   12 31.7  -87.6 tropical depression       -1
## 4345     Danny 1997     7  21   18 32.1  -87.2 tropical depression       -1
## 4346     Danny 1997     7  22    0 32.9  -87.1 tropical depression       -1
## 4347     Danny 1997     7  22    6 33.2  -86.8 tropical depression       -1
## 4348     Danny 1997     7  22   12 33.4  -86.6 tropical depression       -1
## 4349     Danny 1997     7  22   18 33.7  -86.3 tropical depression       -1
## 4350     Danny 1997     7  23    0 34.0  -86.0 tropical depression       -1
## 4351     Danny 1997     7  23    6 34.1  -85.2 tropical depression       -1
## 4352     Danny 1997     7  23   12 34.2  -84.5 tropical depression       -1
## 4353     Danny 1997     7  23   18 34.3  -83.7 tropical depression       -1
## 4354     Danny 1997     7  24    0 34.4  -82.4 tropical depression       -1
## 4355     Danny 1997     7  24    6 34.6  -80.7 tropical depression       -1
## 4356     Danny 1997     7  24   12 35.2  -79.2 tropical depression       -1
## 4357     Danny 1997     7  24   18 36.4  -76.7      tropical storm        0
## 4358     Danny 1997     7  25    0 37.5  -73.5      tropical storm        0
## 4359     Danny 1997     7  25    6 38.6  -71.6      tropical storm        0
## 4360     Danny 1997     7  25   12 40.0  -70.4      tropical storm        0
## 4361     Danny 1997     7  25   18 40.7  -69.9      tropical storm        0
## 4362     Danny 1997     7  26    0 40.7  -69.6      tropical storm        0
## 4363  AL061997 1997     7  17    6 12.0  -51.5 tropical depression       -1
## 4364  AL061997 1997     7  17   12 12.5  -52.7 tropical depression       -1
## 4365  AL061997 1997     7  17   18 13.0  -54.0 tropical depression       -1
## 4366  AL061997 1997     7  18    0 13.6  -55.3 tropical depression       -1
## 4367  AL061997 1997     7  18    6 14.1  -56.6 tropical depression       -1
## 4368  AL061997 1997     7  18   12 14.6  -57.8 tropical depression       -1
## 4369  AL061997 1997     7  18   18 14.8  -58.9 tropical depression       -1
## 4370  AL061997 1997     7  19    0 15.0  -60.0 tropical depression       -1
## 4371     Erika 1997     9   3    6 10.9  -44.1 tropical depression       -1
## 4372     Erika 1997     9   3   12 11.5  -45.5 tropical depression       -1
## 4373     Erika 1997     9   3   18 12.3  -47.1      tropical storm        0
## 4374     Erika 1997     9   4    0 13.1  -48.5      tropical storm        0
## 4375     Erika 1997     9   4    6 13.9  -49.9      tropical storm        0
## 4376     Erika 1997     9   4   12 14.6  -51.7      tropical storm        0
## 4377     Erika 1997     9   4   18 15.2  -53.7           hurricane        1
## 4378     Erika 1997     9   5    0 15.6  -55.3           hurricane        1
## 4379     Erika 1997     9   5    6 16.0  -56.4           hurricane        1
## 4380     Erika 1997     9   5   12 16.4  -57.4           hurricane        1
## 4381     Erika 1997     9   5   18 17.0  -58.3           hurricane        1
## 4382     Erika 1997     9   6    0 17.5  -59.2           hurricane        1
## 4383     Erika 1997     9   6    6 18.1  -60.0           hurricane        1
## 4384     Erika 1997     9   6   12 18.6  -60.9           hurricane        1
## 4385     Erika 1997     9   6   18 19.0  -61.7           hurricane        1
## 4386     Erika 1997     9   7    0 19.4  -62.4           hurricane        1
## 4387     Erika 1997     9   7    6 19.7  -62.8           hurricane        1
## 4388     Erika 1997     9   7   12 20.2  -63.1           hurricane        1
## 4389     Erika 1997     9   7   18 20.6  -63.2           hurricane        2
## 4390     Erika 1997     9   8    0 21.2  -63.2           hurricane        2
## 4391     Erika 1997     9   8    6 21.8  -63.2           hurricane        3
## 4392     Erika 1997     9   8   12 22.5  -62.9           hurricane        3
## 4393     Erika 1997     9   8   18 23.2  -62.5           hurricane        3
## 4394     Erika 1997     9   9    0 24.1  -62.0           hurricane        3
## 4395     Erika 1997     9   9    6 25.2  -61.4           hurricane        3
## 4396     Erika 1997     9   9   12 26.5  -60.8           hurricane        3
## 4397     Erika 1997     9   9   18 27.9  -60.2           hurricane        3
## 4398     Erika 1997     9  10    0 29.3  -59.6           hurricane        3
## 4399     Erika 1997     9  10    6 30.8  -58.9           hurricane        3
## 4400     Erika 1997     9  10   12 32.2  -58.3           hurricane        2
## 4401     Erika 1997     9  10   18 33.6  -57.5           hurricane        2
## 4402     Erika 1997     9  11    0 34.8  -56.4           hurricane        1
## 4403     Erika 1997     9  11    6 35.7  -55.1           hurricane        1
## 4404     Erika 1997     9  11   12 36.4  -53.6           hurricane        1
## 4405     Erika 1997     9  11   18 37.1  -51.9           hurricane        1
## 4406     Erika 1997     9  12    0 37.6  -49.9      tropical storm        0
## 4407     Erika 1997     9  12    6 38.0  -48.0      tropical storm        0
## 4408     Erika 1997     9  12   12 38.5  -46.2      tropical storm        0
## 4409     Erika 1997     9  12   18 38.9  -44.9      tropical storm        0
## 4410     Erika 1997     9  13    0 39.0  -44.0      tropical storm        0
## 4411     Erika 1997     9  13    6 38.9  -43.2      tropical storm        0
## 4412     Erika 1997     9  13   12 38.5  -42.3      tropical storm        0
## 4413     Erika 1997     9  13   18 38.1  -41.3      tropical storm        0
## 4414     Erika 1997     9  14    0 37.8  -40.2      tropical storm        0
## 4415     Erika 1997     9  14    6 37.6  -39.1      tropical storm        0
## 4416     Erika 1997     9  14   12 37.6  -37.9      tropical storm        0
## 4417     Erika 1997     9  14   18 37.8  -36.5      tropical storm        0
## 4418     Erika 1997     9  15    0 38.2  -35.0      tropical storm        0
## 4419     Erika 1997     9  15    6 38.9  -33.4      tropical storm        0
## 4420     Erika 1997     9  15   12 39.7  -31.7      tropical storm        0
## 4421     Erika 1997     9  15   18 40.9  -29.9      tropical storm        0
## 4422    Fabian 1997    10   4   18 24.2  -64.5 tropical depression       -1
## 4423    Fabian 1997    10   5    0 24.7  -64.3 tropical depression       -1
## 4424    Fabian 1997    10   5    6 25.2  -64.0 tropical depression       -1
## 4425    Fabian 1997    10   5   12 25.7  -63.5 tropical depression       -1
## 4426    Fabian 1997    10   5   18 26.3  -63.1      tropical storm        0
## 4427    Fabian 1997    10   6    0 26.8  -62.6      tropical storm        0
## 4428    Fabian 1997    10   6    6 27.2  -61.9      tropical storm        0
## 4429    Fabian 1997    10   6   12 27.7  -61.3      tropical storm        0
## 4430    Fabian 1997    10   6   18 28.2  -60.2      tropical storm        0
## 4431    Fabian 1997    10   7    0 28.8  -59.1      tropical storm        0
## 4432    Fabian 1997    10   7    6 29.2  -57.9      tropical storm        0
## 4433    Fabian 1997    10   7   12 29.5  -56.8      tropical storm        0
## 4434    Fabian 1997    10   7   18 29.1  -56.0      tropical storm        0
## 4435    Fabian 1997    10   8    0 28.6  -55.0      tropical storm        0
## 4436    Fabian 1997    10   8    6 28.4  -53.4      tropical storm        0
## 4437      Alex 1998     7  27   12 11.3  -25.4 tropical depression       -1
## 4438      Alex 1998     7  27   18 11.7  -27.2 tropical depression       -1
## 4439      Alex 1998     7  28    0 12.2  -29.2 tropical depression       -1
## 4440      Alex 1998     7  28    6 12.6  -31.3 tropical depression       -1
## 4441      Alex 1998     7  28   12 12.9  -33.3 tropical depression       -1
## 4442      Alex 1998     7  28   18 13.1  -35.1 tropical depression       -1
## 4443      Alex 1998     7  29    0 13.3  -36.8      tropical storm        0
## 4444      Alex 1998     7  29    6 13.5  -38.5      tropical storm        0
## 4445      Alex 1998     7  29   12 13.7  -40.0      tropical storm        0
## 4446      Alex 1998     7  29   18 13.9  -41.3      tropical storm        0
## 4447      Alex 1998     7  30    0 14.2  -42.6      tropical storm        0
## 4448      Alex 1998     7  30    6 14.4  -43.9      tropical storm        0
## 4449      Alex 1998     7  30   12 14.7  -45.0      tropical storm        0
## 4450      Alex 1998     7  30   18 15.1  -46.1      tropical storm        0
## 4451      Alex 1998     7  31    0 15.4  -47.1      tropical storm        0
## 4452      Alex 1998     7  31    6 15.6  -48.1      tropical storm        0
## 4453      Alex 1998     7  31   12 15.7  -49.2      tropical storm        0
## 4454      Alex 1998     7  31   18 15.8  -50.4      tropical storm        0
## 4455      Alex 1998     8   1    0 15.9  -51.7      tropical storm        0
## 4456      Alex 1998     8   1    6 16.3  -53.1      tropical storm        0
## 4457      Alex 1998     8   1   12 16.9  -54.3      tropical storm        0
## 4458      Alex 1998     8   1   18 17.7  -55.4      tropical storm        0
## 4459      Alex 1998     8   2    0 18.4  -56.5      tropical storm        0
## 4460      Alex 1998     8   2    6 19.0  -57.7      tropical storm        0
## 4461      Alex 1998     8   2   12 19.9  -58.6      tropical storm        0
## 4462      Alex 1998     8   2   18 21.0  -59.3 tropical depression       -1
## 4463    Bonnie 1998     8  19   12 14.7  -48.1 tropical depression       -1
## 4464    Bonnie 1998     8  19   18 15.4  -50.1 tropical depression       -1
## 4465    Bonnie 1998     8  20    0 16.2  -52.2 tropical depression       -1
## 4466    Bonnie 1998     8  20    6 16.9  -54.7 tropical depression       -1
## 4467    Bonnie 1998     8  20   12 17.3  -57.3      tropical storm        0
## 4468    Bonnie 1998     8  20   18 18.2  -59.6      tropical storm        0
## 4469    Bonnie 1998     8  21    0 18.7  -61.3      tropical storm        0
## 4470    Bonnie 1998     8  21    6 19.1  -62.9      tropical storm        0
## 4471    Bonnie 1998     8  21   12 19.5  -64.5      tropical storm        0
## 4472    Bonnie 1998     8  21   18 20.3  -65.9      tropical storm        0
## 4473    Bonnie 1998     8  22    0 21.1  -67.3           hurricane        1
## 4474    Bonnie 1998     8  22    6 21.8  -68.7           hurricane        1
## 4475    Bonnie 1998     8  22   12 22.3  -69.8           hurricane        1
## 4476    Bonnie 1998     8  22   18 23.0  -70.5           hurricane        2
## 4477    Bonnie 1998     8  23    0 23.4  -71.0           hurricane        2
## 4478    Bonnie 1998     8  23    6 23.8  -71.3           hurricane        2
## 4479    Bonnie 1998     8  23   12 24.1  -71.5           hurricane        3
## 4480    Bonnie 1998     8  23   18 24.4  -71.7           hurricane        3
## 4481    Bonnie 1998     8  24    0 24.8  -71.8           hurricane        3
## 4482    Bonnie 1998     8  24    6 25.2  -72.1           hurricane        3
## 4483    Bonnie 1998     8  24   12 25.6  -72.4           hurricane        3
## 4484    Bonnie 1998     8  24   18 26.1  -72.8           hurricane        3
## 4485    Bonnie 1998     8  25    0 26.9  -73.2           hurricane        3
## 4486    Bonnie 1998     8  25    6 27.8  -73.8           hurricane        3
## 4487    Bonnie 1998     8  25   12 28.8  -74.7           hurricane        3
## 4488    Bonnie 1998     8  25   18 29.8  -75.6           hurricane        3
## 4489    Bonnie 1998     8  26    0 30.8  -76.4           hurricane        3
## 4490    Bonnie 1998     8  26    6 31.7  -77.3           hurricane        3
## 4491    Bonnie 1998     8  26   12 32.7  -77.8           hurricane        3
## 4492    Bonnie 1998     8  26   18 33.4  -77.8           hurricane        3
## 4493    Bonnie 1998     8  27    0 34.0  -77.7           hurricane        2
## 4494    Bonnie 1998     8  27    4 34.4  -77.7           hurricane        2
## 4495    Bonnie 1998     8  27    6 34.5  -77.5           hurricane        2
## 4496    Bonnie 1998     8  27   12 34.9  -77.1           hurricane        1
## 4497    Bonnie 1998     8  27   18 35.4  -76.6      tropical storm        0
## 4498    Bonnie 1998     8  28    0 35.8  -75.9           hurricane        1
## 4499    Bonnie 1998     8  28    6 36.2  -75.1           hurricane        1
## 4500    Bonnie 1998     8  28   12 36.7  -74.3           hurricane        1
## 4501    Bonnie 1998     8  28   18 37.3  -73.2      tropical storm        0
## 4502    Bonnie 1998     8  29    0 38.3  -71.4      tropical storm        0
## 4503    Bonnie 1998     8  29    6 39.2  -69.6      tropical storm        0
## 4504    Bonnie 1998     8  29   12 40.2  -67.8      tropical storm        0
## 4505    Bonnie 1998     8  29   18 41.6  -64.8      tropical storm        0
## 4506    Bonnie 1998     8  30    0 42.9  -61.5      tropical storm        0
## 4507    Bonnie 1998     8  30    6 44.3  -57.0      tropical storm        0
## 4508    Bonnie 1998     8  30   12 44.5  -53.5      tropical storm        0
## 4509   Charley 1998     8  21    6 25.3  -92.3 tropical depression       -1
## 4510   Charley 1998     8  21   12 25.4  -93.8 tropical depression       -1
## 4511   Charley 1998     8  21   18 26.0  -94.5      tropical storm        0
## 4512   Charley 1998     8  22    0 26.8  -95.4      tropical storm        0
## 4513   Charley 1998     8  22    6 27.5  -96.5      tropical storm        0
## 4514   Charley 1998     8  22   10 27.8  -97.1      tropical storm        0
## 4515   Charley 1998     8  22   12 27.9  -97.4      tropical storm        0
## 4516   Charley 1998     8  22   18 28.3  -98.1 tropical depression       -1
## 4517   Charley 1998     8  23    0 28.5  -98.7 tropical depression       -1
## 4518   Charley 1998     8  23    6 28.7  -99.3 tropical depression       -1
## 4519   Charley 1998     8  23   12 28.8  -99.9 tropical depression       -1
## 4520   Charley 1998     8  23   18 29.1 -100.6 tropical depression       -1
## 4521   Charley 1998     8  24    0 29.4 -101.2 tropical depression       -1
## 4522  Danielle 1998     8  24    6 13.4  -34.3 tropical depression       -1
## 4523  Danielle 1998     8  24   12 13.8  -36.1 tropical depression       -1
## 4524  Danielle 1998     8  24   18 14.2  -37.9      tropical storm        0
## 4525  Danielle 1998     8  25    0 14.8  -39.8      tropical storm        0
## 4526  Danielle 1998     8  25    6 15.3  -41.6      tropical storm        0
## 4527  Danielle 1998     8  25   12 16.2  -43.3           hurricane        1
## 4528  Danielle 1998     8  25   18 16.9  -45.3           hurricane        1
## 4529  Danielle 1998     8  26    0 17.6  -47.3           hurricane        1
## 4530  Danielle 1998     8  26    6 18.4  -49.1           hurricane        2
## 4531  Danielle 1998     8  26   12 19.1  -51.1           hurricane        2
## 4532  Danielle 1998     8  26   18 19.7  -52.8           hurricane        1
## 4533  Danielle 1998     8  27    0 20.1  -54.9           hurricane        1
## 4534  Danielle 1998     8  27    6 20.6  -56.7           hurricane        2
## 4535  Danielle 1998     8  27   12 21.2  -58.5           hurricane        2
## 4536  Danielle 1998     8  27   18 21.8  -60.1           hurricane        2
## 4537  Danielle 1998     8  28    0 22.4  -61.7           hurricane        1
## 4538  Danielle 1998     8  28    6 22.7  -63.2           hurricane        1
## 4539  Danielle 1998     8  28   12 23.0  -64.4           hurricane        1
## 4540  Danielle 1998     8  28   18 23.4  -65.7           hurricane        1
## 4541  Danielle 1998     8  29    0 23.9  -66.9           hurricane        1
## 4542  Danielle 1998     8  29    6 24.3  -68.2           hurricane        1
## 4543  Danielle 1998     8  29   12 24.8  -69.4           hurricane        1
## 4544  Danielle 1998     8  29   18 25.4  -70.5           hurricane        1
## 4545  Danielle 1998     8  30    0 25.9  -71.4           hurricane        1
## 4546  Danielle 1998     8  30    6 26.4  -72.2           hurricane        1
## 4547  Danielle 1998     8  30   12 26.9  -73.1           hurricane        1
## 4548  Danielle 1998     8  30   18 27.5  -73.9           hurricane        1
## 4549  Danielle 1998     8  31    0 27.9  -74.1           hurricane        1
## 4550  Danielle 1998     8  31    6 28.4  -74.3           hurricane        1
## 4551  Danielle 1998     8  31   12 29.2  -74.1           hurricane        2
## 4552  Danielle 1998     8  31   18 30.0  -73.7           hurricane        2
## 4553  Danielle 1998     9   1    0 30.9  -73.3           hurricane        2
## 4554  Danielle 1998     9   1    6 31.7  -72.7           hurricane        2
## 4555  Danielle 1998     9   1   12 32.2  -72.0           hurricane        2
## 4556  Danielle 1998     9   1   18 32.9  -70.7           hurricane        2
## 4557  Danielle 1998     9   2    0 33.7  -69.1           hurricane        1
## 4558  Danielle 1998     9   2    6 34.6  -67.6           hurricane        1
## 4559  Danielle 1998     9   2   12 36.0  -65.4           hurricane        1
## 4560  Danielle 1998     9   2   18 37.9  -63.1           hurricane        1
## 4561  Danielle 1998     9   3    0 39.9  -60.1           hurricane        1
## 4562  Danielle 1998     9   3    6 42.1  -57.5           hurricane        1
## 4563  Danielle 1998     9   3   12 43.4  -54.8           hurricane        1
## 4564  Danielle 1998     9   3   18 44.6  -51.9           hurricane        1
## 4565   Georges 1998     9  15   12  9.7  -25.1 tropical depression       -1
## 4566   Georges 1998     9  15   18  9.8  -26.5 tropical depression       -1
## 4567   Georges 1998     9  16    0 10.0  -28.1 tropical depression       -1
## 4568   Georges 1998     9  16    6 10.3  -29.7 tropical depression       -1
## 4569   Georges 1998     9  16   12 10.6  -31.3      tropical storm        0
## 4570   Georges 1998     9  16   18 11.0  -32.9      tropical storm        0
## 4571   Georges 1998     9  17    0 11.3  -34.6      tropical storm        0
## 4572   Georges 1998     9  17    6 11.7  -36.3      tropical storm        0
## 4573   Georges 1998     9  17   12 12.0  -38.1      tropical storm        0
## 4574   Georges 1998     9  17   18 12.3  -40.0           hurricane        1
## 4575   Georges 1998     9  18    0 12.5  -42.0           hurricane        1
## 4576   Georges 1998     9  18    6 12.8  -43.9           hurricane        1
## 4577   Georges 1998     9  18   12 13.1  -45.7           hurricane        2
## 4578   Georges 1998     9  18   18 13.5  -47.4           hurricane        2
## 4579   Georges 1998     9  19    0 13.9  -49.0           hurricane        2
## 4580   Georges 1998     9  19    6 14.4  -50.6           hurricane        2
## 4581   Georges 1998     9  19   12 14.9  -52.0           hurricane        3
## 4582   Georges 1998     9  19   18 15.4  -53.5           hurricane        4
## 4583   Georges 1998     9  20    0 15.7  -54.9           hurricane        4
## 4584   Georges 1998     9  20    6 16.0  -56.3           hurricane        4
## 4585   Georges 1998     9  20   12 16.2  -57.7           hurricane        4
## 4586   Georges 1998     9  20   18 16.4  -59.2           hurricane        4
## 4587   Georges 1998     9  21    0 16.7  -60.6           hurricane        3
## 4588   Georges 1998     9  21    4 17.0  -61.7           hurricane        3
## 4589   Georges 1998     9  21    6 17.1  -62.1           hurricane        3
## 4590   Georges 1998     9  21    8 17.2  -62.6           hurricane        3
## 4591   Georges 1998     9  21   12 17.4  -63.6           hurricane        2
## 4592   Georges 1998     9  21   18 17.8  -65.0           hurricane        2
## 4593   Georges 1998     9  21   22 18.1  -65.8           hurricane        3
## 4594   Georges 1998     9  22    0 18.2  -66.3           hurricane        2
## 4595   Georges 1998     9  22    6 18.0  -67.4           hurricane        2
## 4596   Georges 1998     9  22   12 18.2  -68.5           hurricane        3
## 4597   Georges 1998     9  22   12 18.2  -68.7           hurricane        3
## 4598   Georges 1998     9  22   18 18.6  -69.7           hurricane        2
## 4599   Georges 1998     9  23    0 18.8  -70.8           hurricane        1
## 4600   Georges 1998     9  23    6 19.0  -72.1           hurricane        1
## 4601   Georges 1998     9  23   12 19.3  -73.3           hurricane        1
## 4602   Georges 1998     9  23   18 19.8  -74.3           hurricane        1
## 4603   Georges 1998     9  23   21 20.1  -74.5           hurricane        1
## 4604   Georges 1998     9  24    0 20.5  -74.9           hurricane        1
## 4605   Georges 1998     9  24    6 20.8  -76.0           hurricane        1
## 4606   Georges 1998     9  24   12 21.3  -77.2           hurricane        1
## 4607   Georges 1998     9  24   18 21.9  -78.0           hurricane        1
## 4608   Georges 1998     9  25    0 22.7  -79.0           hurricane        1
## 4609   Georges 1998     9  25    6 23.4  -80.2           hurricane        2
## 4610   Georges 1998     9  25   12 23.9  -81.3           hurricane        2
## 4611   Georges 1998     9  25   15 24.5  -81.8           hurricane        2
## 4612   Georges 1998     9  25   18 24.6  -82.4           hurricane        2
## 4613   Georges 1998     9  26    0 24.8  -83.3           hurricane        2
## 4614   Georges 1998     9  26    6 25.2  -84.2           hurricane        2
## 4615   Georges 1998     9  26   12 25.7  -85.1           hurricane        2
## 4616   Georges 1998     9  26   18 26.2  -85.9           hurricane        2
## 4617   Georges 1998     9  27    0 27.0  -86.5           hurricane        2
## 4618   Georges 1998     9  27    6 27.6  -87.2           hurricane        2
## 4619   Georges 1998     9  27   12 28.2  -87.8           hurricane        2
## 4620   Georges 1998     9  27   18 28.8  -88.3           hurricane        2
## 4621   Georges 1998     9  28    0 29.3  -88.5           hurricane        2
## 4622   Georges 1998     9  28    6 29.8  -88.7           hurricane        2
## 4623   Georges 1998     9  28   11 30.4  -88.9           hurricane        2
## 4624   Georges 1998     9  28   12 30.4  -88.9           hurricane        2
## 4625   Georges 1998     9  28   18 30.6  -88.9           hurricane        1
## 4626   Georges 1998     9  29    0 30.6  -89.0      tropical storm        0
## 4627   Georges 1998     9  29    6 30.6  -88.4      tropical storm        0
## 4628   Georges 1998     9  29   12 31.0  -88.1 tropical depression       -1
## 4629   Georges 1998     9  29   18 30.9  -87.5 tropical depression       -1
## 4630   Georges 1998     9  30    0 30.8  -86.9 tropical depression       -1
## 4631   Georges 1998     9  30    6 30.7  -86.3 tropical depression       -1
## 4632   Georges 1998     9  30   12 30.7  -85.4 tropical depression       -1
## 4633   Georges 1998     9  30   18 30.6  -84.2 tropical depression       -1
## 4634   Georges 1998    10   1    0 30.5  -83.0 tropical depression       -1
## 4635   Georges 1998    10   1    6 30.5  -81.8 tropical depression       -1
## 4636   Hermine 1998     9  17   12 26.9  -90.3 tropical depression       -1
## 4637   Hermine 1998     9  17   18 26.8  -91.6 tropical depression       -1
## 4638   Hermine 1998     9  18    0 26.4  -92.1 tropical depression       -1
## 4639   Hermine 1998     9  18    6 25.7  -92.5 tropical depression       -1
## 4640   Hermine 1998     9  18   12 26.0  -92.5 tropical depression       -1
## 4641   Hermine 1998     9  18   18 25.9  -92.3 tropical depression       -1
## 4642   Hermine 1998     9  19    0 25.8  -92.0 tropical depression       -1
## 4643   Hermine 1998     9  19    6 26.4  -91.4 tropical depression       -1
## 4644   Hermine 1998     9  19   12 27.5  -91.3      tropical storm        0
## 4645   Hermine 1998     9  19   18 28.3  -91.1      tropical storm        0
## 4646   Hermine 1998     9  20    0 29.0  -90.9      tropical storm        0
## 4647   Hermine 1998     9  20    5 29.1  -90.9      tropical storm        0
## 4648   Hermine 1998     9  20    6 29.2  -90.9      tropical storm        0
## 4649   Hermine 1998     9  20   12 30.5  -90.5 tropical depression       -1
## 4650   Hermine 1998     9  20   18 31.0  -90.0 tropical depression       -1
## 4651      Ivan 1998     9  19    0 13.4  -26.6 tropical depression       -1
## 4652      Ivan 1998     9  19    6 13.1  -27.5 tropical depression       -1
## 4653      Ivan 1998     9  19   12 12.9  -28.2 tropical depression       -1
## 4654      Ivan 1998     9  19   18 13.1  -29.0 tropical depression       -1
## 4655      Ivan 1998     9  20    0 13.4  -29.6 tropical depression       -1
## 4656      Ivan 1998     9  20    6 14.3  -30.6 tropical depression       -1
## 4657      Ivan 1998     9  20   12 15.2  -31.5 tropical depression       -1
## 4658      Ivan 1998     9  20   18 16.0  -32.6      tropical storm        0
## 4659      Ivan 1998     9  21    0 16.8  -33.7      tropical storm        0
## 4660      Ivan 1998     9  21    6 17.4  -34.9      tropical storm        0
## 4661      Ivan 1998     9  21   12 18.2  -35.6      tropical storm        0
## 4662      Ivan 1998     9  21   18 19.0  -36.0      tropical storm        0
## 4663      Ivan 1998     9  22    0 20.0  -36.1      tropical storm        0
## 4664      Ivan 1998     9  22    6 21.3  -36.1      tropical storm        0
## 4665      Ivan 1998     9  22   12 22.9  -36.4      tropical storm        0
## 4666      Ivan 1998     9  22   18 24.2  -37.1      tropical storm        0
## 4667      Ivan 1998     9  23    0 25.6  -37.7      tropical storm        0
## 4668      Ivan 1998     9  23    6 26.9  -38.4      tropical storm        0
## 4669      Ivan 1998     9  23   12 28.3  -39.2      tropical storm        0
## 4670      Ivan 1998     9  23   18 29.6  -40.2           hurricane        1
## 4671      Ivan 1998     9  24    0 30.5  -40.9           hurricane        1
## 4672      Ivan 1998     9  24    6 31.3  -41.6           hurricane        1
## 4673      Ivan 1998     9  24   12 32.3  -42.0           hurricane        1
## 4674      Ivan 1998     9  24   18 33.4  -42.3           hurricane        1
## 4675      Ivan 1998     9  25    0 34.4  -42.3           hurricane        1
## 4676      Ivan 1998     9  25    6 35.3  -41.9           hurricane        1
## 4677      Ivan 1998     9  25   12 36.3  -41.3           hurricane        1
## 4678      Ivan 1998     9  25   18 37.2  -40.2           hurricane        1
## 4679      Ivan 1998     9  26    0 38.1  -38.7           hurricane        1
## 4680      Ivan 1998     9  26    6 39.2  -36.3           hurricane        1
## 4681      Ivan 1998     9  26   12 40.1  -33.1           hurricane        1
## 4682      Ivan 1998     9  26   18 40.7  -29.7           hurricane        1
## 4683      Ivan 1998     9  27    0 40.7  -25.7      tropical storm        0
## 4684    Jeanne 1998     9  21    6  9.6  -17.4 tropical depression       -1
## 4685    Jeanne 1998     9  21   12 10.5  -18.2 tropical depression       -1
## 4686    Jeanne 1998     9  21   18 11.0  -19.4      tropical storm        0
## 4687    Jeanne 1998     9  22    0 11.5  -20.7      tropical storm        0
## 4688    Jeanne 1998     9  22    6 12.1  -22.2      tropical storm        0
## 4689    Jeanne 1998     9  22   12 12.7  -23.8      tropical storm        0
## 4690    Jeanne 1998     9  22   18 13.1  -25.2           hurricane        1
## 4691    Jeanne 1998     9  23    0 13.6  -26.7           hurricane        1
## 4692    Jeanne 1998     9  23    6 14.1  -28.1           hurricane        1
## 4693    Jeanne 1998     9  23   12 14.5  -29.5           hurricane        1
## 4694    Jeanne 1998     9  23   18 15.0  -30.8           hurricane        2
## 4695    Jeanne 1998     9  24    0 15.4  -32.1           hurricane        2
## 4696    Jeanne 1998     9  24    6 15.9  -33.4           hurricane        2
## 4697    Jeanne 1998     9  24   12 16.4  -34.4           hurricane        2
## 4698    Jeanne 1998     9  24   18 17.0  -35.4           hurricane        2
## 4699    Jeanne 1998     9  25    0 17.5  -36.3           hurricane        2
## 4700    Jeanne 1998     9  25    6 18.0  -37.2           hurricane        2
## 4701    Jeanne 1998     9  25   12 18.6  -37.9           hurricane        2
## 4702    Jeanne 1998     9  25   18 19.3  -38.6           hurricane        1
## 4703    Jeanne 1998     9  26    0 20.0  -39.4           hurricane        1
## 4704    Jeanne 1998     9  26    6 20.8  -40.0           hurricane        1
## 4705    Jeanne 1998     9  26   12 21.6  -40.6           hurricane        1
## 4706    Jeanne 1998     9  26   18 22.4  -41.2           hurricane        1
## 4707    Jeanne 1998     9  27    0 23.4  -41.6           hurricane        1
## 4708    Jeanne 1998     9  27    6 24.4  -42.0           hurricane        1
## 4709    Jeanne 1998     9  27   12 25.6  -41.8           hurricane        1
## 4710    Jeanne 1998     9  27   18 27.1  -41.5           hurricane        1
## 4711    Jeanne 1998     9  28    0 28.8  -41.2           hurricane        1
## 4712    Jeanne 1998     9  28    6 30.6  -40.7           hurricane        1
## 4713    Jeanne 1998     9  28   12 32.3  -39.6           hurricane        1
## 4714    Jeanne 1998     9  28   18 33.8  -38.4           hurricane        1
## 4715    Jeanne 1998     9  29    0 35.0  -37.2           hurricane        1
## 4716    Jeanne 1998     9  29    6 35.8  -36.2           hurricane        1
## 4717    Jeanne 1998     9  29   12 36.2  -35.3           hurricane        1
## 4718    Jeanne 1998     9  29   18 36.6  -34.6      tropical storm        0
## 4719    Jeanne 1998     9  30    0 36.9  -33.4      tropical storm        0
## 4720    Jeanne 1998     9  30    6 37.2  -32.1      tropical storm        0
## 4721    Jeanne 1998     9  30   12 37.6  -30.7      tropical storm        0
## 4722    Jeanne 1998     9  30   18 38.0  -29.4      tropical storm        0
## 4723      Karl 1998     9  23   12 33.3  -65.4 tropical depression       -1
## 4724      Karl 1998     9  23   18 33.2  -62.8 tropical depression       -1
## 4725      Karl 1998     9  24    0 33.2  -60.7      tropical storm        0
## 4726      Karl 1998     9  24    6 32.9  -59.2      tropical storm        0
## 4727      Karl 1998     9  24   12 32.5  -58.1      tropical storm        0
## 4728      Karl 1998     9  24   18 32.0  -57.2      tropical storm        0
## 4729      Karl 1998     9  25    0 31.4  -56.2      tropical storm        0
## 4730      Karl 1998     9  25    6 30.8  -55.1      tropical storm        0
## 4731      Karl 1998     9  25   12 30.4  -54.0           hurricane        1
## 4732      Karl 1998     9  25   18 30.3  -52.9           hurricane        1
## 4733      Karl 1998     9  26    0 30.5  -51.8           hurricane        1
## 4734      Karl 1998     9  26    6 31.1  -51.0           hurricane        1
## 4735      Karl 1998     9  26   12 31.8  -49.9           hurricane        1
## 4736      Karl 1998     9  26   18 32.6  -48.8           hurricane        1
## 4737      Karl 1998     9  27    0 33.9  -47.3           hurricane        2
## 4738      Karl 1998     9  27    6 35.5  -45.2           hurricane        2
## 4739      Karl 1998     9  27   12 37.4  -42.5           hurricane        1
## 4740      Karl 1998     9  27   18 39.1  -39.0           hurricane        1
## 4741      Karl 1998     9  28    0 40.4  -34.7      tropical storm        0
## 4742      Lisa 1998    10   5    0 13.9  -46.4 tropical depression       -1
## 4743      Lisa 1998    10   5    6 14.2  -47.1      tropical storm        0
## 4744      Lisa 1998    10   5   12 14.8  -47.8      tropical storm        0
## 4745      Lisa 1998    10   5   18 15.7  -48.5      tropical storm        0
## 4746      Lisa 1998    10   6    0 16.5  -49.2      tropical storm        0
## 4747      Lisa 1998    10   6    6 17.1  -49.3      tropical storm        0
## 4748      Lisa 1998    10   6   12 17.6  -48.9      tropical storm        0
## 4749      Lisa 1998    10   6   18 18.2  -48.5      tropical storm        0
## 4750      Lisa 1998    10   7    0 18.9  -48.0      tropical storm        0
## 4751      Lisa 1998    10   7    6 19.6  -47.5      tropical storm        0
## 4752      Lisa 1998    10   7   12 20.4  -46.6      tropical storm        0
## 4753      Lisa 1998    10   7   18 21.5  -45.3      tropical storm        0
## 4754      Lisa 1998    10   8    0 22.9  -43.9      tropical storm        0
## 4755      Lisa 1998    10   8    6 24.6  -42.1      tropical storm        0
## 4756      Lisa 1998    10   8   12 26.9  -40.1      tropical storm        0
## 4757      Lisa 1998    10   8   18 29.6  -38.6      tropical storm        0
## 4758      Lisa 1998    10   9    0 32.9  -37.8      tropical storm        0
## 4759      Lisa 1998    10   9    6 36.8  -37.9      tropical storm        0
## 4760      Lisa 1998    10   9   12 41.6  -38.7           hurricane        1
## 4761      Lisa 1998    10   9   18 47.1  -39.3           hurricane        1
## 4762     Mitch 1998    10  22    0 11.6  -76.1 tropical depression       -1
## 4763     Mitch 1998    10  22    6 11.9  -77.1 tropical depression       -1
## 4764     Mitch 1998    10  22   12 12.0  -77.9 tropical depression       -1
## 4765     Mitch 1998    10  22   18 11.6  -77.9      tropical storm        0
## 4766     Mitch 1998    10  23    0 11.8  -77.6      tropical storm        0
## 4767     Mitch 1998    10  23    6 12.2  -77.6      tropical storm        0
## 4768     Mitch 1998    10  23   12 12.5  -77.8      tropical storm        0
## 4769     Mitch 1998    10  23   18 12.9  -78.0      tropical storm        0
## 4770     Mitch 1998    10  24    0 13.4  -77.9      tropical storm        0
## 4771     Mitch 1998    10  24    6 13.9  -77.8           hurricane        1
## 4772     Mitch 1998    10  24   12 14.5  -77.9           hurricane        1
## 4773     Mitch 1998    10  24   18 15.0  -78.1           hurricane        2
## 4774     Mitch 1998    10  25    0 15.5  -78.4           hurricane        3
## 4775     Mitch 1998    10  25    6 16.0  -78.9           hurricane        3
## 4776     Mitch 1998    10  25   12 16.2  -79.6           hurricane        4
## 4777     Mitch 1998    10  25   18 16.4  -80.3           hurricane        4
## 4778     Mitch 1998    10  26    0 16.4  -81.0           hurricane        4
## 4779     Mitch 1998    10  26    6 16.4  -81.8           hurricane        4
## 4780     Mitch 1998    10  26   12 16.6  -82.6           hurricane        5
## 4781     Mitch 1998    10  26   18 16.9  -83.1           hurricane        5
## 4782     Mitch 1998    10  27    0 17.2  -83.8           hurricane        5
## 4783     Mitch 1998    10  27    6 17.3  -84.4           hurricane        5
## 4784     Mitch 1998    10  27   12 17.1  -85.0           hurricane        5
## 4785     Mitch 1998    10  27   18 16.9  -85.4           hurricane        5
## 4786     Mitch 1998    10  28    0 16.6  -85.6           hurricane        5
## 4787     Mitch 1998    10  28    6 16.3  -85.6           hurricane        4
## 4788     Mitch 1998    10  28   12 16.3  -85.6           hurricane        4
## 4789     Mitch 1998    10  28   18 16.3  -85.7           hurricane        2
## 4790     Mitch 1998    10  29    0 16.2  -85.8           hurricane        2
## 4791     Mitch 1998    10  29    6 16.1  -85.8           hurricane        1
## 4792     Mitch 1998    10  29   12 15.9  -85.7           hurricane        1
## 4793     Mitch 1998    10  29   18 15.8  -85.6      tropical storm        0
## 4794     Mitch 1998    10  30    0 15.6  -85.7      tropical storm        0
## 4795     Mitch 1998    10  30    6 15.4  -85.9      tropical storm        0
## 4796     Mitch 1998    10  30   12 15.2  -86.1      tropical storm        0
## 4797     Mitch 1998    10  30   18 14.9  -86.5      tropical storm        0
## 4798     Mitch 1998    10  31    0 14.7  -87.0      tropical storm        0
## 4799     Mitch 1998    10  31    6 14.5  -87.7      tropical storm        0
## 4800     Mitch 1998    10  31   12 14.5  -88.5      tropical storm        0
## 4801     Mitch 1998    10  31   18 14.6  -89.2 tropical depression       -1
## 4802     Mitch 1998    11   1    0 14.6  -90.0 tropical depression       -1
## 4803     Mitch 1998    11   1    6 14.7  -90.8 tropical depression       -1
## 4804     Mitch 1998    11   1   12 14.9  -91.5 tropical depression       -1
## 4805     Mitch 1998    11   1   18 15.5  -92.2 tropical depression       -1
## 4806     Mitch 1998    11   3   18 19.6  -91.4      tropical storm        0
## 4807     Mitch 1998    11   4    0 20.0  -90.6      tropical storm        0
## 4808     Mitch 1998    11   4    2 20.1  -90.5      tropical storm        0
## 4809     Mitch 1998    11   4    6 20.8  -89.6 tropical depression       -1
## 4810     Mitch 1998    11   4   12 21.8  -88.2      tropical storm        0
## 4811     Mitch 1998    11   4   18 23.3  -86.5      tropical storm        0
## 4812     Mitch 1998    11   5    0 24.8  -84.8      tropical storm        0
## 4813     Mitch 1998    11   5    6 25.6  -83.1      tropical storm        0
## 4814     Mitch 1998    11   5   11 26.2  -81.9      tropical storm        0
## 4815     Mitch 1998    11   5   12 26.6  -81.3      tropical storm        0
## 4816    Nicole 1998    11  24    0 28.3  -28.0 tropical depression       -1
## 4817    Nicole 1998    11  24    6 27.9  -29.1      tropical storm        0
## 4818    Nicole 1998    11  24   12 27.5  -30.1      tropical storm        0
## 4819    Nicole 1998    11  24   18 27.2  -31.1      tropical storm        0
## 4820    Nicole 1998    11  25    0 26.9  -32.0      tropical storm        0
## 4821    Nicole 1998    11  25    6 26.6  -32.9      tropical storm        0
## 4822    Nicole 1998    11  25   12 26.3  -33.7      tropical storm        0
## 4823    Nicole 1998    11  25   18 26.0  -34.6      tropical storm        0
## 4824    Nicole 1998    11  26    0 25.7  -35.4      tropical storm        0
## 4825    Nicole 1998    11  26    6 25.5  -36.4      tropical storm        0
## 4826    Nicole 1998    11  26   12 25.3  -37.3 tropical depression       -1
## 4827    Nicole 1998    11  26   18 25.2  -38.3 tropical depression       -1
## 4828    Nicole 1998    11  27    0 25.2  -39.2 tropical depression       -1
## 4829    Nicole 1998    11  27    6 25.3  -40.3 tropical depression       -1
## 4830    Nicole 1998    11  27   12 25.4  -41.7 tropical depression       -1
## 4831    Nicole 1998    11  27   18 25.6  -43.0      tropical storm        0
## 4832    Nicole 1998    11  28    0 25.8  -44.1      tropical storm        0
## 4833    Nicole 1998    11  28    6 26.3  -45.3      tropical storm        0
## 4834    Nicole 1998    11  28   12 27.1  -46.2      tropical storm        0
## 4835    Nicole 1998    11  28   18 28.0  -46.6      tropical storm        0
## 4836    Nicole 1998    11  29    0 28.8  -46.5      tropical storm        0
## 4837    Nicole 1998    11  29    6 30.0  -45.9      tropical storm        0
## 4838    Nicole 1998    11  29   12 31.0  -44.9      tropical storm        0
## 4839    Nicole 1998    11  29   18 31.8  -43.8      tropical storm        0
## 4840    Nicole 1998    11  30    0 32.6  -42.6           hurricane        1
## 4841    Nicole 1998    11  30    6 33.1  -41.7           hurricane        1
## 4842    Nicole 1998    11  30   12 33.8  -40.5           hurricane        1
## 4843    Nicole 1998    11  30   18 34.3  -39.3           hurricane        1
## 4844    Nicole 1998    12   1    0 35.1  -37.9           hurricane        1
## 4845    Nicole 1998    12   1    6 37.0  -35.5           hurricane        1
## 4846    Nicole 1998    12   1   12 40.4  -34.0      tropical storm        0
## 4847  AL021999 1999     7   2   18 20.2  -95.0 tropical depression       -1
## 4848  AL021999 1999     7   3    0 20.6  -96.3 tropical depression       -1
## 4849  AL021999 1999     7   3    4 20.5  -97.0 tropical depression       -1
## 4850  AL021999 1999     7   3    6 20.4  -97.3 tropical depression       -1
## 4851     Emily 1999     8  24    6 11.5  -53.6 tropical depression       -1
## 4852     Emily 1999     8  24   12 11.5  -53.8      tropical storm        0
## 4853     Emily 1999     8  24   18 11.6  -53.9      tropical storm        0
## 4854     Emily 1999     8  25    0 12.1  -53.9      tropical storm        0
## 4855     Emily 1999     8  25    6 12.6  -54.2      tropical storm        0
## 4856     Emily 1999     8  25   12 12.8  -54.8      tropical storm        0
## 4857     Emily 1999     8  25   18 13.2  -55.2      tropical storm        0
## 4858     Emily 1999     8  26    0 13.8  -55.7      tropical storm        0
## 4859     Emily 1999     8  26    6 14.3  -56.2      tropical storm        0
## 4860     Emily 1999     8  26   12 15.0  -56.6      tropical storm        0
## 4861     Emily 1999     8  26   18 15.8  -57.0      tropical storm        0
## 4862     Emily 1999     8  27    0 17.0  -57.1      tropical storm        0
## 4863     Emily 1999     8  27    6 18.0  -57.0      tropical storm        0
## 4864     Emily 1999     8  27   12 19.0  -57.0      tropical storm        0
## 4865     Emily 1999     8  27   18 20.0  -57.0      tropical storm        0
## 4866     Emily 1999     8  28    0 21.1  -56.6      tropical storm        0
## 4867     Emily 1999     8  28    6 22.4  -56.7      tropical storm        0
## 4868     Emily 1999     8  28   12 23.8  -56.7 tropical depression       -1
## 4869  AL071999 1999     9   5   18 21.6  -96.4 tropical depression       -1
## 4870  AL071999 1999     9   6    0 22.0  -96.7 tropical depression       -1
## 4871  AL071999 1999     9   6    6 22.6  -97.2 tropical depression       -1
## 4872  AL071999 1999     9   6   12 23.2  -97.7 tropical depression       -1
## 4873  AL071999 1999     9   6   18 23.8  -98.0 tropical depression       -1
## 4874  AL071999 1999     9   7    0 24.0  -98.1 tropical depression       -1
## 4875  AL071999 1999     9   7    6 24.3  -98.5 tropical depression       -1
## 4876  AL071999 1999     9   7   12 25.0  -99.0 tropical depression       -1
## 4877     Floyd 1999     9   7   18 14.6  -45.6 tropical depression       -1
## 4878     Floyd 1999     9   8    0 15.0  -46.9 tropical depression       -1
## 4879     Floyd 1999     9   8    6 15.3  -48.2      tropical storm        0
## 4880     Floyd 1999     9   8   12 15.8  -49.6      tropical storm        0
## 4881     Floyd 1999     9   8   18 16.3  -51.1      tropical storm        0
## 4882     Floyd 1999     9   9    0 16.7  -52.6      tropical storm        0
## 4883     Floyd 1999     9   9    6 17.1  -53.9      tropical storm        0
## 4884     Floyd 1999     9   9   12 17.3  -55.1      tropical storm        0
## 4885     Floyd 1999     9   9   18 17.9  -56.3      tropical storm        0
## 4886     Floyd 1999     9  10    0 18.3  -57.2      tropical storm        0
## 4887     Floyd 1999     9  10    6 18.6  -58.2      tropical storm        0
## 4888     Floyd 1999     9  10   12 19.3  -58.8           hurricane        1
## 4889     Floyd 1999     9  10   18 20.2  -59.6           hurricane        1
## 4890     Floyd 1999     9  11    0 20.8  -60.4           hurricane        1
## 4891     Floyd 1999     9  11    6 21.4  -61.1           hurricane        2
## 4892     Floyd 1999     9  11   12 21.9  -62.0           hurricane        2
## 4893     Floyd 1999     9  11   18 22.5  -63.0           hurricane        2
## 4894     Floyd 1999     9  12    0 22.7  -64.1           hurricane        2
## 4895     Floyd 1999     9  12    6 22.8  -65.2           hurricane        2
## 4896     Floyd 1999     9  12   12 23.0  -66.2           hurricane        3
## 4897     Floyd 1999     9  12   18 23.2  -67.4           hurricane        4
## 4898     Floyd 1999     9  13    0 23.4  -68.7           hurricane        4
## 4899     Floyd 1999     9  13    6 23.6  -70.0           hurricane        4
## 4900     Floyd 1999     9  13   12 23.9  -71.4           hurricane        4
## 4901     Floyd 1999     9  13   18 24.1  -72.9           hurricane        4
## 4902     Floyd 1999     9  14    0 24.5  -74.0           hurricane        4
## 4903     Floyd 1999     9  14    6 24.9  -75.3           hurricane        3
## 4904     Floyd 1999     9  14   12 25.4  -76.3           hurricane        3
## 4905     Floyd 1999     9  14   18 26.1  -77.0           hurricane        3
## 4906     Floyd 1999     9  14   19 26.3  -77.1           hurricane        3
## 4907     Floyd 1999     9  15    0 27.1  -77.7           hurricane        4
## 4908     Floyd 1999     9  15    6 28.2  -78.5           hurricane        3
## 4909     Floyd 1999     9  15   12 29.3  -78.9           hurricane        3
## 4910     Floyd 1999     9  15   18 30.6  -79.1           hurricane        2
## 4911     Floyd 1999     9  16    0 32.1  -78.7           hurricane        2
## 4912     Floyd 1999     9  16    6 33.7  -78.0           hurricane        2
## 4913     Floyd 1999     9  16    6 33.8  -78.0           hurricane        2
## 4914     Floyd 1999     9  16   12 35.7  -76.8           hurricane        1
## 4915     Floyd 1999     9  16   18 38.0  -75.3      tropical storm        0
## 4916     Floyd 1999     9  17    0 40.6  -73.5      tropical storm        0
## 4917     Floyd 1999     9  17    6 42.1  -72.1      tropical storm        0
## 4918      Gert 1999     9  11   12 12.6  -24.2 tropical depression       -1
## 4919      Gert 1999     9  11   18 12.9  -26.1 tropical depression       -1
## 4920      Gert 1999     9  12    0 13.3  -28.0 tropical depression       -1
## 4921      Gert 1999     9  12    6 13.8  -29.8 tropical depression       -1
## 4922      Gert 1999     9  12   12 14.2  -31.9      tropical storm        0
## 4923      Gert 1999     9  12   18 14.8  -33.8      tropical storm        0
## 4924      Gert 1999     9  13    0 15.1  -35.6      tropical storm        0
## 4925      Gert 1999     9  13    6 15.4  -37.3      tropical storm        0
## 4926      Gert 1999     9  13   12 15.9  -39.2           hurricane        1
## 4927      Gert 1999     9  13   18 16.1  -40.8           hurricane        1
## 4928      Gert 1999     9  14    0 16.3  -42.2           hurricane        1
## 4929      Gert 1999     9  14    6 16.6  -43.5           hurricane        2
## 4930      Gert 1999     9  14   12 16.8  -44.6           hurricane        2
## 4931      Gert 1999     9  14   18 17.1  -45.8           hurricane        2
## 4932      Gert 1999     9  15    0 17.2  -46.9           hurricane        3
## 4933      Gert 1999     9  15    6 17.4  -47.9           hurricane        3
## 4934      Gert 1999     9  15   12 17.5  -48.9           hurricane        4
## 4935      Gert 1999     9  15   18 17.7  -50.0           hurricane        4
## 4936      Gert 1999     9  16    0 17.8  -50.8           hurricane        4
## 4937      Gert 1999     9  16    6 18.0  -51.7           hurricane        4
## 4938      Gert 1999     9  16   12 18.2  -52.6           hurricane        4
## 4939      Gert 1999     9  16   18 18.6  -53.4           hurricane        4
## 4940      Gert 1999     9  17    0 19.0  -54.2           hurricane        4
## 4941      Gert 1999     9  17    6 19.4  -55.0           hurricane        4
## 4942      Gert 1999     9  17   12 19.9  -55.7           hurricane        4
## 4943      Gert 1999     9  17   18 20.4  -56.3           hurricane        4
## 4944      Gert 1999     9  18    0 20.9  -56.8           hurricane        3
## 4945      Gert 1999     9  18    6 21.6  -57.1           hurricane        3
## 4946      Gert 1999     9  18   12 22.2  -57.4           hurricane        3
## 4947      Gert 1999     9  18   18 22.8  -57.8           hurricane        3
## 4948      Gert 1999     9  19    0 23.4  -58.1           hurricane        3
## 4949      Gert 1999     9  19    6 24.1  -58.7           hurricane        4
## 4950      Gert 1999     9  19   12 24.7  -59.2           hurricane        4
## 4951      Gert 1999     9  19   18 25.5  -60.0           hurricane        4
## 4952      Gert 1999     9  20    0 26.2  -60.7           hurricane        4
## 4953      Gert 1999     9  20    6 26.8  -61.4           hurricane        3
## 4954      Gert 1999     9  20   12 27.6  -62.4           hurricane        3
## 4955      Gert 1999     9  20   18 28.3  -62.7           hurricane        3
## 4956      Gert 1999     9  21    0 29.2  -62.9           hurricane        2
## 4957      Gert 1999     9  21    6 30.1  -62.8           hurricane        2
## 4958      Gert 1999     9  21   12 31.3  -62.6           hurricane        2
## 4959      Gert 1999     9  21   18 32.7  -62.1           hurricane        1
## 4960      Gert 1999     9  22    0 34.3  -61.2           hurricane        1
## 4961      Gert 1999     9  22    6 36.2  -60.4           hurricane        1
## 4962      Gert 1999     9  22   12 38.1  -59.4           hurricane        1
## 4963      Gert 1999     9  22   18 40.3  -57.9           hurricane        1
## 4964      Gert 1999     9  23    0 42.2  -55.6      tropical storm        0
## 4965      Gert 1999     9  23    6 44.6  -54.5      tropical storm        0
## 4966    Harvey 1999     9  19    6 25.0  -87.8 tropical depression       -1
## 4967    Harvey 1999     9  19   12 25.5  -87.8 tropical depression       -1
## 4968    Harvey 1999     9  19   18 26.0  -87.8 tropical depression       -1
## 4969    Harvey 1999     9  20    0 26.3  -87.4      tropical storm        0
## 4970    Harvey 1999     9  20    6 26.6  -86.9      tropical storm        0
## 4971    Harvey 1999     9  20   12 27.0  -86.3      tropical storm        0
## 4972    Harvey 1999     9  20   18 27.0  -85.5      tropical storm        0
## 4973    Harvey 1999     9  21    0 27.1  -84.6      tropical storm        0
## 4974    Harvey 1999     9  21    6 26.5  -83.9      tropical storm        0
## 4975    Harvey 1999     9  21    8 26.3  -83.7      tropical storm        0
## 4976    Harvey 1999     9  21   12 26.0  -82.8      tropical storm        0
## 4977    Harvey 1999     9  21   17 25.9  -81.7      tropical storm        0
## 4978    Harvey 1999     9  21   18 25.9  -81.5      tropical storm        0
## 4979    Harvey 1999     9  22    0 26.9  -78.6      tropical storm        0
## 4980  AL111999 1999    10   4    6 20.1  -94.1 tropical depression       -1
## 4981  AL111999 1999    10   4   12 19.5  -94.0 tropical depression       -1
## 4982  AL111999 1999    10   4   18 19.0  -94.0 tropical depression       -1
## 4983  AL111999 1999    10   5    0 18.9  -93.8 tropical depression       -1
## 4984  AL111999 1999    10   5    6 19.1  -94.2 tropical depression       -1
## 4985  AL111999 1999    10   5   12 19.4  -94.5 tropical depression       -1
## 4986  AL111999 1999    10   5   18 19.6  -94.8 tropical depression       -1
## 4987  AL111999 1999    10   6    0 19.6  -95.0 tropical depression       -1
## 4988  AL111999 1999    10   6    6 19.5  -95.4 tropical depression       -1
## 4989  AL111999 1999    10   6   12 20.4  -96.4 tropical depression       -1
## 4990  AL121999 1999    10   6    0 14.4  -44.8 tropical depression       -1
## 4991  AL121999 1999    10   6    6 14.8  -45.4 tropical depression       -1
## 4992  AL121999 1999    10   6   12 15.0  -45.8 tropical depression       -1
## 4993  AL121999 1999    10   6   18 15.2  -46.0 tropical depression       -1
## 4994  AL121999 1999    10   7    0 15.4  -46.2 tropical depression       -1
## 4995  AL121999 1999    10   7    6 15.6  -46.5 tropical depression       -1
## 4996  AL121999 1999    10   7   12 15.8  -46.7 tropical depression       -1
## 4997  AL121999 1999    10   7   18 16.0  -47.1 tropical depression       -1
## 4998  AL121999 1999    10   8    0 16.4  -47.5 tropical depression       -1
## 4999  AL121999 1999    10   8    6 16.6  -47.7 tropical depression       -1
## 5000  AL121999 1999    10   8   12 16.8  -47.9 tropical depression       -1
## 5001  AL121999 1999    10   8   18 17.3  -48.5 tropical depression       -1
## 5002   Katrina 1999    10  28   18 11.4  -80.9 tropical depression       -1
## 5003   Katrina 1999    10  29    0 11.6  -81.6 tropical depression       -1
## 5004   Katrina 1999    10  29    6 12.0  -82.0 tropical depression       -1
## 5005   Katrina 1999    10  29   12 12.6  -82.6 tropical depression       -1
## 5006   Katrina 1999    10  29   18 13.2  -82.9      tropical storm        0
## 5007   Katrina 1999    10  30    0 13.8  -83.4      tropical storm        0
## 5008   Katrina 1999    10  30    6 14.1  -84.0 tropical depression       -1
## 5009   Katrina 1999    10  30   12 14.3  -84.5 tropical depression       -1
## 5010   Katrina 1999    10  30   18 14.7  -85.2 tropical depression       -1
## 5011   Katrina 1999    10  31    0 16.0  -86.6 tropical depression       -1
## 5012   Katrina 1999    10  31    6 17.2  -87.4 tropical depression       -1
## 5013   Katrina 1999    10  31   12 18.4  -88.0 tropical depression       -1
## 5014   Katrina 1999    10  31   18 19.4  -88.7 tropical depression       -1
## 5015   Katrina 1999    11   1    0 19.9  -89.6 tropical depression       -1
## 5016   Katrina 1999    11   1    6 20.4  -89.8 tropical depression       -1
## 5017   Katrina 1999    11   1   12 21.2  -89.8 tropical depression       -1
## 5018     Lenny 1999    11  13   18 16.7  -81.6 tropical depression       -1
## 5019     Lenny 1999    11  14    0 16.5  -81.1 tropical depression       -1
## 5020     Lenny 1999    11  14    6 16.4  -80.5 tropical depression       -1
## 5021     Lenny 1999    11  14   12 16.4  -79.9      tropical storm        0
## 5022     Lenny 1999    11  14   18 16.3  -79.3      tropical storm        0
## 5023     Lenny 1999    11  15    0 16.0  -78.6           hurricane        1
## 5024     Lenny 1999    11  15    6 15.5  -77.7           hurricane        1
## 5025     Lenny 1999    11  15   12 15.1  -76.4           hurricane        2
## 5026     Lenny 1999    11  15   18 14.8  -74.8           hurricane        1
## 5027     Lenny 1999    11  16    0 15.1  -73.4           hurricane        1
## 5028     Lenny 1999    11  16    6 15.1  -72.0           hurricane        1
## 5029     Lenny 1999    11  16   12 15.1  -70.5           hurricane        2
## 5030     Lenny 1999    11  16   18 15.5  -69.0           hurricane        2
## 5031     Lenny 1999    11  17    0 15.9  -67.6           hurricane        3
## 5032     Lenny 1999    11  17    6 16.4  -66.5           hurricane        3
## 5033     Lenny 1999    11  17   12 16.8  -65.5           hurricane        4
## 5034     Lenny 1999    11  17   18 17.4  -64.8           hurricane        4
## 5035     Lenny 1999    11  18    0 17.6  -64.2           hurricane        4
## 5036     Lenny 1999    11  18    6 17.8  -63.9           hurricane        4
## 5037     Lenny 1999    11  18   12 17.9  -63.6           hurricane        4
## 5038     Lenny 1999    11  18   18 18.0  -63.3           hurricane        3
## 5039     Lenny 1999    11  19    0 18.1  -63.1           hurricane        2
## 5040     Lenny 1999    11  19    6 18.0  -62.9           hurricane        1
## 5041     Lenny 1999    11  19   12 17.9  -62.8           hurricane        1
## 5042     Lenny 1999    11  19   18 17.6  -62.5      tropical storm        0
## 5043     Lenny 1999    11  20    0 17.3  -61.8      tropical storm        0
## 5044     Lenny 1999    11  20    6 17.0  -61.1      tropical storm        0
## 5045     Lenny 1999    11  20   12 16.5  -60.4      tropical storm        0
## 5046     Lenny 1999    11  20   18 15.9  -59.8      tropical storm        0
## 5047     Lenny 1999    11  21    0 16.0  -59.0      tropical storm        0
## 5048     Lenny 1999    11  21    6 16.5  -58.1 tropical depression       -1
## 5049     Lenny 1999    11  21   12 17.2  -57.1 tropical depression       -1
## 5050     Lenny 1999    11  21   18 18.0  -56.7 tropical depression       -1
## 5051     Lenny 1999    11  22    0 18.4  -56.1 tropical depression       -1
## 5052     Lenny 1999    11  22    6 18.5  -55.7 tropical depression       -1
## 5053     Lenny 1999    11  22   12 18.5  -55.3 tropical depression       -1
## 5054     Lenny 1999    11  22   18 18.5  -54.7 tropical depression       -1
## 5055     Lenny 1999    11  23    0 18.5  -53.8 tropical depression       -1
## 5056     Lenny 1999    11  23    6 18.5  -52.8 tropical depression       -1
## 5057  AL012000 2000     6   7   18 21.0  -93.0 tropical depression       -1
## 5058  AL012000 2000     6   8    0 20.9  -92.8 tropical depression       -1
## 5059  AL012000 2000     6   8    6 20.7  -93.1 tropical depression       -1
## 5060  AL012000 2000     6   8   12 20.8  -93.5 tropical depression       -1
## 5061  AL022000 2000     6  23    0  9.5  -19.8 tropical depression       -1
## 5062  AL022000 2000     6  23    6  9.6  -21.0 tropical depression       -1
## 5063  AL022000 2000     6  23   12  9.9  -22.6 tropical depression       -1
## 5064  AL022000 2000     6  23   18 10.2  -24.5 tropical depression       -1
## 5065  AL022000 2000     6  24    0 10.1  -26.2 tropical depression       -1
## 5066  AL022000 2000     6  24    6  9.9  -27.8 tropical depression       -1
## 5067  AL022000 2000     6  24   12  9.9  -29.3 tropical depression       -1
## 5068  AL022000 2000     6  24   18 10.1  -30.1 tropical depression       -1
## 5069  AL022000 2000     6  25    0 10.1  -32.6 tropical depression       -1
## 5070  AL022000 2000     6  25    6 10.0  -34.2 tropical depression       -1
## 5071  AL022000 2000     6  25   12  9.8  -36.2 tropical depression       -1
## 5072  AL022000 2000     6  25   18  9.7  -38.2 tropical depression       -1
## 5073   Alberto 2000     8   3   18 10.8  -18.0 tropical depression       -1
## 5074   Alberto 2000     8   4    0 11.5  -20.1 tropical depression       -1
## 5075   Alberto 2000     8   4    6 12.0  -22.3      tropical storm        0
## 5076   Alberto 2000     8   4   12 12.3  -23.8      tropical storm        0
## 5077   Alberto 2000     8   4   18 12.7  -25.2      tropical storm        0
## 5078   Alberto 2000     8   5    0 13.2  -26.7      tropical storm        0
## 5079   Alberto 2000     8   5    6 13.7  -28.2      tropical storm        0
## 5080   Alberto 2000     8   5   12 14.1  -29.8      tropical storm        0
## 5081   Alberto 2000     8   5   18 14.5  -31.4      tropical storm        0
## 5082   Alberto 2000     8   6    0 14.5  -33.2           hurricane        1
## 5083   Alberto 2000     8   6    6 14.6  -34.4           hurricane        1
## 5084   Alberto 2000     8   6   12 14.7  -35.4           hurricane        1
## 5085   Alberto 2000     8   6   18 15.2  -36.6           hurricane        1
## 5086   Alberto 2000     8   7    0 15.7  -38.1           hurricane        1
## 5087   Alberto 2000     8   7    6 16.0  -39.6           hurricane        1
## 5088   Alberto 2000     8   7   12 16.2  -41.0           hurricane        1
## 5089   Alberto 2000     8   7   18 16.5  -42.2           hurricane        1
## 5090   Alberto 2000     8   8    0 16.7  -43.6           hurricane        1
## 5091   Alberto 2000     8   8    6 17.0  -44.9           hurricane        1
## 5092   Alberto 2000     8   8   12 17.7  -45.7           hurricane        1
## 5093   Alberto 2000     8   8   18 18.6  -46.5           hurricane        1
## 5094   Alberto 2000     8   9    0 19.6  -47.2      tropical storm        0
## 5095   Alberto 2000     8   9    6 20.6  -48.5      tropical storm        0
## 5096   Alberto 2000     8   9   12 21.9  -49.9      tropical storm        0
## 5097   Alberto 2000     8   9   18 23.4  -51.3      tropical storm        0
## 5098   Alberto 2000     8  10    0 24.8  -52.6           hurricane        1
## 5099   Alberto 2000     8  10    6 26.1  -54.0           hurricane        1
## 5100   Alberto 2000     8  10   12 27.5  -55.3           hurricane        1
## 5101   Alberto 2000     8  10   18 28.8  -56.7           hurricane        1
## 5102   Alberto 2000     8  11    0 29.9  -57.7           hurricane        1
## 5103   Alberto 2000     8  11    6 31.1  -58.4           hurricane        1
## 5104   Alberto 2000     8  11   12 32.2  -58.6           hurricane        1
## 5105   Alberto 2000     8  11   18 33.3  -58.5           hurricane        2
## 5106   Alberto 2000     8  12    0 34.3  -58.0           hurricane        2
## 5107   Alberto 2000     8  12    6 35.1  -56.7           hurricane        3
## 5108   Alberto 2000     8  12   12 35.9  -55.3           hurricane        3
## 5109   Alberto 2000     8  12   18 36.8  -53.8           hurricane        3
## 5110   Alberto 2000     8  13    0 37.4  -52.0           hurricane        3
## 5111   Alberto 2000     8  13    6 38.0  -50.3           hurricane        2
## 5112   Alberto 2000     8  13   12 38.4  -48.3           hurricane        2
## 5113   Alberto 2000     8  13   18 38.8  -46.3           hurricane        1
## 5114   Alberto 2000     8  14    0 39.0  -44.2           hurricane        1
## 5115   Alberto 2000     8  14    6 39.1  -42.2      tropical storm        0
## 5116   Alberto 2000     8  14   12 39.1  -40.6      tropical storm        0
## 5117   Alberto 2000     8  14   18 39.1  -39.3      tropical storm        0
## 5118   Alberto 2000     8  15    0 38.9  -38.5      tropical storm        0
## 5119   Alberto 2000     8  15    6 38.3  -38.5      tropical storm        0
## 5120   Alberto 2000     8  15   12 37.3  -38.5      tropical storm        0
## 5121   Alberto 2000     8  15   18 36.6  -38.9      tropical storm        0
## 5122   Alberto 2000     8  16    0 36.1  -39.4      tropical storm        0
## 5123   Alberto 2000     8  16    6 35.4  -40.2      tropical storm        0
## 5124   Alberto 2000     8  16   12 34.6  -41.3      tropical storm        0
## 5125   Alberto 2000     8  16   18 33.9  -42.4      tropical storm        0
## 5126   Alberto 2000     8  17    0 33.4  -43.5      tropical storm        0
## 5127   Alberto 2000     8  17    6 33.0  -44.2      tropical storm        0
## 5128   Alberto 2000     8  17   12 33.0  -44.9      tropical storm        0
## 5129   Alberto 2000     8  17   18 33.0  -45.8      tropical storm        0
## 5130   Alberto 2000     8  18    0 33.2  -46.5      tropical storm        0
## 5131   Alberto 2000     8  18    6 33.6  -47.1      tropical storm        0
## 5132   Alberto 2000     8  18   12 34.2  -47.6      tropical storm        0
## 5133   Alberto 2000     8  18   18 34.7  -48.0           hurricane        1
## 5134   Alberto 2000     8  19    0 34.9  -48.1           hurricane        1
## 5135   Alberto 2000     8  19    6 35.3  -48.2           hurricane        1
## 5136   Alberto 2000     8  19   12 35.6  -48.2           hurricane        2
## 5137   Alberto 2000     8  19   18 36.0  -48.2           hurricane        2
## 5138   Alberto 2000     8  20    0 36.4  -48.1           hurricane        2
## 5139   Alberto 2000     8  20    6 36.7  -48.0           hurricane        2
## 5140   Alberto 2000     8  20   12 37.1  -47.9           hurricane        2
## 5141   Alberto 2000     8  20   18 37.4  -47.7           hurricane        2
## 5142   Alberto 2000     8  21    0 37.9  -47.5           hurricane        2
## 5143   Alberto 2000     8  21    6 38.3  -47.3           hurricane        1
## 5144   Alberto 2000     8  21   12 38.9  -47.2           hurricane        1
## 5145   Alberto 2000     8  21   18 40.0  -46.7           hurricane        1
## 5146   Alberto 2000     8  22    0 41.2  -45.9           hurricane        1
## 5147   Alberto 2000     8  22    6 42.6  -45.4           hurricane        1
## 5148   Alberto 2000     8  22   12 44.0  -44.0           hurricane        1
## 5149   Alberto 2000     8  22   18 46.1  -42.1           hurricane        1
## 5150   Alberto 2000     8  23    0 48.3  -39.5           hurricane        1
## 5151   Alberto 2000     8  23    6 50.7  -36.8      tropical storm        0
## 5152  AL042000 2000     8   8   12 28.2  -74.2 tropical depression       -1
## 5153  AL042000 2000     8   8   18 28.1  -75.1 tropical depression       -1
## 5154  AL042000 2000     8   9    0 28.0  -76.0 tropical depression       -1
## 5155  AL042000 2000     8   9    6 27.9  -76.8 tropical depression       -1
## 5156  AL042000 2000     8   9   12 27.9  -77.4 tropical depression       -1
## 5157  AL042000 2000     8   9   18 27.9  -77.9 tropical depression       -1
## 5158  AL042000 2000     8  10    0 28.0  -78.6 tropical depression       -1
## 5159  AL042000 2000     8  10    6 28.3  -79.3 tropical depression       -1
## 5160  AL042000 2000     8  10   12 28.7  -78.9 tropical depression       -1
## 5161  AL042000 2000     8  10   18 28.9  -78.3 tropical depression       -1
## 5162  AL042000 2000     8  11    0 29.2  -77.8 tropical depression       -1
## 5163  AL042000 2000     8  11    6 29.4  -77.2 tropical depression       -1
## 5164  AL042000 2000     8  11   12 29.6  -76.5 tropical depression       -1
## 5165     Beryl 2000     8  13   18 22.5  -93.5 tropical depression       -1
## 5166     Beryl 2000     8  14    0 22.7  -93.8 tropical depression       -1
## 5167     Beryl 2000     8  14    6 23.1  -94.6      tropical storm        0
## 5168     Beryl 2000     8  14   12 23.5  -95.4      tropical storm        0
## 5169     Beryl 2000     8  14   18 23.9  -96.3      tropical storm        0
## 5170     Beryl 2000     8  15    0 24.1  -97.0      tropical storm        0
## 5171     Beryl 2000     8  15    6 24.5  -97.7      tropical storm        0
## 5172     Beryl 2000     8  15   12 24.9  -98.6 tropical depression       -1
## 5173     Beryl 2000     8  15   18 25.2  -99.8 tropical depression       -1
## 5174     Chris 2000     8  17   12 14.2  -51.9 tropical depression       -1
## 5175     Chris 2000     8  17   18 14.7  -52.8 tropical depression       -1
## 5176     Chris 2000     8  18    0 15.2  -53.4 tropical depression       -1
## 5177     Chris 2000     8  18    6 15.6  -54.1 tropical depression       -1
## 5178     Chris 2000     8  18   12 16.2  -55.4      tropical storm        0
## 5179     Chris 2000     8  18   18 16.8  -56.5 tropical depression       -1
## 5180     Chris 2000     8  19    0 17.3  -57.7 tropical depression       -1
## 5181     Chris 2000     8  19    6 17.8  -59.0 tropical depression       -1
## 5182     Chris 2000     8  19   12 18.3  -60.4 tropical depression       -1
## 5183     Debby 2000     8  19   18 12.0  -44.5 tropical depression       -1
## 5184     Debby 2000     8  20    0 12.6  -45.3 tropical depression       -1
## 5185     Debby 2000     8  20    6 13.3  -46.8      tropical storm        0
## 5186     Debby 2000     8  20   12 14.0  -48.8      tropical storm        0
## 5187     Debby 2000     8  20   18 14.7  -50.6      tropical storm        0
## 5188     Debby 2000     8  21    0 15.1  -52.1      tropical storm        0
## 5189     Debby 2000     8  21    6 15.4  -54.0           hurricane        1
## 5190     Debby 2000     8  21   12 15.7  -56.3           hurricane        1
## 5191     Debby 2000     8  21   18 16.1  -58.5           hurricane        1
## 5192     Debby 2000     8  22    0 16.8  -60.1           hurricane        1
## 5193     Debby 2000     8  22    3 17.1  -60.9           hurricane        1
## 5194     Debby 2000     8  22    6 17.5  -61.7           hurricane        1
## 5195     Debby 2000     8  22    9 17.9  -62.8           hurricane        1
## 5196     Debby 2000     8  22   12 18.1  -63.5           hurricane        1
## 5197     Debby 2000     8  22   15 18.5  -64.4           hurricane        1
## 5198     Debby 2000     8  22   18 18.8  -65.4           hurricane        1
## 5199     Debby 2000     8  23    0 19.2  -66.7           hurricane        1
## 5200     Debby 2000     8  23    6 19.5  -68.1           hurricane        1
## 5201     Debby 2000     8  23   12 19.8  -69.7      tropical storm        0
## 5202     Debby 2000     8  23   18 20.0  -71.5      tropical storm        0
## 5203     Debby 2000     8  24    0 19.9  -73.3      tropical storm        0
## 5204     Debby 2000     8  24    6 19.6  -75.1      tropical storm        0
## 5205     Debby 2000     8  24   12 19.5  -77.0 tropical depression       -1
## 5206   Ernesto 2000     9   1   12 14.8  -45.2 tropical depression       -1
## 5207   Ernesto 2000     9   1   18 15.0  -47.0 tropical depression       -1
## 5208   Ernesto 2000     9   2    0 15.6  -48.3 tropical depression       -1
## 5209   Ernesto 2000     9   2    6 16.2  -49.5      tropical storm        0
## 5210   Ernesto 2000     9   2   12 16.9  -50.8      tropical storm        0
## 5211   Ernesto 2000     9   2   18 17.5  -52.1      tropical storm        0
## 5212   Ernesto 2000     9   3    0 18.2  -53.6      tropical storm        0
## 5213   Ernesto 2000     9   3    6 18.8  -55.0      tropical storm        0
## 5214   Ernesto 2000     9   3   12 19.4  -56.6      tropical storm        0
## 5215   Ernesto 2000     9   3   18 20.0  -58.0 tropical depression       -1
## 5216  AL092000 2000     9   8   18 27.5  -93.5 tropical depression       -1
## 5217  AL092000 2000     9   8   21 28.0  -93.5 tropical depression       -1
## 5218  AL092000 2000     9   9    0 28.5  -93.5 tropical depression       -1
## 5219  AL092000 2000     9   9    6 29.3  -93.8 tropical depression       -1
## 5220  AL092000 2000     9   9   10 29.9  -93.9 tropical depression       -1
## 5221  AL092000 2000     9   9   12 30.0  -94.0 tropical depression       -1
## 5222    Gordon 2000     9  14   12 19.8  -87.3 tropical depression       -1
## 5223    Gordon 2000     9  14   18 20.4  -87.4 tropical depression       -1
## 5224    Gordon 2000     9  15    0 20.7  -87.7 tropical depression       -1
## 5225    Gordon 2000     9  15    6 21.0  -88.0 tropical depression       -1
## 5226    Gordon 2000     9  15   12 21.4  -88.7 tropical depression       -1
## 5227    Gordon 2000     9  15   18 21.6  -87.8 tropical depression       -1
## 5228    Gordon 2000     9  16    0 22.5  -86.7      tropical storm        0
## 5229    Gordon 2000     9  16    6 22.9  -86.6      tropical storm        0
## 5230    Gordon 2000     9  16   12 23.5  -86.3      tropical storm        0
## 5231    Gordon 2000     9  16   18 24.3  -85.9      tropical storm        0
## 5232    Gordon 2000     9  17    0 25.2  -85.4           hurricane        1
## 5233    Gordon 2000     9  17    6 26.1  -84.9           hurricane        1
## 5234    Gordon 2000     9  17   12 27.1  -84.3           hurricane        1
## 5235    Gordon 2000     9  17   18 28.0  -83.8           hurricane        1
## 5236    Gordon 2000     9  18    0 28.9  -83.4      tropical storm        0
## 5237    Gordon 2000     9  18    3 29.3  -83.2      tropical storm        0
## 5238    Gordon 2000     9  18    6 29.8  -83.0      tropical storm        0
## 5239    Gordon 2000     9  18   12 31.0  -82.3 tropical depression       -1
## 5240     Isaac 2000     9  21   12 11.5  -23.0 tropical depression       -1
## 5241     Isaac 2000     9  21   18 11.9  -24.5 tropical depression       -1
## 5242     Isaac 2000     9  22    0 12.3  -25.9      tropical storm        0
## 5243     Isaac 2000     9  22    6 12.7  -27.2      tropical storm        0
## 5244     Isaac 2000     9  22   12 13.1  -28.7      tropical storm        0
## 5245     Isaac 2000     9  22   18 13.5  -30.1      tropical storm        0
## 5246     Isaac 2000     9  23    0 13.7  -31.2      tropical storm        0
## 5247     Isaac 2000     9  23    6 13.9  -32.3      tropical storm        0
## 5248     Isaac 2000     9  23   12 14.3  -33.2           hurricane        1
## 5249     Isaac 2000     9  23   18 14.6  -34.2           hurricane        2
## 5250     Isaac 2000     9  24    0 14.9  -35.0           hurricane        3
## 5251     Isaac 2000     9  24    6 15.1  -35.8           hurricane        3
## 5252     Isaac 2000     9  24   12 15.5  -36.8           hurricane        3
## 5253     Isaac 2000     9  24   18 15.8  -37.8           hurricane        3
## 5254     Isaac 2000     9  25    0 16.3  -38.6           hurricane        2
## 5255     Isaac 2000     9  25    6 16.7  -39.5           hurricane        2
## 5256     Isaac 2000     9  25   12 17.2  -40.4           hurricane        2
## 5257     Isaac 2000     9  25   18 17.6  -41.2           hurricane        2
## 5258     Isaac 2000     9  26    0 17.9  -42.0           hurricane        2
## 5259     Isaac 2000     9  26    6 18.3  -42.9           hurricane        2
## 5260     Isaac 2000     9  26   12 18.6  -43.9           hurricane        1
## 5261     Isaac 2000     9  26   18 19.1  -45.0           hurricane        1
## 5262     Isaac 2000     9  27    0 19.6  -46.0           hurricane        1
## 5263     Isaac 2000     9  27    6 20.4  -47.0           hurricane        2
## 5264     Isaac 2000     9  27   12 21.0  -48.1           hurricane        2
## 5265     Isaac 2000     9  27   18 21.9  -49.5           hurricane        2
## 5266     Isaac 2000     9  28    0 22.8  -50.6           hurricane        3
## 5267     Isaac 2000     9  28    6 23.8  -52.0           hurricane        3
## 5268     Isaac 2000     9  28   12 25.0  -52.9           hurricane        3
## 5269     Isaac 2000     9  28   18 26.6  -54.2           hurricane        4
## 5270     Isaac 2000     9  29    0 28.0  -55.1           hurricane        4
## 5271     Isaac 2000     9  29    6 29.7  -55.9           hurricane        3
## 5272     Isaac 2000     9  29   12 31.2  -56.2           hurricane        3
## 5273     Isaac 2000     9  29   18 32.9  -55.9           hurricane        2
## 5274     Isaac 2000     9  30    0 34.4  -55.2           hurricane        2
## 5275     Isaac 2000     9  30    6 35.7  -54.0           hurricane        1
## 5276     Isaac 2000     9  30   12 37.0  -51.8           hurricane        1
## 5277     Isaac 2000     9  30   18 38.3  -49.8           hurricane        1
## 5278     Isaac 2000    10   1    0 39.7  -47.9           hurricane        1
## 5279     Isaac 2000    10   1    6 40.9  -45.7      tropical storm        0
## 5280     Isaac 2000    10   1   12 42.1  -43.6      tropical storm        0
## 5281     Joyce 2000     9  25   12 11.2  -29.6 tropical depression       -1
## 5282     Joyce 2000     9  25   18 11.4  -30.7 tropical depression       -1
## 5283     Joyce 2000     9  26    0 11.5  -31.9      tropical storm        0
## 5284     Joyce 2000     9  26    6 11.6  -33.0      tropical storm        0
## 5285     Joyce 2000     9  26   12 11.6  -34.1      tropical storm        0
## 5286     Joyce 2000     9  26   18 11.7  -35.3      tropical storm        0
## 5287     Joyce 2000     9  27    0 12.1  -36.4      tropical storm        0
## 5288     Joyce 2000     9  27    6 12.2  -37.6      tropical storm        0
## 5289     Joyce 2000     9  27   12 12.4  -38.8           hurricane        1
## 5290     Joyce 2000     9  27   18 12.5  -40.1           hurricane        1
## 5291     Joyce 2000     9  28    0 12.4  -41.3           hurricane        1
## 5292     Joyce 2000     9  28    6 12.2  -42.5           hurricane        1
## 5293     Joyce 2000     9  28   12 11.7  -43.8           hurricane        1
## 5294     Joyce 2000     9  28   18 11.3  -45.0           hurricane        1
## 5295     Joyce 2000     9  29    0 10.9  -46.1           hurricane        1
## 5296     Joyce 2000     9  29    6 10.7  -47.2           hurricane        1
## 5297     Joyce 2000     9  29   12 10.5  -48.6           hurricane        1
## 5298     Joyce 2000     9  29   18 10.5  -50.1      tropical storm        0
## 5299     Joyce 2000     9  30    0 10.4  -51.7      tropical storm        0
## 5300     Joyce 2000     9  30    6 10.3  -53.3      tropical storm        0
## 5301     Joyce 2000     9  30   12 10.3  -54.9      tropical storm        0
## 5302     Joyce 2000     9  30   18 10.5  -56.6      tropical storm        0
## 5303     Joyce 2000    10   1    0 10.7  -58.0      tropical storm        0
## 5304     Joyce 2000    10   1    6 11.0  -59.5      tropical storm        0
## 5305     Joyce 2000    10   1   12 11.3  -60.9      tropical storm        0
## 5306     Joyce 2000    10   1   18 11.7  -62.3 tropical depression       -1
## 5307     Joyce 2000    10   2    0 11.9  -63.5 tropical depression       -1
## 5308     Joyce 2000    10   2    6 11.9  -64.9 tropical depression       -1
## 5309     Keith 2000     9  28   18 16.1  -82.9 tropical depression       -1
## 5310     Keith 2000     9  29    0 16.2  -83.3 tropical depression       -1
## 5311     Keith 2000     9  29    6 16.6  -83.6 tropical depression       -1
## 5312     Keith 2000     9  29   12 16.9  -84.0 tropical depression       -1
## 5313     Keith 2000     9  29   18 17.4  -84.8      tropical storm        0
## 5314     Keith 2000     9  30    0 17.7  -85.4      tropical storm        0
## 5315     Keith 2000     9  30    6 17.9  -86.0      tropical storm        0
## 5316     Keith 2000     9  30   12 17.9  -86.4           hurricane        1
## 5317     Keith 2000     9  30   18 17.9  -86.7           hurricane        1
## 5318     Keith 2000    10   1    0 17.9  -86.9           hurricane        3
## 5319     Keith 2000    10   1    6 17.9  -87.2           hurricane        4
## 5320     Keith 2000    10   1    7 17.9  -87.3           hurricane        4
## 5321     Keith 2000    10   1   12 17.9  -87.4           hurricane        4
## 5322     Keith 2000    10   1   18 17.9  -87.7           hurricane        3
## 5323     Keith 2000    10   2    0 17.8  -87.9           hurricane        3
## 5324     Keith 2000    10   2    6 17.6  -87.8           hurricane        1
## 5325     Keith 2000    10   2   12 17.7  -87.8           hurricane        1
## 5326     Keith 2000    10   2   18 17.7  -87.9           hurricane        1
## 5327     Keith 2000    10   2   23 17.9  -88.0           hurricane        1
## 5328     Keith 2000    10   3    0 17.9  -88.0      tropical storm        0
## 5329     Keith 2000    10   3    3 17.9  -88.2      tropical storm        0
## 5330     Keith 2000    10   3    6 18.0  -88.4      tropical storm        0
## 5331     Keith 2000    10   3   12 18.3  -88.8 tropical depression       -1
## 5332     Keith 2000    10   3   18 18.6  -89.5 tropical depression       -1
## 5333     Keith 2000    10   4    0 19.0  -90.4 tropical depression       -1
## 5334     Keith 2000    10   4    6 19.5  -91.4 tropical depression       -1
## 5335     Keith 2000    10   4   12 19.9  -92.5      tropical storm        0
## 5336     Keith 2000    10   4   18 20.3  -93.5      tropical storm        0
## 5337     Keith 2000    10   5    0 20.7  -94.8      tropical storm        0
## 5338     Keith 2000    10   5    6 21.2  -96.1           hurricane        1
## 5339     Keith 2000    10   5   12 21.8  -97.0           hurricane        1
## 5340     Keith 2000    10   5   18 22.6  -97.9           hurricane        1
## 5341     Keith 2000    10   6    0 23.2  -99.0      tropical storm        0
## 5342     Keith 2000    10   6    6 23.5 -100.0 tropical depression       -1
## 5343     Keith 2000    10   6   12 23.8 -101.0 tropical depression       -1
## 5344    Leslie 2000    10   5   12 29.9  -77.3      tropical storm        0
## 5345    Leslie 2000    10   5   18 30.2  -75.9      tropical storm        0
## 5346    Leslie 2000    10   6    0 30.3  -74.3      tropical storm        0
## 5347    Leslie 2000    10   6    6 30.6  -73.1      tropical storm        0
## 5348    Leslie 2000    10   6   12 30.9  -72.4      tropical storm        0
## 5349    Leslie 2000    10   6   18 31.3  -71.8      tropical storm        0
## 5350    Leslie 2000    10   7    0 32.1  -70.7      tropical storm        0
## 5351    Leslie 2000    10   7    6 33.1  -69.6      tropical storm        0
## 5352    Leslie 2000    10   7   12 35.4  -68.3      tropical storm        0
## 5353   Michael 2000    10  17    0 29.9  -71.1      tropical storm        0
## 5354   Michael 2000    10  17    6 29.8  -71.0      tropical storm        0
## 5355   Michael 2000    10  17   12 29.8  -70.9      tropical storm        0
## 5356   Michael 2000    10  17   18 30.1  -70.9           hurricane        1
## 5357   Michael 2000    10  18    0 30.4  -70.9           hurricane        1
## 5358   Michael 2000    10  18    6 30.8  -70.8           hurricane        1
## 5359   Michael 2000    10  18   12 31.5  -70.4           hurricane        1
## 5360   Michael 2000    10  18   18 32.6  -69.5           hurricane        1
## 5361   Michael 2000    10  19    0 34.2  -67.8           hurricane        1
## 5362   Michael 2000    10  19    6 36.3  -65.5           hurricane        1
## 5363   Michael 2000    10  19   12 39.8  -61.6           hurricane        1
## 5364   Michael 2000    10  19   18 44.0  -58.5           hurricane        2
## 5365    Nadine 2000    10  19   12 26.2  -59.9 tropical depression       -1
## 5366    Nadine 2000    10  19   18 27.5  -59.4 tropical depression       -1
## 5367    Nadine 2000    10  20    0 28.7  -58.8 tropical depression       -1
## 5368    Nadine 2000    10  20    6 29.7  -58.0 tropical depression       -1
## 5369    Nadine 2000    10  20   12 30.4  -57.2      tropical storm        0
## 5370    Nadine 2000    10  20   18 31.4  -56.3      tropical storm        0
## 5371    Nadine 2000    10  21    0 32.4  -55.2      tropical storm        0
## 5372    Nadine 2000    10  21    6 33.3  -53.5      tropical storm        0
## 5373    Nadine 2000    10  21   12 34.1  -52.3      tropical storm        0
## 5374    Nadine 2000    10  21   18 34.8  -51.3      tropical storm        0
## 5375   Allison 2001     6   5   12 27.5  -95.0      tropical storm        0
## 5376   Allison 2001     6   5   18 28.5  -95.3      tropical storm        0
## 5377   Allison 2001     6   5   21 28.9  -95.3      tropical storm        0
## 5378   Allison 2001     6   6    0 29.3  -95.3      tropical storm        0
## 5379   Allison 2001     6   6    6 30.1  -95.2 tropical depression       -1
## 5380   Allison 2001     6   6   12 31.0  -95.2 tropical depression       -1
## 5381   Allison 2001     6   6   18 31.5  -95.0 tropical depression       -1
## 5382   Allison 2001     6   7    0 31.6  -95.0 tropical depression       -1
## 5383   Allison 2001     6   7    6 31.8  -94.9 tropical depression       -1
## 5384   Allison 2001     6   7   12 31.4  -94.9 tropical depression       -1
## 5385   Allison 2001     6   7   18 31.1  -95.0 tropical depression       -1
## 5386   Allison 2001     6   8    0 30.9  -95.6 tropical depression       -1
## 5387   Allison 2001     6   8    6 30.7  -96.1 tropical depression       -1
## 5388   Allison 2001     6   8   12 30.4  -96.2 tropical depression       -1
## 5389   Allison 2001     6   8   18 30.2  -96.1 tropical depression       -1
## 5390   Allison 2001     6   9    0 29.9  -95.9 tropical depression       -1
## 5391   Allison 2001     6   9    6 29.6  -95.8 tropical depression       -1
## 5392   Allison 2001     6   9   12 29.3  -95.8 tropical depression       -1
## 5393   Allison 2001     6   9   18 28.9  -95.6 tropical depression       -1
## 5394  AL022001 2001     7  11   18 10.9  -42.1 tropical depression       -1
## 5395  AL022001 2001     7  12    0 11.4  -43.8 tropical depression       -1
## 5396  AL022001 2001     7  12    6 11.8  -45.3 tropical depression       -1
## 5397  AL022001 2001     7  12   12 12.5  -46.9 tropical depression       -1
## 5398  AL022001 2001     7  12   18 13.1  -48.5 tropical depression       -1
## 5399     Barry 2001     8   2   12 25.7  -84.8 tropical depression       -1
## 5400     Barry 2001     8   2   18 26.2  -84.9      tropical storm        0
## 5401     Barry 2001     8   3    0 26.4  -85.6      tropical storm        0
## 5402     Barry 2001     8   3    6 26.6  -86.3      tropical storm        0
## 5403     Barry 2001     8   3   12 26.9  -87.0      tropical storm        0
## 5404     Barry 2001     8   3   18 26.8  -87.2      tropical storm        0
## 5405     Barry 2001     8   4    0 26.7  -87.5 tropical depression       -1
## 5406     Barry 2001     8   4    6 26.6  -87.8 tropical depression       -1
## 5407     Barry 2001     8   4   12 26.9  -87.7 tropical depression       -1
## 5408     Barry 2001     8   4   18 27.1  -87.5      tropical storm        0
## 5409     Barry 2001     8   5    0 27.3  -87.3      tropical storm        0
## 5410     Barry 2001     8   5    6 27.5  -86.7      tropical storm        0
## 5411     Barry 2001     8   5   12 28.1  -86.4      tropical storm        0
## 5412     Barry 2001     8   5   18 28.6  -86.4      tropical storm        0
## 5413     Barry 2001     8   6    0 29.5  -86.3      tropical storm        0
## 5414     Barry 2001     8   6    5 30.4  -86.3      tropical storm        0
## 5415     Barry 2001     8   6    6 30.6  -86.4      tropical storm        0
## 5416     Barry 2001     8   6   12 31.8  -86.9 tropical depression       -1
## 5417     Barry 2001     8   6   18 32.7  -87.7 tropical depression       -1
## 5418     Barry 2001     8   7    0 33.3  -88.5 tropical depression       -1
## 5419   Chantal 2001     8  14   18 12.8  -37.0 tropical depression       -1
## 5420   Chantal 2001     8  15    0 12.9  -39.3 tropical depression       -1
## 5421   Chantal 2001     8  15    6 12.6  -41.6 tropical depression       -1
## 5422   Chantal 2001     8  15   12 12.3  -43.9 tropical depression       -1
## 5423   Chantal 2001     8  15   18 12.3  -46.3 tropical depression       -1
## 5424   Chantal 2001     8  16    0 12.4  -48.8 tropical depression       -1
## 5425   Chantal 2001     8  16    6 12.4  -51.3 tropical depression       -1
## 5426   Chantal 2001     8  17   12 13.7  -64.6      tropical storm        0
## 5427   Chantal 2001     8  17   18 14.2  -66.4      tropical storm        0
## 5428   Chantal 2001     8  18    0 14.4  -68.2      tropical storm        0
## 5429   Chantal 2001     8  18    6 14.6  -70.4      tropical storm        0
## 5430   Chantal 2001     8  18   12 14.8  -72.9      tropical storm        0
## 5431   Chantal 2001     8  18   18 15.3  -75.2      tropical storm        0
## 5432   Chantal 2001     8  19    0 15.3  -77.2      tropical storm        0
## 5433   Chantal 2001     8  19    6 15.4  -78.4      tropical storm        0
## 5434   Chantal 2001     8  19   12 15.7  -79.6      tropical storm        0
## 5435   Chantal 2001     8  19   18 16.2  -81.1      tropical storm        0
## 5436   Chantal 2001     8  20    0 16.7  -82.6      tropical storm        0
## 5437   Chantal 2001     8  20    6 17.1  -84.1      tropical storm        0
## 5438   Chantal 2001     8  20   12 17.5  -85.6      tropical storm        0
## 5439   Chantal 2001     8  20   18 17.9  -86.7      tropical storm        0
## 5440   Chantal 2001     8  21    0 18.1  -87.7      tropical storm        0
## 5441   Chantal 2001     8  21    2 18.1  -87.8      tropical storm        0
## 5442   Chantal 2001     8  21    6 18.2  -88.1      tropical storm        0
## 5443   Chantal 2001     8  21   12 18.4  -88.7      tropical storm        0
## 5444   Chantal 2001     8  21   18 18.6  -89.5      tropical storm        0
## 5445   Chantal 2001     8  22    0 18.7  -90.3 tropical depression       -1
## 5446   Chantal 2001     8  22    6 18.4  -91.2 tropical depression       -1
## 5447   Chantal 2001     8  22   12 17.9  -92.2 tropical depression       -1
## 5448      Dean 2001     8  22   12 17.9  -64.3      tropical storm        0
## 5449      Dean 2001     8  22   18 19.1  -65.9      tropical storm        0
## 5450      Dean 2001     8  23    0 19.8  -67.4      tropical storm        0
## 5451      Dean 2001     8  23    6 20.7  -68.9      tropical storm        0
## 5452      Dean 2001     8  23   12 21.6  -69.8 tropical depression       -1
## 5453      Dean 2001     8  26   18 35.5  -65.0 tropical depression       -1
## 5454      Dean 2001     8  27    0 36.3  -63.3      tropical storm        0
## 5455      Dean 2001     8  27    6 37.7  -62.0      tropical storm        0
## 5456      Dean 2001     8  27   12 38.9  -60.7      tropical storm        0
## 5457      Dean 2001     8  27   18 40.6  -59.4      tropical storm        0
## 5458      Dean 2001     8  28    0 42.1  -57.5      tropical storm        0
## 5459      Dean 2001     8  28    6 43.5  -56.0      tropical storm        0
## 5460      Dean 2001     8  28   12 44.0  -53.4      tropical storm        0
## 5461      Erin 2001     9   1   18 12.5  -34.3 tropical depression       -1
## 5462      Erin 2001     9   2    0 12.9  -35.9 tropical depression       -1
## 5463      Erin 2001     9   2    6 13.2  -37.5      tropical storm        0
## 5464      Erin 2001     9   2   12 13.5  -39.0      tropical storm        0
## 5465      Erin 2001     9   2   18 14.1  -40.6      tropical storm        0
## 5466      Erin 2001     9   3    0 14.7  -42.2      tropical storm        0
## 5467      Erin 2001     9   3    6 15.3  -43.7      tropical storm        0
## 5468      Erin 2001     9   3   12 15.9  -45.3      tropical storm        0
## 5469      Erin 2001     9   3   18 16.3  -47.1      tropical storm        0
## 5470      Erin 2001     9   4    0 16.7  -48.7      tropical storm        0
## 5471      Erin 2001     9   4    6 17.0  -50.3      tropical storm        0
## 5472      Erin 2001     9   4   12 17.0  -52.0      tropical storm        0
## 5473      Erin 2001     9   4   18 17.2  -53.4      tropical storm        0
## 5474      Erin 2001     9   5    0 17.4  -54.8      tropical storm        0
## 5475      Erin 2001     9   5    6 17.8  -55.9      tropical storm        0
## 5476      Erin 2001     9   5   12 18.1  -57.0      tropical storm        0
## 5477      Erin 2001     9   6   18 23.2  -58.4 tropical depression       -1
## 5478      Erin 2001     9   7    0 23.9  -58.1 tropical depression       -1
## 5479      Erin 2001     9   7    6 24.4  -57.6 tropical depression       -1
## 5480      Erin 2001     9   7   12 24.9  -57.8 tropical depression       -1
## 5481      Erin 2001     9   7   18 25.3  -58.0      tropical storm        0
## 5482      Erin 2001     9   8    0 26.0  -58.3      tropical storm        0
## 5483      Erin 2001     9   8    6 26.5  -58.8      tropical storm        0
## 5484      Erin 2001     9   8   12 27.2  -59.2      tropical storm        0
## 5485      Erin 2001     9   8   18 28.4  -59.8      tropical storm        0
## 5486      Erin 2001     9   9    0 29.7  -60.4           hurricane        1
## 5487      Erin 2001     9   9    6 30.6  -61.3           hurricane        2
## 5488      Erin 2001     9   9   12 31.5  -62.2           hurricane        2
## 5489      Erin 2001     9   9   18 32.4  -62.8           hurricane        3
## 5490      Erin 2001     9  10    0 33.3  -63.3           hurricane        3
## 5491      Erin 2001     9  10    6 34.2  -64.1           hurricane        3
## 5492      Erin 2001     9  10   12 34.9  -64.7           hurricane        3
## 5493      Erin 2001     9  10   18 35.7  -65.4           hurricane        2
## 5494      Erin 2001     9  11    0 36.4  -65.7           hurricane        1
## 5495      Erin 2001     9  11    6 36.9  -65.9           hurricane        1
## 5496      Erin 2001     9  11   12 37.4  -65.6           hurricane        1
## 5497      Erin 2001     9  11   18 37.8  -65.1           hurricane        1
## 5498      Erin 2001     9  12    0 38.0  -64.3           hurricane        1
## 5499      Erin 2001     9  12    6 38.0  -63.3           hurricane        1
## 5500      Erin 2001     9  12   12 37.9  -62.6           hurricane        1
## 5501      Erin 2001     9  12   18 37.9  -62.0           hurricane        1
## 5502      Erin 2001     9  13    0 38.1  -61.4           hurricane        1
## 5503      Erin 2001     9  13    6 38.3  -61.0           hurricane        1
## 5504      Erin 2001     9  13   12 38.8  -60.6           hurricane        1
## 5505      Erin 2001     9  13   18 39.6  -60.2           hurricane        1
## 5506      Erin 2001     9  14    0 40.6  -59.3           hurricane        1
## 5507      Erin 2001     9  14    6 42.0  -58.1           hurricane        1
## 5508      Erin 2001     9  14   12 43.3  -56.7           hurricane        1
## 5509      Erin 2001     9  14   18 44.7  -55.2           hurricane        1
## 5510      Erin 2001     9  15    0 46.7  -52.7      tropical storm        0
## 5511     Felix 2001     9   7   18 13.9  -28.4 tropical depression       -1
## 5512     Felix 2001     9   8    0 14.4  -29.5 tropical depression       -1
## 5513     Felix 2001     9   8    6 14.8  -31.0 tropical depression       -1
## 5514     Felix 2001     9   8   12 15.0  -33.0 tropical depression       -1
## 5515     Felix 2001     9  10    6 16.0  -43.7 tropical depression       -1
## 5516     Felix 2001     9  10   12 16.5  -44.8 tropical depression       -1
## 5517     Felix 2001     9  10   18 16.9  -45.8 tropical depression       -1
## 5518     Felix 2001     9  11    0 17.3  -46.8 tropical depression       -1
## 5519     Felix 2001     9  11    6 17.8  -47.4 tropical depression       -1
## 5520     Felix 2001     9  11   12 18.6  -47.7      tropical storm        0
## 5521     Felix 2001     9  11   18 19.4  -48.0      tropical storm        0
## 5522     Felix 2001     9  12    0 20.2  -48.4      tropical storm        0
## 5523     Felix 2001     9  12    6 21.0  -48.8      tropical storm        0
## 5524     Felix 2001     9  12   12 22.0  -48.9      tropical storm        0
## 5525     Felix 2001     9  12   18 22.9  -49.0      tropical storm        0
## 5526     Felix 2001     9  13    0 23.9  -48.9           hurricane        1
## 5527     Felix 2001     9  13    6 24.8  -48.6           hurricane        1
## 5528     Felix 2001     9  13   12 25.9  -48.4           hurricane        2
## 5529     Felix 2001     9  13   18 27.1  -48.0           hurricane        2
## 5530     Felix 2001     9  14    0 28.2  -47.2           hurricane        3
## 5531     Felix 2001     9  14    6 29.3  -46.6           hurricane        3
## 5532     Felix 2001     9  14   12 30.1  -45.5           hurricane        2
## 5533     Felix 2001     9  14   18 30.9  -44.3           hurricane        2
## 5534     Felix 2001     9  15    0 31.2  -42.8           hurricane        2
## 5535     Felix 2001     9  15    6 31.5  -41.4           hurricane        2
## 5536     Felix 2001     9  15   12 31.7  -39.5           hurricane        2
## 5537     Felix 2001     9  15   18 32.1  -37.6           hurricane        2
## 5538     Felix 2001     9  16    0 32.1  -36.0           hurricane        2
## 5539     Felix 2001     9  16    6 32.6  -34.8           hurricane        1
## 5540     Felix 2001     9  16   12 33.4  -33.3           hurricane        1
## 5541     Felix 2001     9  16   18 34.3  -32.4           hurricane        1
## 5542     Felix 2001     9  17    0 35.1  -32.0           hurricane        1
## 5543     Felix 2001     9  17    6 35.4  -31.7           hurricane        1
## 5544     Felix 2001     9  17   12 35.3  -31.5      tropical storm        0
## 5545     Felix 2001     9  17   18 35.2  -31.8      tropical storm        0
## 5546     Felix 2001     9  18    0 35.0  -32.0      tropical storm        0
## 5547     Felix 2001     9  18    6 34.8  -32.0      tropical storm        0
## 5548     Felix 2001     9  18   12 34.7  -31.9      tropical storm        0
## 5549     Felix 2001     9  18   18 34.7  -31.7 tropical depression       -1
## 5550     Felix 2001     9  19    0 34.6  -31.6 tropical depression       -1
## 5551 Gabrielle 2001     9  11   18 25.8  -84.1 tropical depression       -1
## 5552 Gabrielle 2001     9  12    0 25.7  -84.6 tropical depression       -1
## 5553 Gabrielle 2001     9  12    6 25.7  -85.0 tropical depression       -1
## 5554 Gabrielle 2001     9  12   12 25.6  -85.3 tropical depression       -1
## 5555 Gabrielle 2001     9  12   18 25.4  -85.4 tropical depression       -1
## 5556 Gabrielle 2001     9  13    0 25.1  -85.7 tropical depression       -1
## 5557 Gabrielle 2001     9  13    6 25.2  -85.3 tropical depression       -1
## 5558 Gabrielle 2001     9  13   12 25.3  -84.9      tropical storm        0
## 5559 Gabrielle 2001     9  13   18 25.4  -84.5      tropical storm        0
## 5560 Gabrielle 2001     9  14    0 25.4  -84.1      tropical storm        0
## 5561 Gabrielle 2001     9  14    6 25.8  -83.6      tropical storm        0
## 5562 Gabrielle 2001     9  14   12 27.1  -82.6      tropical storm        0
## 5563 Gabrielle 2001     9  14   18 28.0  -81.8      tropical storm        0
## 5564 Gabrielle 2001     9  15    0 28.6  -81.4      tropical storm        0
## 5565 Gabrielle 2001     9  15    6 28.6  -80.9      tropical storm        0
## 5566 Gabrielle 2001     9  15   12 28.9  -80.1      tropical storm        0
## 5567 Gabrielle 2001     9  15   18 29.8  -79.0      tropical storm        0
## 5568 Gabrielle 2001     9  16    0 30.4  -77.9      tropical storm        0
## 5569 Gabrielle 2001     9  16    6 30.8  -76.8      tropical storm        0
## 5570 Gabrielle 2001     9  16   12 31.6  -74.9      tropical storm        0
## 5571 Gabrielle 2001     9  16   18 32.3  -72.8      tropical storm        0
## 5572 Gabrielle 2001     9  17    0 33.1  -70.7           hurricane        1
## 5573 Gabrielle 2001     9  17    6 34.0  -68.5           hurricane        1
## 5574 Gabrielle 2001     9  17   12 35.3  -66.6           hurricane        1
## 5575 Gabrielle 2001     9  17   18 36.2  -64.7           hurricane        1
## 5576 Gabrielle 2001     9  18    0 36.9  -62.9      tropical storm        0
## 5577 Gabrielle 2001     9  18    6 37.9  -61.8      tropical storm        0
## 5578 Gabrielle 2001     9  18   12 39.0  -60.4      tropical storm        0
## 5579 Gabrielle 2001     9  18   18 40.2  -58.9      tropical storm        0
## 5580 Gabrielle 2001     9  19    0 41.5  -57.5      tropical storm        0
## 5581  AL092001 2001     9  19   18 13.4  -81.9 tropical depression       -1
## 5582  AL092001 2001     9  19   21 13.6  -82.7 tropical depression       -1
## 5583  AL092001 2001     9  20    0 13.9  -83.5 tropical depression       -1
## 5584  AL092001 2001     9  20    6 14.5  -85.1 tropical depression       -1
## 5585  Humberto 2001     9  21   12 25.1  -64.2 tropical depression       -1
## 5586  Humberto 2001     9  21   18 25.8  -65.0 tropical depression       -1
## 5587  Humberto 2001     9  22    0 26.5  -65.5 tropical depression       -1
## 5588  Humberto 2001     9  22    6 27.2  -65.9 tropical depression       -1
## 5589  Humberto 2001     9  22   12 27.9  -66.3      tropical storm        0
## 5590  Humberto 2001     9  22   18 28.6  -66.7      tropical storm        0
## 5591  Humberto 2001     9  23    0 29.3  -67.0      tropical storm        0
## 5592  Humberto 2001     9  23    6 30.1  -67.3      tropical storm        0
## 5593  Humberto 2001     9  23   12 31.0  -67.5           hurricane        1
## 5594  Humberto 2001     9  23   18 31.9  -67.4           hurricane        1
## 5595  Humberto 2001     9  24    0 32.8  -67.1           hurricane        2
## 5596  Humberto 2001     9  24    6 33.8  -66.8           hurricane        1
## 5597  Humberto 2001     9  24   12 35.0  -66.3           hurricane        1
## 5598  Humberto 2001     9  24   18 35.9  -65.4           hurricane        1
## 5599  Humberto 2001     9  25    0 36.8  -64.3           hurricane        1
## 5600  Humberto 2001     9  25    6 37.7  -63.4           hurricane        1
## 5601  Humberto 2001     9  25   12 38.5  -62.4           hurricane        1
## 5602  Humberto 2001     9  25   18 39.2  -61.6           hurricane        1
## 5603  Humberto 2001     9  26    0 39.6  -60.7           hurricane        1
## 5604  Humberto 2001     9  26    6 40.4  -60.3           hurricane        1
## 5605  Humberto 2001     9  26   12 41.0  -59.2           hurricane        2
## 5606  Humberto 2001     9  26   18 41.8  -57.5           hurricane        1
## 5607  Humberto 2001     9  27    0 42.2  -54.6           hurricane        1
## 5608  Humberto 2001     9  27    6 42.4  -51.3           hurricane        1
## 5609  Humberto 2001     9  27   12 42.2  -47.5      tropical storm        0
## 5610  Humberto 2001     9  27   18 41.5  -44.5      tropical storm        0
## 5611      Iris 2001    10   4   12 12.3  -58.2 tropical depression       -1
## 5612      Iris 2001    10   4   18 12.8  -59.9 tropical depression       -1
## 5613      Iris 2001    10   5    0 13.4  -61.4 tropical depression       -1
## 5614      Iris 2001    10   5    6 14.0  -63.0 tropical depression       -1
## 5615      Iris 2001    10   5   12 14.8  -64.5      tropical storm        0
## 5616      Iris 2001    10   5   18 15.5  -66.0      tropical storm        0
## 5617      Iris 2001    10   6    0 15.7  -67.7      tropical storm        0
## 5618      Iris 2001    10   6    6 16.0  -69.0      tropical storm        0
## 5619      Iris 2001    10   6   12 16.5  -70.5      tropical storm        0
## 5620      Iris 2001    10   6   18 16.9  -72.2           hurricane        1
## 5621      Iris 2001    10   7    0 16.9  -74.0           hurricane        1
## 5622      Iris 2001    10   7    6 16.9  -75.3           hurricane        1
## 5623      Iris 2001    10   7   12 17.3  -77.0           hurricane        1
## 5624      Iris 2001    10   7   18 17.4  -78.9           hurricane        1
## 5625      Iris 2001    10   8    0 17.3  -80.6           hurricane        1
## 5626      Iris 2001    10   8    6 17.2  -82.3           hurricane        2
## 5627      Iris 2001    10   8   12 17.1  -84.0           hurricane        4
## 5628      Iris 2001    10   8   18 16.8  -86.0           hurricane        4
## 5629      Iris 2001    10   9    0 16.5  -88.0           hurricane        4
## 5630      Iris 2001    10   9    2 16.3  -88.4           hurricane        4
## 5631      Iris 2001    10   9    6 16.2  -89.9      tropical storm        0
## 5632      Iris 2001    10   9   12 16.2  -91.9 tropical depression       -1
## 5633     Jerry 2001    10   6   12 10.6  -50.6 tropical depression       -1
## 5634     Jerry 2001    10   6   18 10.8  -52.1 tropical depression       -1
## 5635     Jerry 2001    10   7    0 11.0  -53.8      tropical storm        0
## 5636     Jerry 2001    10   7    6 11.3  -55.7      tropical storm        0
## 5637     Jerry 2001    10   7   12 11.7  -57.7      tropical storm        0
## 5638     Jerry 2001    10   7   18 12.5  -59.5      tropical storm        0
## 5639     Jerry 2001    10   8    0 13.1  -60.2      tropical storm        0
## 5640     Jerry 2001    10   8    6 13.8  -62.0      tropical storm        0
## 5641     Jerry 2001    10   8   12 14.2  -64.0      tropical storm        0
## 5642     Jerry 2001    10   8   18 14.5  -66.0 tropical depression       -1
## 5643     Karen 2001    10  13    6 34.9  -65.3      tropical storm        0
## 5644     Karen 2001    10  13   12 36.2  -64.8      tropical storm        0
## 5645     Karen 2001    10  13   18 37.3  -64.6           hurricane        1
## 5646     Karen 2001    10  14    0 37.9  -64.0           hurricane        1
## 5647     Karen 2001    10  14    6 38.6  -63.7           hurricane        1
## 5648     Karen 2001    10  14   12 39.3  -63.9      tropical storm        0
## 5649     Karen 2001    10  14   18 40.1  -64.1      tropical storm        0
## 5650     Karen 2001    10  15    0 40.9  -64.4      tropical storm        0
## 5651     Karen 2001    10  15    6 42.3  -65.0      tropical storm        0
## 5652     Karen 2001    10  15   12 44.2  -64.8      tropical storm        0
## 5653   Lorenzo 2001    10  27   12 27.2  -34.9 tropical depression       -1
## 5654   Lorenzo 2001    10  27   18 27.5  -36.1 tropical depression       -1
## 5655   Lorenzo 2001    10  28    0 27.5  -37.4 tropical depression       -1
## 5656   Lorenzo 2001    10  28    6 27.5  -38.7 tropical depression       -1
## 5657   Lorenzo 2001    10  28   12 27.5  -39.8 tropical depression       -1
## 5658   Lorenzo 2001    10  28   18 27.5  -41.0 tropical depression       -1
## 5659   Lorenzo 2001    10  29    0 27.2  -41.3 tropical depression       -1
## 5660   Lorenzo 2001    10  29    6 27.7  -41.9 tropical depression       -1
## 5661   Lorenzo 2001    10  29   12 27.8  -42.7 tropical depression       -1
## 5662   Lorenzo 2001    10  29   18 28.0  -43.7 tropical depression       -1
## 5663   Lorenzo 2001    10  30    0 28.5  -44.6      tropical storm        0
## 5664   Lorenzo 2001    10  30    6 29.4  -45.5      tropical storm        0
## 5665   Lorenzo 2001    10  30   12 30.9  -45.6      tropical storm        0
## 5666   Lorenzo 2001    10  30   18 32.8  -46.0      tropical storm        0
## 5667   Lorenzo 2001    10  31    0 34.9  -44.9      tropical storm        0
## 5668   Lorenzo 2001    10  31    6 37.4  -43.1      tropical storm        0
## 5669  Michelle 2001    10  29   18 13.3  -83.6 tropical depression       -1
## 5670  Michelle 2001    10  30    0 13.7  -83.6 tropical depression       -1
## 5671  Michelle 2001    10  30    6 13.7  -84.1 tropical depression       -1
## 5672  Michelle 2001    10  30   12 13.3  -83.9 tropical depression       -1
## 5673  Michelle 2001    10  30   18 13.0  -83.5 tropical depression       -1
## 5674  Michelle 2001    10  31    0 13.7  -83.6 tropical depression       -1
## 5675  Michelle 2001    10  31    6 14.3  -83.4 tropical depression       -1
## 5676  Michelle 2001    10  31   12 14.8  -83.2 tropical depression       -1
## 5677  Michelle 2001    10  31   18 15.3  -83.1 tropical depression       -1
## 5678  Michelle 2001    11   1    0 15.8  -83.1      tropical storm        0
## 5679  Michelle 2001    11   1    6 16.5  -83.4      tropical storm        0
## 5680  Michelle 2001    11   1   12 16.8  -83.6      tropical storm        0
## 5681  Michelle 2001    11   1   18 17.0  -83.8      tropical storm        0
## 5682  Michelle 2001    11   2    0 17.3  -83.9      tropical storm        0
## 5683  Michelle 2001    11   2    6 17.5  -83.9      tropical storm        0
## 5684  Michelle 2001    11   2   12 17.8  -84.0           hurricane        1
## 5685  Michelle 2001    11   2   18 18.0  -84.0           hurricane        1
## 5686  Michelle 2001    11   3    0 18.5  -84.0           hurricane        2
## 5687  Michelle 2001    11   3    6 18.8  -84.3           hurricane        3
## 5688  Michelle 2001    11   3   12 18.9  -84.3           hurricane        4
## 5689  Michelle 2001    11   3   18 19.3  -84.1           hurricane        3
## 5690  Michelle 2001    11   3   21 19.4  -83.9           hurricane        3
## 5691  Michelle 2001    11   4    0 19.7  -83.7           hurricane        4
## 5692  Michelle 2001    11   4    6 20.1  -83.3           hurricane        4
## 5693  Michelle 2001    11   4   12 20.8  -82.5           hurricane        4
## 5694  Michelle 2001    11   4   18 21.5  -81.8           hurricane        4
## 5695  Michelle 2001    11   4   23 22.1  -81.2           hurricane        4
## 5696  Michelle 2001    11   5    0 22.3  -80.9           hurricane        3
## 5697  Michelle 2001    11   5    6 23.1  -79.7           hurricane        1
## 5698  Michelle 2001    11   5   12 24.3  -78.0           hurricane        1
## 5699  Michelle 2001    11   5   18 25.4  -76.4           hurricane        1
## 5700      Noel 2001    11   5   12 37.8  -50.3           hurricane        1
## 5701      Noel 2001    11   5   18 38.8  -50.2           hurricane        1
## 5702      Noel 2001    11   6    0 39.7  -49.7      tropical storm        0
## 5703      Noel 2001    11   6    6 41.3  -49.2      tropical storm        0
## 5704      Olga 2001    11  24   12 29.5  -49.8      tropical storm        0
## 5705      Olga 2001    11  24   18 30.3  -49.5      tropical storm        0
## 5706      Olga 2001    11  25    0 31.3  -50.6      tropical storm        0
## 5707      Olga 2001    11  25    6 31.8  -52.0      tropical storm        0
## 5708      Olga 2001    11  25   12 31.7  -53.5      tropical storm        0
## 5709      Olga 2001    11  25   18 30.8  -55.0      tropical storm        0
## 5710      Olga 2001    11  26    0 30.3  -55.3      tropical storm        0
## 5711      Olga 2001    11  26    6 30.1  -55.6      tropical storm        0
## 5712      Olga 2001    11  26   12 30.6  -55.9           hurricane        1
## 5713      Olga 2001    11  26   18 31.1  -56.0           hurricane        1
## 5714      Olga 2001    11  27    0 32.1  -56.2           hurricane        1
## 5715      Olga 2001    11  27    6 32.6  -57.0           hurricane        1
## 5716      Olga 2001    11  27   12 31.5  -57.2           hurricane        1
## 5717      Olga 2001    11  27   18 32.0  -56.0           hurricane        1
## 5718      Olga 2001    11  28    0 32.3  -55.8           hurricane        1
## 5719      Olga 2001    11  28    6 32.6  -55.7           hurricane        1
## 5720      Olga 2001    11  28   12 32.4  -56.2           hurricane        1
## 5721      Olga 2001    11  28   18 31.4  -57.0           hurricane        1
## 5722      Olga 2001    11  29    0 30.3  -57.6           hurricane        1
## 5723      Olga 2001    11  29    6 29.3  -58.7      tropical storm        0
## 5724      Olga 2001    11  29   12 28.4  -60.1      tropical storm        0
## 5725      Olga 2001    11  29   18 27.3  -61.8      tropical storm        0
## 5726      Olga 2001    11  30    0 26.2  -63.2      tropical storm        0
## 5727      Olga 2001    11  30    6 25.3  -64.7      tropical storm        0
## 5728      Olga 2001    11  30   12 24.5  -66.2 tropical depression       -1
## 5729      Olga 2001    11  30   18 23.7  -67.1 tropical depression       -1
## 5730      Olga 2001    12   1    0 23.4  -67.7 tropical depression       -1
## 5731      Olga 2001    12   1    6 23.1  -68.0 tropical depression       -1
## 5732      Olga 2001    12   1   12 22.8  -68.3 tropical depression       -1
## 5733      Olga 2001    12   1   18 23.0  -68.6 tropical depression       -1
## 5734      Olga 2001    12   2    0 23.4  -68.9      tropical storm        0
## 5735      Olga 2001    12   2    6 24.3  -68.9      tropical storm        0
## 5736      Olga 2001    12   2   12 25.5  -69.2      tropical storm        0
## 5737      Olga 2001    12   2   18 26.4  -69.5      tropical storm        0
## 5738      Olga 2001    12   3    0 27.0  -69.7      tropical storm        0
## 5739      Olga 2001    12   3    6 27.4  -69.9      tropical storm        0
## 5740      Olga 2001    12   3   12 27.8  -69.9      tropical storm        0
## 5741      Olga 2001    12   3   18 27.7  -69.6      tropical storm        0
## 5742      Olga 2001    12   4    0 27.7  -69.1 tropical depression       -1
## 5743      Olga 2001    12   4    6 27.8  -68.2 tropical depression       -1
## 5744      Olga 2001    12   4   12 27.8  -68.0 tropical depression       -1
## 5745      Olga 2001    12   4   18 27.0  -67.4 tropical depression       -1
## 5746    Arthur 2002     7  14   18 34.3  -76.8 tropical depression       -1
## 5747    Arthur 2002     7  15    0 35.0  -75.1 tropical depression       -1
## 5748    Arthur 2002     7  15    6 35.5  -73.3      tropical storm        0
## 5749    Arthur 2002     7  15   12 36.1  -71.0      tropical storm        0
## 5750    Arthur 2002     7  15   18 36.8  -68.2      tropical storm        0
## 5751    Arthur 2002     7  16    0 37.9  -65.1      tropical storm        0
## 5752    Arthur 2002     7  16    6 38.6  -61.7      tropical storm        0
## 5753    Arthur 2002     7  16   12 40.5  -57.9      tropical storm        0
## 5754    Arthur 2002     7  16   18 42.5  -54.5      tropical storm        0
## 5755 Cristobal 2002     8   5   18 32.0  -77.2 tropical depression       -1
## 5756 Cristobal 2002     8   6    0 31.5  -77.1 tropical depression       -1
## 5757 Cristobal 2002     8   6    6 31.1  -77.0 tropical depression       -1
## 5758 Cristobal 2002     8   6   12 30.7  -76.6 tropical depression       -1
## 5759 Cristobal 2002     8   6   18 30.4  -76.4      tropical storm        0
## 5760 Cristobal 2002     8   7    0 30.1  -76.2      tropical storm        0
## 5761 Cristobal 2002     8   7    6 29.7  -76.2      tropical storm        0
## 5762 Cristobal 2002     8   7   12 29.4  -76.0      tropical storm        0
## 5763 Cristobal 2002     8   7   18 29.7  -75.7      tropical storm        0
## 5764 Cristobal 2002     8   8    0 29.7  -75.3      tropical storm        0
## 5765 Cristobal 2002     8   8    6 29.7  -74.9      tropical storm        0
## 5766 Cristobal 2002     8   8   12 29.9  -74.0      tropical storm        0
## 5767 Cristobal 2002     8   8   18 31.0  -72.0      tropical storm        0
## 5768   Edouard 2002     9   1   18 29.2  -78.8 tropical depression       -1
## 5769   Edouard 2002     9   2    0 29.7  -79.1 tropical depression       -1
## 5770   Edouard 2002     9   2    6 30.1  -79.7      tropical storm        0
## 5771   Edouard 2002     9   2   12 30.4  -79.6      tropical storm        0
## 5772   Edouard 2002     9   2   18 30.5  -79.0      tropical storm        0
## 5773   Edouard 2002     9   3    0 30.5  -78.6      tropical storm        0
## 5774   Edouard 2002     9   3    6 30.4  -78.5      tropical storm        0
## 5775   Edouard 2002     9   3   12 30.4  -78.4      tropical storm        0
## 5776   Edouard 2002     9   3   18 30.0  -79.0      tropical storm        0
## 5777   Edouard 2002     9   4    0 29.9  -79.1      tropical storm        0
## 5778   Edouard 2002     9   4    6 29.9  -79.5      tropical storm        0
## 5779   Edouard 2002     9   4   12 29.9  -79.8      tropical storm        0
## 5780   Edouard 2002     9   4   18 29.7  -80.5      tropical storm        0
## 5781   Edouard 2002     9   5    0 29.4  -81.0      tropical storm        0
## 5782   Edouard 2002     9   5    0 29.4  -81.1      tropical storm        0
## 5783   Edouard 2002     9   5    6 29.2  -81.6 tropical depression       -1
## 5784   Edouard 2002     9   5   12 28.9  -82.4 tropical depression       -1
## 5785   Edouard 2002     9   5   18 28.6  -83.4 tropical depression       -1
## 5786   Edouard 2002     9   6    0 28.4  -83.9 tropical depression       -1
## 5787   Edouard 2002     9   6    6 28.3  -84.7 tropical depression       -1
## 5788   Edouard 2002     9   6   12 28.5  -86.0 tropical depression       -1
## 5789       Fay 2002     9   5   18 28.0  -93.8 tropical depression       -1
## 5790       Fay 2002     9   6    0 27.8  -93.9      tropical storm        0
## 5791       Fay 2002     9   6    6 27.6  -94.1      tropical storm        0
## 5792       Fay 2002     9   6   12 27.7  -94.5      tropical storm        0
## 5793       Fay 2002     9   6   18 27.8  -94.7      tropical storm        0
## 5794       Fay 2002     9   7    0 27.9  -95.0      tropical storm        0
## 5795       Fay 2002     9   7    6 28.1  -95.6      tropical storm        0
## 5796       Fay 2002     9   7    9 28.5  -96.3      tropical storm        0
## 5797       Fay 2002     9   7   12 29.1  -96.9 tropical depression       -1
## 5798       Fay 2002     9   7   18 28.9  -98.5 tropical depression       -1
## 5799       Fay 2002     9   8    0 28.9  -98.9 tropical depression       -1
## 5800  AL072002 2002     9   7   12 24.3  -47.5 tropical depression       -1
## 5801  AL072002 2002     9   7   18 24.5  -48.2 tropical depression       -1
## 5802  AL072002 2002     9   8    0 24.5  -49.1 tropical depression       -1
## 5803  AL072002 2002     9   8    6 24.5  -50.2 tropical depression       -1
## 5804  AL072002 2002     9   8   12 24.4  -51.3 tropical depression       -1
## 5805    Gustav 2002     9  10   12 33.7  -75.4      tropical storm        0
## 5806    Gustav 2002     9  10   18 35.0  -75.4      tropical storm        0
## 5807    Gustav 2002     9  11    0 35.5  -74.7      tropical storm        0
## 5808    Gustav 2002     9  11    6 36.8  -73.0      tropical storm        0
## 5809    Gustav 2002     9  11   12 38.0  -70.8           hurricane        1
## 5810    Gustav 2002     9  11   18 40.3  -66.8           hurricane        2
## 5811    Gustav 2002     9  12    0 43.1  -62.8           hurricane        1
## 5812    Gustav 2002     9  12    4 45.3  -60.8           hurricane        1
## 5813    Gustav 2002     9  12    4 45.6  -60.4           hurricane        1
## 5814    Gustav 2002     9  12    6 46.5  -59.6           hurricane        1
## 5815    Gustav 2002     9  12    9 47.6  -58.6           hurricane        1
## 5816     Hanna 2002     9  12    0 26.3  -86.6 tropical depression       -1
## 5817     Hanna 2002     9  12    6 26.7  -86.4      tropical storm        0
## 5818     Hanna 2002     9  12   12 27.0  -86.7      tropical storm        0
## 5819     Hanna 2002     9  12   18 27.1  -87.5      tropical storm        0
## 5820     Hanna 2002     9  13    0 26.7  -88.0      tropical storm        0
## 5821     Hanna 2002     9  13    6 26.9  -88.8      tropical storm        0
## 5822     Hanna 2002     9  13   12 27.4  -89.3      tropical storm        0
## 5823     Hanna 2002     9  13   18 27.7  -89.3      tropical storm        0
## 5824     Hanna 2002     9  14    0 28.0  -89.2      tropical storm        0
## 5825     Hanna 2002     9  14    6 28.7  -89.1      tropical storm        0
## 5826     Hanna 2002     9  14    8 29.1  -89.1      tropical storm        0
## 5827     Hanna 2002     9  14   12 30.0  -88.8      tropical storm        0
## 5828     Hanna 2002     9  14   15 30.4  -88.4      tropical storm        0
## 5829     Hanna 2002     9  14   18 30.8  -88.0 tropical depression       -1
## 5830     Hanna 2002     9  15    0 31.5  -87.0 tropical depression       -1
## 5831     Hanna 2002     9  15    6 32.0  -86.0 tropical depression       -1
## 5832     Hanna 2002     9  15   12 33.0  -85.0 tropical depression       -1
## 5833   Isidore 2002     9  14   18 10.0  -60.5 tropical depression       -1
## 5834   Isidore 2002     9  15    0 10.2  -62.4 tropical depression       -1
## 5835   Isidore 2002     9  15    6 10.6  -64.3 tropical depression       -1
## 5836   Isidore 2002     9  15   12 11.2  -66.4 tropical depression       -1
## 5837   Isidore 2002     9  17   12 15.9  -76.8 tropical depression       -1
## 5838   Isidore 2002     9  17   18 16.3  -77.4 tropical depression       -1
## 5839   Isidore 2002     9  18    0 16.7  -77.7 tropical depression       -1
## 5840   Isidore 2002     9  18    6 17.1  -78.1      tropical storm        0
## 5841   Isidore 2002     9  18   12 17.7  -78.5      tropical storm        0
## 5842   Isidore 2002     9  18   18 18.7  -78.6      tropical storm        0
## 5843   Isidore 2002     9  19    0 19.3  -79.3      tropical storm        0
## 5844   Isidore 2002     9  19    6 19.7  -80.4      tropical storm        0
## 5845   Isidore 2002     9  19   12 19.9  -80.9      tropical storm        0
## 5846   Isidore 2002     9  19   18 20.4  -81.7           hurricane        1
## 5847   Isidore 2002     9  20    0 20.7  -82.3           hurricane        1
## 5848   Isidore 2002     9  20    6 21.1  -83.0           hurricane        2
## 5849   Isidore 2002     9  20   12 21.5  -83.5           hurricane        2
## 5850   Isidore 2002     9  20   18 21.8  -84.0           hurricane        1
## 5851   Isidore 2002     9  20   21 22.0  -84.1           hurricane        1
## 5852   Isidore 2002     9  21    0 22.1  -84.3           hurricane        1
## 5853   Isidore 2002     9  21    6 22.3  -85.1           hurricane        2
## 5854   Isidore 2002     9  21   12 22.0  -85.8           hurricane        3
## 5855   Isidore 2002     9  21   18 21.9  -86.1           hurricane        3
## 5856   Isidore 2002     9  22    0 22.1  -86.5           hurricane        3
## 5857   Isidore 2002     9  22    6 22.0  -87.4           hurricane        3
## 5858   Isidore 2002     9  22   12 21.9  -88.2           hurricane        3
## 5859   Isidore 2002     9  22   18 21.6  -88.9           hurricane        3
## 5860   Isidore 2002     9  22   21 21.3  -89.3           hurricane        3
## 5861   Isidore 2002     9  23    0 21.0  -89.4           hurricane        3
## 5862   Isidore 2002     9  23    6 20.6  -89.6           hurricane        1
## 5863   Isidore 2002     9  23   12 20.1  -89.6      tropical storm        0
## 5864   Isidore 2002     9  23   18 20.3  -89.4      tropical storm        0
## 5865   Isidore 2002     9  24    0 20.5  -89.3      tropical storm        0
## 5866   Isidore 2002     9  24    6 21.0  -89.5      tropical storm        0
## 5867   Isidore 2002     9  24   12 21.7  -89.7      tropical storm        0
## 5868   Isidore 2002     9  24   18 22.1  -89.8      tropical storm        0
## 5869   Isidore 2002     9  25    0 23.0  -89.7      tropical storm        0
## 5870   Isidore 2002     9  25    6 24.2  -89.7      tropical storm        0
## 5871   Isidore 2002     9  25   12 25.4  -90.2      tropical storm        0
## 5872   Isidore 2002     9  25   18 26.3  -90.4      tropical storm        0
## 5873   Isidore 2002     9  26    0 27.5  -90.3      tropical storm        0
## 5874   Isidore 2002     9  26    6 29.1  -90.3      tropical storm        0
## 5875   Isidore 2002     9  26   12 30.0  -89.9      tropical storm        0
## 5876   Isidore 2002     9  26   18 32.2  -89.8      tropical storm        0
## 5877   Isidore 2002     9  27    0 33.0  -89.0 tropical depression       -1
## 5878   Isidore 2002     9  27    6 35.0  -86.5 tropical depression       -1
## 5879   Isidore 2002     9  27   12 39.1  -82.9 tropical depression       -1
## 5880 Josephine 2002     9  17   12 32.7  -52.4 tropical depression       -1
## 5881 Josephine 2002     9  17   18 33.2  -52.7 tropical depression       -1
## 5882 Josephine 2002     9  18    0 33.7  -52.7 tropical depression       -1
## 5883 Josephine 2002     9  18    6 34.7  -52.7      tropical storm        0
## 5884 Josephine 2002     9  18   12 35.5  -52.0      tropical storm        0
## 5885 Josephine 2002     9  18   18 36.6  -50.5      tropical storm        0
## 5886 Josephine 2002     9  19    0 38.0  -48.8      tropical storm        0
## 5887 Josephine 2002     9  19    6 39.5  -46.7      tropical storm        0
## 5888      Kyle 2002     9  23    0 33.2  -49.1      tropical storm        0
## 5889      Kyle 2002     9  23    6 32.7  -49.4      tropical storm        0
## 5890      Kyle 2002     9  23   12 32.3  -49.5      tropical storm        0
## 5891      Kyle 2002     9  23   18 31.9  -49.6      tropical storm        0
## 5892      Kyle 2002     9  24    0 31.4  -50.0      tropical storm        0
## 5893      Kyle 2002     9  24    6 31.0  -50.4      tropical storm        0
## 5894      Kyle 2002     9  24   12 30.6  -50.7      tropical storm        0
## 5895      Kyle 2002     9  24   18 30.3  -51.1      tropical storm        0
## 5896      Kyle 2002     9  25    0 30.0  -52.1      tropical storm        0
## 5897      Kyle 2002     9  25    6 29.7  -53.7      tropical storm        0
## 5898      Kyle 2002     9  25   12 29.3  -54.4      tropical storm        0
## 5899      Kyle 2002     9  25   18 29.0  -55.3           hurricane        1
## 5900      Kyle 2002     9  26    0 28.6  -56.6           hurricane        1
## 5901      Kyle 2002     9  26    6 28.2  -57.5           hurricane        1
## 5902      Kyle 2002     9  26   12 27.9  -58.3           hurricane        1
## 5903      Kyle 2002     9  26   18 27.8  -59.0           hurricane        1
## 5904      Kyle 2002     9  27    0 27.5  -59.5           hurricane        1
## 5905      Kyle 2002     9  27    6 27.1  -60.0           hurricane        1
## 5906      Kyle 2002     9  27   12 27.0  -60.4           hurricane        1
## 5907      Kyle 2002     9  27   18 26.8  -60.8           hurricane        1
## 5908      Kyle 2002     9  28    0 26.5  -61.4           hurricane        1
## 5909      Kyle 2002     9  28    6 26.3  -62.3           hurricane        1
## 5910      Kyle 2002     9  28   12 26.5  -62.9      tropical storm        0
## 5911      Kyle 2002     9  28   18 26.7  -63.2      tropical storm        0
## 5912      Kyle 2002     9  29    0 27.1  -63.7      tropical storm        0
## 5913      Kyle 2002     9  29    6 27.2  -64.4      tropical storm        0
## 5914      Kyle 2002     9  29   12 27.7  -64.7      tropical storm        0
## 5915      Kyle 2002     9  29   18 28.1  -64.7      tropical storm        0
## 5916      Kyle 2002     9  30    0 28.7  -64.6      tropical storm        0
## 5917      Kyle 2002     9  30    6 29.1  -64.7      tropical storm        0
## 5918      Kyle 2002     9  30   12 29.0  -65.5      tropical storm        0
## 5919      Kyle 2002     9  30   18 27.8  -66.7 tropical depression       -1
## 5920      Kyle 2002    10   1    0 28.2  -66.8 tropical depression       -1
## 5921      Kyle 2002    10   1    6 28.5  -66.8 tropical depression       -1
## 5922      Kyle 2002    10   1   12 28.5  -67.2      tropical storm        0
## 5923      Kyle 2002    10   1   18 28.5  -67.5      tropical storm        0
## 5924      Kyle 2002    10   2    0 28.4  -67.7      tropical storm        0
## 5925      Kyle 2002    10   2    6 28.5  -67.8      tropical storm        0
## 5926      Kyle 2002    10   2   12 28.8  -67.6      tropical storm        0
## 5927      Kyle 2002    10   2   18 29.0  -66.9      tropical storm        0
## 5928      Kyle 2002    10   3    0 29.1  -66.7      tropical storm        0
## 5929      Kyle 2002    10   3    6 29.0  -66.6      tropical storm        0
## 5930      Kyle 2002    10   3   12 29.0  -67.2      tropical storm        0
## 5931      Kyle 2002    10   3   18 29.3  -67.7      tropical storm        0
## 5932      Kyle 2002    10   4    0 29.4  -68.0      tropical storm        0
## 5933      Kyle 2002    10   4    6 29.6  -68.4      tropical storm        0
## 5934      Kyle 2002    10   4   12 30.1  -69.5      tropical storm        0
## 5935      Kyle 2002    10   4   18 30.6  -70.2      tropical storm        0
## 5936      Kyle 2002    10   5    0 31.1  -70.9      tropical storm        0
## 5937      Kyle 2002    10   5    6 31.6  -71.6 tropical depression       -1
## 5938      Kyle 2002    10   5   12 32.3  -71.3 tropical depression       -1
## 5939      Kyle 2002    10   5   18 32.9  -70.8 tropical depression       -1
## 5940      Kyle 2002    10   6    0 33.2  -70.1 tropical depression       -1
## 5941      Kyle 2002    10   6    6 33.6  -69.7 tropical depression       -1
## 5942      Kyle 2002    10   6   12 33.3  -69.7      tropical storm        0
## 5943      Kyle 2002    10   6   18 32.8  -69.7      tropical storm        0
## 5944      Kyle 2002    10   7    0 32.6  -69.7      tropical storm        0
## 5945      Kyle 2002    10   7    6 32.6  -70.4      tropical storm        0
## 5946      Kyle 2002    10   7   12 32.6  -70.8      tropical storm        0
## 5947      Kyle 2002    10   7   18 32.7  -70.9      tropical storm        0
## 5948      Kyle 2002    10   8    0 32.6  -71.0      tropical storm        0
## 5949      Kyle 2002    10   8    6 32.1  -71.2      tropical storm        0
## 5950      Kyle 2002    10   8   12 31.4  -71.3      tropical storm        0
## 5951      Kyle 2002    10   8   18 30.7  -71.9 tropical depression       -1
## 5952      Kyle 2002    10   9    0 29.8  -72.4 tropical depression       -1
## 5953      Kyle 2002    10   9    6 29.0  -73.3 tropical depression       -1
## 5954      Kyle 2002    10   9   12 28.7  -74.0 tropical depression       -1
## 5955      Kyle 2002    10   9   18 28.5  -74.8 tropical depression       -1
## 5956      Kyle 2002    10  10    0 28.4  -75.8 tropical depression       -1
## 5957      Kyle 2002    10  10    6 28.3  -77.0 tropical depression       -1
## 5958      Kyle 2002    10  10   12 28.4  -78.1 tropical depression       -1
## 5959      Kyle 2002    10  10   18 28.9  -79.5 tropical depression       -1
## 5960      Kyle 2002    10  11    0 29.8  -80.2 tropical depression       -1
## 5961      Kyle 2002    10  11    6 30.7  -80.8      tropical storm        0
## 5962      Kyle 2002    10  11   12 31.8  -80.7      tropical storm        0
## 5963      Kyle 2002    10  11   17 33.0  -79.5      tropical storm        0
## 5964      Kyle 2002    10  11   18 33.2  -79.3      tropical storm        0
## 5965      Kyle 2002    10  11   22 33.9  -78.4      tropical storm        0
## 5966      Kyle 2002    10  12    0 34.2  -78.0 tropical depression       -1
## 5967      Kyle 2002    10  12    6 35.4  -75.9      tropical storm        0
## 5968      Kyle 2002    10  12   12 36.7  -74.1      tropical storm        0
## 5969      Lili 2002     9  21   18 10.2  -44.6 tropical depression       -1
## 5970      Lili 2002     9  22    0 10.3  -46.5 tropical depression       -1
## 5971      Lili 2002     9  22    6 10.8  -48.5 tropical depression       -1
## 5972      Lili 2002     9  22   12 11.2  -50.4 tropical depression       -1
## 5973      Lili 2002     9  22   18 11.8  -52.2 tropical depression       -1
## 5974      Lili 2002     9  23    0 12.1  -54.6      tropical storm        0
## 5975      Lili 2002     9  23    6 12.2  -56.8      tropical storm        0
## 5976      Lili 2002     9  23   12 12.4  -58.7      tropical storm        0
## 5977      Lili 2002     9  23   18 12.5  -60.4      tropical storm        0
## 5978      Lili 2002     9  24    0 12.7  -62.1      tropical storm        0
## 5979      Lili 2002     9  24    6 12.8  -63.7      tropical storm        0
## 5980      Lili 2002     9  24   12 13.0  -64.9      tropical storm        0
## 5981      Lili 2002     9  24   18 13.2  -66.0      tropical storm        0
## 5982      Lili 2002     9  25    0 13.5  -66.9      tropical storm        0
## 5983      Lili 2002     9  25    6 13.7  -67.5      tropical storm        0
## 5984      Lili 2002     9  27    0 15.7  -73.5 tropical depression       -1
## 5985      Lili 2002     9  27    6 15.9  -74.0 tropical depression       -1
## 5986      Lili 2002     9  27   12 16.1  -74.6      tropical storm        0
## 5987      Lili 2002     9  27   18 16.7  -75.0      tropical storm        0
## 5988      Lili 2002     9  28    0 17.4  -75.1      tropical storm        0
## 5989      Lili 2002     9  28    6 17.5  -75.6      tropical storm        0
## 5990      Lili 2002     9  28   12 18.1  -75.4      tropical storm        0
## 5991      Lili 2002     9  28   18 18.5  -75.7      tropical storm        0
## 5992      Lili 2002     9  29    0 18.8  -76.1      tropical storm        0
## 5993      Lili 2002     9  29    6 18.8  -76.8      tropical storm        0
## 5994      Lili 2002     9  29   12 18.7  -77.2      tropical storm        0
## 5995      Lili 2002     9  29   18 18.7  -77.6      tropical storm        0
## 5996      Lili 2002     9  30    0 19.0  -78.1      tropical storm        0
## 5997      Lili 2002     9  30    6 19.1  -78.7      tropical storm        0
## 5998      Lili 2002     9  30   12 19.6  -79.6           hurricane        1
## 5999      Lili 2002     9  30   14 19.7  -79.8           hurricane        1
## 6000      Lili 2002     9  30   18 20.0  -80.3           hurricane        1
## 6001      Lili 2002    10   1    0 20.5  -81.1           hurricane        1
## 6002      Lili 2002    10   1    6 21.0  -82.2           hurricane        1
## 6003      Lili 2002    10   1   11 21.3  -83.0           hurricane        2
## 6004      Lili 2002    10   1   12 21.6  -83.2           hurricane        2
## 6005      Lili 2002    10   1   14 22.1  -84.0           hurricane        2
## 6006      Lili 2002    10   1   18 22.4  -84.4           hurricane        2
## 6007      Lili 2002    10   2    0 23.0  -85.7           hurricane        2
## 6008      Lili 2002    10   2    6 23.6  -87.2           hurricane        3
## 6009      Lili 2002    10   2   12 24.4  -88.3           hurricane        3
## 6010      Lili 2002    10   2   18 25.4  -89.5           hurricane        4
## 6011      Lili 2002    10   2   20 25.9  -89.9           hurricane        4
## 6012      Lili 2002    10   3    0 26.7  -90.3           hurricane        4
## 6013      Lili 2002    10   3    6 28.1  -91.4           hurricane        3
## 6014      Lili 2002    10   3   12 29.2  -92.1           hurricane        1
## 6015      Lili 2002    10   3   13 29.5  -92.2           hurricane        1
## 6016      Lili 2002    10   3   18 30.5  -92.4      tropical storm        0
## 6017      Lili 2002    10   4    0 31.9  -92.1      tropical storm        0
## 6018      Lili 2002    10   4    6 33.5  -91.4 tropical depression       -1
## 6019      Lili 2002    10   4   12 35.8  -90.0 tropical depression       -1
## 6020  AL142002 2002    10  14   12 16.9  -82.6 tropical depression       -1
## 6021  AL142002 2002    10  14   18 17.2  -83.1 tropical depression       -1
## 6022  AL142002 2002    10  15    0 17.1  -83.2 tropical depression       -1
## 6023  AL142002 2002    10  15    6 17.5  -83.0 tropical depression       -1
## 6024  AL142002 2002    10  15   12 17.9  -82.8 tropical depression       -1
## 6025  AL142002 2002    10  15   18 18.6  -82.5 tropical depression       -1
## 6026  AL142002 2002    10  16    0 19.7  -82.2 tropical depression       -1
## 6027  AL142002 2002    10  16    6 20.5  -81.6 tropical depression       -1
## 6028  AL142002 2002    10  16   12 21.5  -81.0 tropical depression       -1
## 6029  AL142002 2002    10  16   16 22.0  -80.7 tropical depression       -1
## 6030  AL142002 2002    10  16   18 22.4  -80.5 tropical depression       -1
## 6031       Ana 2003     4  21    0 31.4  -66.4      tropical storm        0
## 6032       Ana 2003     4  21    6 30.6  -65.8      tropical storm        0
## 6033       Ana 2003     4  21   12 30.0  -64.8      tropical storm        0
## 6034       Ana 2003     4  21   18 29.4  -63.1      tropical storm        0
## 6035       Ana 2003     4  22    0 29.4  -61.5      tropical storm        0
## 6036       Ana 2003     4  22    6 29.5  -60.1      tropical storm        0
## 6037       Ana 2003     4  22   12 29.6  -58.5      tropical storm        0
## 6038       Ana 2003     4  22   18 29.7  -56.6      tropical storm        0
## 6039       Ana 2003     4  23    0 30.0  -54.7      tropical storm        0
## 6040       Ana 2003     4  23    6 30.6  -53.0      tropical storm        0
## 6041       Ana 2003     4  23   12 31.4  -51.5      tropical storm        0
## 6042       Ana 2003     4  23   18 31.9  -50.6      tropical storm        0
## 6043       Ana 2003     4  24    0 32.1  -49.6      tropical storm        0
## 6044  AL022003 2003     6  11    0  9.5  -40.8 tropical depression       -1
## 6045  AL022003 2003     6  11    6  9.6  -42.5 tropical depression       -1
## 6046  AL022003 2003     6  11   12  9.7  -44.2 tropical depression       -1
## 6047  AL022003 2003     6  11   18  9.7  -45.9 tropical depression       -1
## 6048      Bill 2003     6  29    6 22.0  -90.0 tropical depression       -1
## 6049      Bill 2003     6  29   12 23.4  -90.5      tropical storm        0
## 6050      Bill 2003     6  29   18 24.6  -91.1      tropical storm        0
## 6051      Bill 2003     6  30    0 25.9  -91.3      tropical storm        0
## 6052      Bill 2003     6  30    6 27.1  -91.5      tropical storm        0
## 6053      Bill 2003     6  30   12 28.2  -91.5      tropical storm        0
## 6054      Bill 2003     6  30   18 29.1  -91.0      tropical storm        0
## 6055      Bill 2003     6  30   19 29.3  -91.0      tropical storm        0
## 6056      Bill 2003     7   1    0 30.4  -90.3      tropical storm        0
## 6057      Bill 2003     7   1    6 31.6  -89.3 tropical depression       -1
## 6058      Bill 2003     7   1   12 32.7  -88.4 tropical depression       -1
## 6059      Bill 2003     7   1   18 33.6  -87.0 tropical depression       -1
## 6060      Bill 2003     7   2    0 34.1  -86.0 tropical depression       -1
## 6061      Bill 2003     7   2    6 35.0  -84.5 tropical depression       -1
## 6062      Bill 2003     7   2   12 35.6  -83.5 tropical depression       -1
## 6063 Claudette 2003     7   8   18 14.8  -70.0      tropical storm        0
## 6064 Claudette 2003     7   9    0 15.0  -72.0      tropical storm        0
## 6065 Claudette 2003     7   9    6 15.1  -74.4      tropical storm        0
## 6066 Claudette 2003     7   9   12 15.3  -76.5      tropical storm        0
## 6067 Claudette 2003     7   9   18 15.8  -78.6      tropical storm        0
## 6068 Claudette 2003     7  10    0 16.1  -80.3      tropical storm        0
## 6069 Claudette 2003     7  10    6 16.6  -81.7      tropical storm        0
## 6070 Claudette 2003     7  10   12 17.5  -82.8           hurricane        1
## 6071 Claudette 2003     7  10   18 18.6  -84.1      tropical storm        0
## 6072 Claudette 2003     7  11    0 19.7  -85.5      tropical storm        0
## 6073 Claudette 2003     7  11    6 20.4  -86.3      tropical storm        0
## 6074 Claudette 2003     7  11   10 20.8  -86.9      tropical storm        0
## 6075 Claudette 2003     7  11   12 21.1  -87.2      tropical storm        0
## 6076 Claudette 2003     7  11   18 21.8  -88.2      tropical storm        0
## 6077 Claudette 2003     7  12    0 22.6  -89.2      tropical storm        0
## 6078 Claudette 2003     7  12    6 23.3  -90.2      tropical storm        0
## 6079 Claudette 2003     7  12   12 23.9  -90.7      tropical storm        0
## 6080 Claudette 2003     7  12   18 24.6  -90.9      tropical storm        0
## 6081 Claudette 2003     7  13    0 24.9  -91.5      tropical storm        0
## 6082 Claudette 2003     7  13    6 24.9  -91.9      tropical storm        0
## 6083 Claudette 2003     7  13   12 25.1  -92.1      tropical storm        0
## 6084 Claudette 2003     7  13   18 25.3  -92.2      tropical storm        0
## 6085 Claudette 2003     7  14    0 25.6  -92.2      tropical storm        0
## 6086 Claudette 2003     7  14    6 26.0  -92.3      tropical storm        0
## 6087 Claudette 2003     7  14   12 26.7  -92.6      tropical storm        0
## 6088 Claudette 2003     7  14   18 27.3  -93.0      tropical storm        0
## 6089 Claudette 2003     7  15    0 27.7  -93.6      tropical storm        0
## 6090 Claudette 2003     7  15    6 27.9  -94.6           hurricane        1
## 6091 Claudette 2003     7  15   12 28.3  -95.5           hurricane        1
## 6092 Claudette 2003     7  15   15 28.3  -96.2           hurricane        1
## 6093 Claudette 2003     7  15   18 28.6  -96.9           hurricane        1
## 6094 Claudette 2003     7  16    0 28.5  -98.2      tropical storm        0
## 6095 Claudette 2003     7  16    6 28.5  -99.4      tropical storm        0
## 6096 Claudette 2003     7  16   12 28.8 -100.8      tropical storm        0
## 6097 Claudette 2003     7  16   18 29.3 -102.6      tropical storm        0
## 6098 Claudette 2003     7  17    0 29.9 -104.3 tropical depression       -1
## 6099     Danny 2003     7  16   12 30.8  -54.1 tropical depression       -1
## 6100     Danny 2003     7  16   18 31.7  -54.7 tropical depression       -1
## 6101     Danny 2003     7  17    0 32.5  -55.2      tropical storm        0
## 6102     Danny 2003     7  17    6 33.4  -55.6      tropical storm        0
## 6103     Danny 2003     7  17   12 34.4  -56.4      tropical storm        0
## 6104     Danny 2003     7  17   18 35.3  -56.6      tropical storm        0
## 6105     Danny 2003     7  18    0 36.2  -56.4      tropical storm        0
## 6106     Danny 2003     7  18    6 37.1  -56.0      tropical storm        0
## 6107     Danny 2003     7  18   12 38.1  -54.9      tropical storm        0
## 6108     Danny 2003     7  18   18 39.2  -53.4           hurricane        1
## 6109     Danny 2003     7  19    0 40.1  -51.7           hurricane        1
## 6110     Danny 2003     7  19    6 41.1  -50.0           hurricane        1
## 6111     Danny 2003     7  19   12 42.1  -47.8           hurricane        1
## 6112     Danny 2003     7  19   18 42.7  -45.8      tropical storm        0
## 6113     Danny 2003     7  20    0 42.7  -44.0      tropical storm        0
## 6114     Danny 2003     7  20    6 42.5  -42.4      tropical storm        0
## 6115     Danny 2003     7  20   12 41.9  -40.7      tropical storm        0
## 6116     Danny 2003     7  20   18 40.9  -39.2 tropical depression       -1
## 6117     Danny 2003     7  21    0 39.8  -37.9 tropical depression       -1
## 6118  AL062003 2003     7  19   18 12.3  -43.5 tropical depression       -1
## 6119  AL062003 2003     7  20    0 12.5  -45.2 tropical depression       -1
## 6120  AL062003 2003     7  20    6 12.7  -47.0 tropical depression       -1
## 6121  AL062003 2003     7  20   12 12.9  -48.8 tropical depression       -1
## 6122  AL062003 2003     7  20   18 13.2  -50.9 tropical depression       -1
## 6123  AL062003 2003     7  21    0 13.5  -53.0 tropical depression       -1
## 6124  AL062003 2003     7  21    6 13.8  -55.1 tropical depression       -1
## 6125  AL062003 2003     7  21   12 14.0  -57.4 tropical depression       -1
## 6126  AL072003 2003     7  25   12 29.3  -80.1 tropical depression       -1
## 6127  AL072003 2003     7  25   18 30.1  -80.5 tropical depression       -1
## 6128  AL072003 2003     7  26    0 30.7  -80.8 tropical depression       -1
## 6129  AL072003 2003     7  26    6 31.5  -81.3 tropical depression       -1
## 6130  AL072003 2003     7  26   12 32.3  -82.0 tropical depression       -1
## 6131  AL072003 2003     7  26   18 32.8  -82.6 tropical depression       -1
## 6132  AL072003 2003     7  27    0 33.0  -83.0 tropical depression       -1
## 6133     Erika 2003     8  14   18 26.4  -83.3      tropical storm        0
## 6134     Erika 2003     8  15    0 26.6  -85.7      tropical storm        0
## 6135     Erika 2003     8  15    6 26.4  -88.3      tropical storm        0
## 6136     Erika 2003     8  15   12 26.1  -90.5      tropical storm        0
## 6137     Erika 2003     8  15   18 26.0  -92.5      tropical storm        0
## 6138     Erika 2003     8  16    0 25.9  -94.4      tropical storm        0
## 6139     Erika 2003     8  16    6 25.6  -96.2      tropical storm        0
## 6140     Erika 2003     8  16   10 25.3  -97.4           hurricane        1
## 6141     Erika 2003     8  16   12 25.2  -97.6           hurricane        1
## 6142     Erika 2003     8  16   18 24.8  -98.9      tropical storm        0
## 6143     Erika 2003     8  17    0 24.7 -100.3 tropical depression       -1
## 6144  AL092003 2003     8  21   18 14.5  -65.5 tropical depression       -1
## 6145  AL092003 2003     8  22    0 15.2  -66.5 tropical depression       -1
## 6146  AL092003 2003     8  22    6 15.7  -67.5 tropical depression       -1
## 6147  AL092003 2003     8  22   12 16.2  -68.2 tropical depression       -1
## 6148    Fabian 2003     8  27   18 14.6  -30.7 tropical depression       -1
## 6149    Fabian 2003     8  28    0 14.7  -32.3 tropical depression       -1
## 6150    Fabian 2003     8  28    6 14.9  -34.2 tropical depression       -1
## 6151    Fabian 2003     8  28   12 15.0  -36.2      tropical storm        0
## 6152    Fabian 2003     8  28   18 15.1  -38.2      tropical storm        0
## 6153    Fabian 2003     8  29    0 15.2  -40.1      tropical storm        0
## 6154    Fabian 2003     8  29    6 15.4  -41.8      tropical storm        0
## 6155    Fabian 2003     8  29   12 15.5  -43.1      tropical storm        0
## 6156    Fabian 2003     8  29   18 15.8  -44.3      tropical storm        0
## 6157    Fabian 2003     8  30    0 16.3  -45.6           hurricane        1
## 6158    Fabian 2003     8  30    6 16.7  -46.9           hurricane        1
## 6159    Fabian 2003     8  30   12 17.0  -48.0           hurricane        2
## 6160    Fabian 2003     8  30   18 17.3  -49.2           hurricane        3
## 6161    Fabian 2003     8  31    0 17.6  -50.3           hurricane        3
## 6162    Fabian 2003     8  31    6 17.8  -51.4           hurricane        3
## 6163    Fabian 2003     8  31   12 18.0  -52.5           hurricane        3
## 6164    Fabian 2003     8  31   18 18.2  -53.5           hurricane        4
## 6165    Fabian 2003     9   1    0 18.3  -54.3           hurricane        4
## 6166    Fabian 2003     9   1    6 18.5  -55.3           hurricane        4
## 6167    Fabian 2003     9   1   12 18.7  -56.3           hurricane        4
## 6168    Fabian 2003     9   1   18 19.0  -57.3           hurricane        4
## 6169    Fabian 2003     9   2    0 19.3  -58.3           hurricane        4
## 6170    Fabian 2003     9   2    6 19.6  -59.2           hurricane        4
## 6171    Fabian 2003     9   2   12 20.1  -59.9           hurricane        4
## 6172    Fabian 2003     9   2   18 20.5  -60.7           hurricane        4
## 6173    Fabian 2003     9   3    0 20.9  -61.3           hurricane        4
## 6174    Fabian 2003     9   3    6 21.3  -61.8           hurricane        3
## 6175    Fabian 2003     9   3   12 21.9  -62.3           hurricane        3
## 6176    Fabian 2003     9   3   18 22.5  -62.8           hurricane        3
## 6177    Fabian 2003     9   4    0 23.2  -63.0           hurricane        4
## 6178    Fabian 2003     9   4    6 23.8  -63.3           hurricane        3
## 6179    Fabian 2003     9   4   12 24.8  -63.8           hurricane        3
## 6180    Fabian 2003     9   4   18 25.8  -64.3           hurricane        3
## 6181    Fabian 2003     9   5    0 27.1  -64.6           hurricane        4
## 6182    Fabian 2003     9   5    6 28.6  -65.1           hurricane        3
## 6183    Fabian 2003     9   5   12 30.1  -65.3           hurricane        3
## 6184    Fabian 2003     9   5   18 31.8  -65.3           hurricane        3
## 6185    Fabian 2003     9   6    0 33.4  -64.7           hurricane        3
## 6186    Fabian 2003     9   6    6 34.9  -64.0           hurricane        3
## 6187    Fabian 2003     9   6   12 36.0  -62.4           hurricane        3
## 6188    Fabian 2003     9   6   18 36.9  -60.4           hurricane        3
## 6189    Fabian 2003     9   7    0 37.9  -58.2           hurricane        2
## 6190    Fabian 2003     9   7    6 39.1  -55.7           hurricane        2
## 6191    Fabian 2003     9   7   12 40.6  -53.4           hurricane        1
## 6192    Fabian 2003     9   7   18 42.3  -50.7           hurricane        1
## 6193    Fabian 2003     9   8    0 44.3  -47.9           hurricane        1
## 6194    Fabian 2003     9   8    6 46.3  -44.7           hurricane        1
## 6195    Fabian 2003     9   8   12 48.7  -40.8           hurricane        1
## 6196     Henri 2003     9   3   18 27.4  -87.7 tropical depression       -1
## 6197     Henri 2003     9   4    0 27.6  -87.8 tropical depression       -1
## 6198     Henri 2003     9   4    6 27.8  -87.6 tropical depression       -1
## 6199     Henri 2003     9   4   12 27.8  -87.2 tropical depression       -1
## 6200     Henri 2003     9   4   18 27.8  -86.3 tropical depression       -1
## 6201     Henri 2003     9   5    0 27.6  -85.8 tropical depression       -1
## 6202     Henri 2003     9   5    6 27.7  -85.1      tropical storm        0
## 6203     Henri 2003     9   5   12 28.1  -84.4      tropical storm        0
## 6204     Henri 2003     9   5   18 28.3  -84.2      tropical storm        0
## 6205     Henri 2003     9   6    0 27.9  -83.9 tropical depression       -1
## 6206     Henri 2003     9   6    6 27.7  -83.5 tropical depression       -1
## 6207     Henri 2003     9   6    9 27.9  -82.8 tropical depression       -1
## 6208     Henri 2003     9   6   12 28.4  -81.8 tropical depression       -1
## 6209     Henri 2003     9   6   18 29.2  -80.4 tropical depression       -1
## 6210     Henri 2003     9   7    0 30.0  -79.5 tropical depression       -1
## 6211     Henri 2003     9   7    6 30.5  -79.2 tropical depression       -1
## 6212     Henri 2003     9   7   12 30.8  -78.5 tropical depression       -1
## 6213     Henri 2003     9   7   18 31.3  -77.9 tropical depression       -1
## 6214     Henri 2003     9   8    0 31.7  -77.1 tropical depression       -1
## 6215     Henri 2003     9   8    6 32.1  -76.5 tropical depression       -1
## 6216     Henri 2003     9   8   12 32.5  -75.9 tropical depression       -1
## 6217    Isabel 2003     9   6    0 13.8  -31.4 tropical depression       -1
## 6218    Isabel 2003     9   6    6 13.9  -32.7      tropical storm        0
## 6219    Isabel 2003     9   6   12 13.6  -33.9      tropical storm        0
## 6220    Isabel 2003     9   6   18 13.4  -34.9      tropical storm        0
## 6221    Isabel 2003     9   7    0 13.5  -35.8      tropical storm        0
## 6222    Isabel 2003     9   7    6 13.9  -36.5      tropical storm        0
## 6223    Isabel 2003     9   7   12 14.4  -37.3           hurricane        1
## 6224    Isabel 2003     9   7   18 15.2  -38.5           hurricane        1
## 6225    Isabel 2003     9   8    0 15.8  -39.7           hurricane        1
## 6226    Isabel 2003     9   8    6 16.5  -40.9           hurricane        2
## 6227    Isabel 2003     9   8   12 17.1  -42.0           hurricane        3
## 6228    Isabel 2003     9   8   18 17.6  -43.1           hurricane        3
## 6229    Isabel 2003     9   9    0 18.2  -44.1           hurricane        4
## 6230    Isabel 2003     9   9    6 18.9  -45.2           hurricane        4
## 6231    Isabel 2003     9   9   12 19.4  -46.3           hurricane        4
## 6232    Isabel 2003     9   9   18 20.0  -47.3           hurricane        4
## 6233    Isabel 2003     9  10    0 20.5  -48.3           hurricane        3
## 6234    Isabel 2003     9  10    6 20.9  -49.4           hurricane        3
## 6235    Isabel 2003     9  10   12 21.1  -50.4           hurricane        4
## 6236    Isabel 2003     9  10   18 21.1  -51.4           hurricane        4
## 6237    Isabel 2003     9  11    0 21.2  -52.3           hurricane        4
## 6238    Isabel 2003     9  11    6 21.3  -53.2           hurricane        4
## 6239    Isabel 2003     9  11   12 21.4  -54.0           hurricane        4
## 6240    Isabel 2003     9  11   18 21.5  -54.8           hurricane        5
## 6241    Isabel 2003     9  12    0 21.6  -55.7           hurricane        5
## 6242    Isabel 2003     9  12    6 21.7  -56.6           hurricane        5
## 6243    Isabel 2003     9  12   12 21.6  -57.4           hurricane        5
## 6244    Isabel 2003     9  12   18 21.7  -58.2           hurricane        5
## 6245    Isabel 2003     9  13    0 21.8  -59.1           hurricane        4
## 6246    Isabel 2003     9  13    6 21.9  -60.1           hurricane        4
## 6247    Isabel 2003     9  13   12 22.1  -61.0           hurricane        4
## 6248    Isabel 2003     9  13   18 22.5  -62.1           hurricane        5
## 6249    Isabel 2003     9  14    0 22.9  -63.3           hurricane        4
## 6250    Isabel 2003     9  14    6 23.2  -64.6           hurricane        4
## 6251    Isabel 2003     9  14   12 23.5  -65.8           hurricane        4
## 6252    Isabel 2003     9  14   18 23.9  -67.0           hurricane        5
## 6253    Isabel 2003     9  15    0 24.3  -67.9           hurricane        4
## 6254    Isabel 2003     9  15    6 24.5  -68.8           hurricane        4
## 6255    Isabel 2003     9  15   12 24.8  -69.4           hurricane        4
## 6256    Isabel 2003     9  15   18 25.3  -69.8           hurricane        4
## 6257    Isabel 2003     9  16    0 25.7  -70.2           hurricane        3
## 6258    Isabel 2003     9  16    6 26.3  -70.5           hurricane        3
## 6259    Isabel 2003     9  16   12 26.8  -70.9           hurricane        2
## 6260    Isabel 2003     9  16   18 27.4  -71.2           hurricane        2
## 6261    Isabel 2003     9  17    0 28.1  -71.5           hurricane        2
## 6262    Isabel 2003     9  17    6 28.9  -71.9           hurricane        2
## 6263    Isabel 2003     9  17   12 29.7  -72.5           hurricane        2
## 6264    Isabel 2003     9  17   18 30.6  -73.0           hurricane        2
## 6265    Isabel 2003     9  18    0 31.5  -73.5           hurricane        2
## 6266    Isabel 2003     9  18    6 32.5  -74.3           hurricane        2
## 6267    Isabel 2003     9  18   12 33.7  -75.2           hurricane        2
## 6268    Isabel 2003     9  18   17 34.9  -76.2           hurricane        2
## 6269    Isabel 2003     9  18   18 35.1  -76.4           hurricane        2
## 6270    Isabel 2003     9  19    0 36.7  -77.7           hurricane        1
## 6271    Isabel 2003     9  19    6 38.6  -78.9      tropical storm        0
## 6272  AL142003 2003     9   8    6 11.6  -21.7 tropical depression       -1
## 6273  AL142003 2003     9   8   12 11.4  -22.2 tropical depression       -1
## 6274  AL142003 2003     9   8   18 11.2  -22.6 tropical depression       -1
## 6275  AL142003 2003     9   9    0 11.2  -23.0 tropical depression       -1
## 6276  AL142003 2003     9   9    6 11.6  -23.6 tropical depression       -1
## 6277  AL142003 2003     9   9   12 12.4  -24.4 tropical depression       -1
## 6278  AL142003 2003     9   9   18 13.6  -24.9 tropical depression       -1
## 6279  AL142003 2003     9  10    0 14.6  -25.0 tropical depression       -1
## 6280  AL142003 2003     9  10    6 15.3  -25.1 tropical depression       -1
## 6281  AL142003 2003     9  10   12 15.9  -25.2 tropical depression       -1
## 6282      Juan 2003     9  24   12 28.2  -62.4 tropical depression       -1
## 6283      Juan 2003     9  24   18 28.3  -62.2 tropical depression       -1
## 6284      Juan 2003     9  25    0 28.4  -62.0      tropical storm        0
## 6285      Juan 2003     9  25    6 28.8  -61.7      tropical storm        0
## 6286      Juan 2003     9  25   12 29.2  -61.4      tropical storm        0
## 6287      Juan 2003     9  25   18 30.4  -61.6      tropical storm        0
## 6288      Juan 2003     9  26    0 30.9  -61.8      tropical storm        0
## 6289      Juan 2003     9  26    6 31.1  -61.8      tropical storm        0
## 6290      Juan 2003     9  26   12 31.8  -62.0           hurricane        1
## 6291      Juan 2003     9  26   18 32.5  -62.0           hurricane        1
## 6292      Juan 2003     9  27    0 33.3  -62.0           hurricane        1
## 6293      Juan 2003     9  27    6 34.4  -62.2           hurricane        1
## 6294      Juan 2003     9  27   12 35.2  -62.8           hurricane        1
## 6295      Juan 2003     9  27   18 35.5  -63.2           hurricane        2
## 6296      Juan 2003     9  28    0 36.3  -63.6           hurricane        2
## 6297      Juan 2003     9  28    6 37.1  -64.0           hurricane        2
## 6298      Juan 2003     9  28   12 38.5  -64.1           hurricane        2
## 6299      Juan 2003     9  28   18 40.2  -64.1           hurricane        2
## 6300      Juan 2003     9  29    0 42.8  -63.9           hurricane        2
## 6301      Juan 2003     9  29    3 44.4  -63.8           hurricane        2
## 6302      Juan 2003     9  29    6 46.0  -63.8           hurricane        1
## 6303      Juan 2003     9  29   12 49.8  -62.4      tropical storm        0
## 6304      Kate 2003     9  25   18 11.8  -37.7 tropical depression       -1
## 6305      Kate 2003     9  26    0 12.8  -38.5 tropical depression       -1
## 6306      Kate 2003     9  26    6 14.0  -39.4 tropical depression       -1
## 6307      Kate 2003     9  26   12 15.2  -40.2 tropical depression       -1
## 6308      Kate 2003     9  26   18 16.6  -41.0 tropical depression       -1
## 6309      Kate 2003     9  27    0 18.0  -41.8 tropical depression       -1
## 6310      Kate 2003     9  27    6 19.2  -43.0 tropical depression       -1
## 6311      Kate 2003     9  27   12 20.0  -43.8 tropical depression       -1
## 6312      Kate 2003     9  27   18 21.0  -44.2      tropical storm        0
## 6313      Kate 2003     9  28    0 22.0  -44.5      tropical storm        0
## 6314      Kate 2003     9  28    6 23.0  -44.3      tropical storm        0
## 6315      Kate 2003     9  28   12 23.9  -43.6      tropical storm        0
## 6316      Kate 2003     9  28   18 24.8  -42.6      tropical storm        0
## 6317      Kate 2003     9  29    0 26.1  -41.3      tropical storm        0
## 6318      Kate 2003     9  29    6 27.2  -39.9      tropical storm        0
## 6319      Kate 2003     9  29   12 28.3  -38.2      tropical storm        0
## 6320      Kate 2003     9  29   18 29.2  -36.8           hurricane        1
## 6321      Kate 2003     9  30    0 30.0  -35.4           hurricane        1
## 6322      Kate 2003     9  30    6 30.8  -34.8      tropical storm        0
## 6323      Kate 2003     9  30   12 31.8  -35.1      tropical storm        0
## 6324      Kate 2003     9  30   18 32.6  -36.0      tropical storm        0
## 6325      Kate 2003    10   1    0 32.5  -37.1      tropical storm        0
## 6326      Kate 2003    10   1    6 32.4  -38.3      tropical storm        0
## 6327      Kate 2003    10   1   12 32.2  -39.6      tropical storm        0
## 6328      Kate 2003    10   1   18 31.7  -40.9           hurricane        1
## 6329      Kate 2003    10   2    0 31.1  -42.1           hurricane        1
## 6330      Kate 2003    10   2    6 30.3  -43.0           hurricane        1
## 6331      Kate 2003    10   2   12 30.1  -43.6           hurricane        1
## 6332      Kate 2003    10   2   18 29.9  -44.7           hurricane        1
## 6333      Kate 2003    10   3    0 29.6  -45.8           hurricane        1
## 6334      Kate 2003    10   3    6 29.4  -46.9           hurricane        2
## 6335      Kate 2003    10   3   12 29.4  -47.8           hurricane        2
## 6336      Kate 2003    10   3   18 29.6  -49.1           hurricane        3
## 6337      Kate 2003    10   4    0 29.9  -50.3           hurricane        3
## 6338      Kate 2003    10   4    6 30.1  -51.6           hurricane        3
## 6339      Kate 2003    10   4   12 30.1  -52.8           hurricane        3
## 6340      Kate 2003    10   4   18 30.2  -54.0           hurricane        3
## 6341      Kate 2003    10   5    0 30.3  -54.7           hurricane        3
## 6342      Kate 2003    10   5    6 30.4  -55.5           hurricane        2
## 6343      Kate 2003    10   5   12 30.7  -56.1           hurricane        2
## 6344      Kate 2003    10   5   18 31.4  -56.4           hurricane        2
## 6345      Kate 2003    10   6    0 32.3  -56.2           hurricane        1
## 6346      Kate 2003    10   6    6 33.5  -56.0           hurricane        1
## 6347      Kate 2003    10   6   12 35.2  -55.6           hurricane        1
## 6348      Kate 2003    10   6   18 36.9  -55.0           hurricane        1
## 6349      Kate 2003    10   7    0 38.6  -54.0           hurricane        1
## 6350      Kate 2003    10   7    6 40.5  -52.1      tropical storm        0
## 6351      Kate 2003    10   7   12 43.8  -49.5      tropical storm        0
## 6352      Kate 2003    10   7   18 47.5  -47.2      tropical storm        0
## 6353     Larry 2003    10   1   18 21.0  -93.2      tropical storm        0
## 6354     Larry 2003    10   2    0 20.9  -93.4      tropical storm        0
## 6355     Larry 2003    10   2    6 20.7  -93.4      tropical storm        0
## 6356     Larry 2003    10   2   12 20.5  -93.4      tropical storm        0
## 6357     Larry 2003    10   2   18 20.4  -93.6      tropical storm        0
## 6358     Larry 2003    10   3    0 20.5  -94.0      tropical storm        0
## 6359     Larry 2003    10   3    6 20.3  -94.3      tropical storm        0
## 6360     Larry 2003    10   3   12 20.1  -94.5      tropical storm        0
## 6361     Larry 2003    10   3   18 19.9  -94.7      tropical storm        0
## 6362     Larry 2003    10   4    0 19.6  -94.5      tropical storm        0
## 6363     Larry 2003    10   4    6 19.5  -94.0      tropical storm        0
## 6364     Larry 2003    10   4   12 19.3  -93.8      tropical storm        0
## 6365     Larry 2003    10   4   18 18.8  -93.8      tropical storm        0
## 6366     Larry 2003    10   5    0 18.6  -93.6      tropical storm        0
## 6367     Larry 2003    10   5    6 18.5  -93.5      tropical storm        0
## 6368     Larry 2003    10   5   10 18.4  -93.5      tropical storm        0
## 6369     Larry 2003    10   5   12 18.4  -93.5      tropical storm        0
## 6370     Larry 2003    10   5   18 18.2  -93.7      tropical storm        0
## 6371     Larry 2003    10   6    0 17.9  -93.8      tropical storm        0
## 6372     Larry 2003    10   6    6 17.5  -93.9 tropical depression       -1
## 6373     Mindy 2003    10  10   18 19.1  -68.8      tropical storm        0
## 6374     Mindy 2003    10  11    0 20.1  -69.7      tropical storm        0
## 6375     Mindy 2003    10  11    6 20.9  -70.4      tropical storm        0
## 6376     Mindy 2003    10  11   12 21.8  -71.3      tropical storm        0
## 6377     Mindy 2003    10  11   18 22.7  -71.5      tropical storm        0
## 6378     Mindy 2003    10  12    0 23.6  -71.9      tropical storm        0
## 6379     Mindy 2003    10  12    6 24.0  -72.4 tropical depression       -1
## 6380     Mindy 2003    10  12   12 24.7  -72.2 tropical depression       -1
## 6381     Mindy 2003    10  12   18 25.5  -72.0 tropical depression       -1
## 6382     Mindy 2003    10  13    0 25.6  -71.0 tropical depression       -1
## 6383     Mindy 2003    10  13    6 25.7  -70.3 tropical depression       -1
## 6384     Mindy 2003    10  13   12 25.8  -69.3 tropical depression       -1
## 6385     Mindy 2003    10  13   18 25.9  -68.3 tropical depression       -1
## 6386     Mindy 2003    10  14    0 25.9  -67.7 tropical depression       -1
## 6387  Nicholas 2003    10  13    0  9.5  -37.0 tropical depression       -1
## 6388  Nicholas 2003    10  13    6  9.5  -37.7 tropical depression       -1
## 6389  Nicholas 2003    10  13   12  9.6  -38.4 tropical depression       -1
## 6390  Nicholas 2003    10  13   18  9.9  -38.9 tropical depression       -1
## 6391  Nicholas 2003    10  14    0 10.2  -39.5 tropical depression       -1
## 6392  Nicholas 2003    10  14    6 10.5  -40.3 tropical depression       -1
## 6393  Nicholas 2003    10  14   12 10.7  -41.1 tropical depression       -1
## 6394  Nicholas 2003    10  14   18 10.9  -41.9      tropical storm        0
## 6395  Nicholas 2003    10  15    0 11.2  -42.5      tropical storm        0
## 6396  Nicholas 2003    10  15    6 11.5  -43.1      tropical storm        0
## 6397  Nicholas 2003    10  15   12 11.8  -43.7      tropical storm        0
## 6398  Nicholas 2003    10  15   18 12.2  -44.3      tropical storm        0
## 6399  Nicholas 2003    10  16    0 12.6  -45.0      tropical storm        0
## 6400  Nicholas 2003    10  16    6 13.1  -45.6      tropical storm        0
## 6401  Nicholas 2003    10  16   12 13.5  -46.0      tropical storm        0
## 6402  Nicholas 2003    10  16   18 14.0  -46.6      tropical storm        0
## 6403  Nicholas 2003    10  17    0 14.4  -47.2      tropical storm        0
## 6404  Nicholas 2003    10  17    6 15.0  -47.6      tropical storm        0
## 6405  Nicholas 2003    10  17   12 15.5  -48.0      tropical storm        0
## 6406  Nicholas 2003    10  17   18 16.1  -48.1      tropical storm        0
## 6407  Nicholas 2003    10  18    0 16.3  -48.1      tropical storm        0
## 6408  Nicholas 2003    10  18    6 16.3  -47.9      tropical storm        0
## 6409  Nicholas 2003    10  18   12 16.5  -47.8      tropical storm        0
## 6410  Nicholas 2003    10  18   18 16.7  -47.7      tropical storm        0
## 6411  Nicholas 2003    10  19    0 17.0  -47.6      tropical storm        0
## 6412  Nicholas 2003    10  19    6 17.3  -47.4      tropical storm        0
## 6413  Nicholas 2003    10  19   12 17.6  -47.3      tropical storm        0
## 6414  Nicholas 2003    10  19   18 17.6  -47.5      tropical storm        0
## 6415  Nicholas 2003    10  20    0 17.4  -47.7      tropical storm        0
## 6416  Nicholas 2003    10  20    6 17.6  -47.9      tropical storm        0
## 6417  Nicholas 2003    10  20   12 17.8  -48.1      tropical storm        0
## 6418  Nicholas 2003    10  20   18 18.1  -48.9      tropical storm        0
## 6419  Nicholas 2003    10  21    0 18.4  -49.7      tropical storm        0
## 6420  Nicholas 2003    10  21    6 18.6  -50.3      tropical storm        0
## 6421  Nicholas 2003    10  21   12 18.7  -51.0      tropical storm        0
## 6422  Nicholas 2003    10  21   18 18.6  -52.0      tropical storm        0
## 6423  Nicholas 2003    10  22    0 18.5  -52.9      tropical storm        0
## 6424  Nicholas 2003    10  22    6 18.5  -53.6      tropical storm        0
## 6425  Nicholas 2003    10  22   12 18.8  -54.1      tropical storm        0
## 6426  Nicholas 2003    10  22   18 19.5  -54.6      tropical storm        0
## 6427  Nicholas 2003    10  23    0 20.4  -55.4      tropical storm        0
## 6428  Nicholas 2003    10  23    6 21.5  -56.0 tropical depression       -1
## 6429  Nicholas 2003    10  23   12 22.5  -56.4 tropical depression       -1
## 6430  Nicholas 2003    10  23   18 23.6  -56.9 tropical depression       -1
## 6431    Odette 2003    12   4   12 12.9  -76.2 tropical depression       -1
## 6432    Odette 2003    12   4   18 13.3  -75.7      tropical storm        0
## 6433    Odette 2003    12   5    0 13.7  -75.2      tropical storm        0
## 6434    Odette 2003    12   5    6 13.9  -74.8      tropical storm        0
## 6435    Odette 2003    12   5   12 14.1  -74.4      tropical storm        0
## 6436    Odette 2003    12   5   18 14.3  -73.8      tropical storm        0
## 6437    Odette 2003    12   6    0 15.0  -73.0      tropical storm        0
## 6438    Odette 2003    12   6    6 15.9  -72.5      tropical storm        0
## 6439    Odette 2003    12   6   12 16.6  -72.2      tropical storm        0
## 6440    Odette 2003    12   6   18 17.2  -72.0      tropical storm        0
## 6441    Odette 2003    12   6   23 17.8  -71.5      tropical storm        0
## 6442    Odette 2003    12   7    0 17.9  -71.4      tropical storm        0
## 6443    Odette 2003    12   7    6 18.9  -70.6      tropical storm        0
## 6444    Odette 2003    12   7   12 20.5  -69.5      tropical storm        0
## 6445     Peter 2003    12   9    6 20.0  -37.4      tropical storm        0
## 6446     Peter 2003    12   9   12 19.5  -37.2      tropical storm        0
## 6447     Peter 2003    12   9   18 21.0  -37.0      tropical storm        0
## 6448     Peter 2003    12  10    0 22.2  -37.0      tropical storm        0
## 6449     Peter 2003    12  10    6 23.1  -37.1      tropical storm        0
## 6450     Peter 2003    12  10   12 23.8  -37.1 tropical depression       -1
## 6451     Peter 2003    12  10   18 25.0  -36.7 tropical depression       -1
## 6452     Peter 2003    12  11    0 26.0  -36.2 tropical depression       -1
## 6453      Alex 2004     7  31   18 30.3  -78.3 tropical depression       -1
## 6454      Alex 2004     8   1    0 31.0  -78.8 tropical depression       -1
## 6455      Alex 2004     8   1    6 31.5  -79.0 tropical depression       -1
## 6456      Alex 2004     8   1   12 31.6  -79.1 tropical depression       -1
## 6457      Alex 2004     8   1   18 31.6  -79.2      tropical storm        0
## 6458      Alex 2004     8   2    0 31.5  -79.3      tropical storm        0
## 6459      Alex 2004     8   2    6 31.4  -79.4      tropical storm        0
## 6460      Alex 2004     8   2   12 31.3  -79.0      tropical storm        0
## 6461      Alex 2004     8   2   18 31.8  -78.7      tropical storm        0
## 6462      Alex 2004     8   3    0 32.4  -78.2      tropical storm        0
## 6463      Alex 2004     8   3    6 33.0  -77.4           hurricane        1
## 6464      Alex 2004     8   3   12 34.2  -76.4           hurricane        2
## 6465      Alex 2004     8   3   18 35.3  -75.2           hurricane        2
## 6466      Alex 2004     8   4    0 36.0  -73.7           hurricane        1
## 6467      Alex 2004     8   4    6 36.8  -72.1           hurricane        1
## 6468      Alex 2004     8   4   12 37.3  -70.2           hurricane        2
## 6469      Alex 2004     8   4   18 37.8  -68.3           hurricane        2
## 6470      Alex 2004     8   5    0 38.5  -66.0           hurricane        3
## 6471      Alex 2004     8   5    6 39.5  -63.1           hurricane        3
## 6472      Alex 2004     8   5   12 40.8  -59.6           hurricane        3
## 6473      Alex 2004     8   5   18 42.7  -55.0           hurricane        2
## 6474      Alex 2004     8   6    0 44.5  -49.3           hurricane        1
## 6475      Alex 2004     8   6    6 46.1  -44.2           hurricane        1
## 6476      Alex 2004     8   6   12 47.0  -37.5      tropical storm        0
## 6477    Bonnie 2004     8   3   12 12.9  -53.6 tropical depression       -1
## 6478    Bonnie 2004     8   3   18 13.2  -55.4 tropical depression       -1
## 6479    Bonnie 2004     8   4    0 13.5  -57.4 tropical depression       -1
## 6480    Bonnie 2004     8   4    6 13.6  -59.5 tropical depression       -1
## 6481    Bonnie 2004     8   4   12 13.6  -61.6 tropical depression       -1
## 6482    Bonnie 2004     8   8   12 20.3  -83.5 tropical depression       -1
## 6483    Bonnie 2004     8   8   18 20.9  -84.3 tropical depression       -1
## 6484    Bonnie 2004     8   9    0 21.5  -85.5 tropical depression       -1
## 6485    Bonnie 2004     8   9    6 22.0  -86.6 tropical depression       -1
## 6486    Bonnie 2004     8   9   12 22.5  -87.6      tropical storm        0
## 6487    Bonnie 2004     8   9   18 22.9  -88.3      tropical storm        0
## 6488    Bonnie 2004     8  10    0 23.1  -89.0      tropical storm        0
## 6489    Bonnie 2004     8  10    6 23.4  -89.8      tropical storm        0
## 6490    Bonnie 2004     8  10   12 24.0  -90.6      tropical storm        0
## 6491    Bonnie 2004     8  10   18 24.4  -90.6      tropical storm        0
## 6492    Bonnie 2004     8  11    0 24.7  -90.6      tropical storm        0
## 6493    Bonnie 2004     8  11    6 25.2  -90.6      tropical storm        0
## 6494    Bonnie 2004     8  11   12 25.7  -90.4      tropical storm        0
## 6495    Bonnie 2004     8  11   18 26.4  -89.6      tropical storm        0
## 6496    Bonnie 2004     8  12    0 27.0  -88.8      tropical storm        0
## 6497    Bonnie 2004     8  12    6 27.7  -88.1      tropical storm        0
## 6498    Bonnie 2004     8  12   12 29.0  -86.1      tropical storm        0
## 6499    Bonnie 2004     8  12   14 29.6  -85.1      tropical storm        0
## 6500    Bonnie 2004     8  12   18 30.2  -84.0 tropical depression       -1
## 6501    Bonnie 2004     8  13    0 31.9  -81.3 tropical depression       -1
## 6502    Bonnie 2004     8  13    6 33.5  -79.0 tropical depression       -1
## 6503    Bonnie 2004     8  13   12 35.5  -76.5 tropical depression       -1
## 6504    Bonnie 2004     8  13   18 37.1  -74.9 tropical depression       -1
## 6505   Charley 2004     8   9   12 11.4  -59.2 tropical depression       -1
## 6506   Charley 2004     8   9   18 11.7  -61.1 tropical depression       -1
## 6507   Charley 2004     8  10    0 12.2  -63.2 tropical depression       -1
## 6508   Charley 2004     8  10    6 12.9  -65.3      tropical storm        0
## 6509   Charley 2004     8  10   12 13.8  -67.6      tropical storm        0
## 6510   Charley 2004     8  10   18 14.9  -69.8      tropical storm        0
## 6511   Charley 2004     8  11    0 15.6  -71.8      tropical storm        0
## 6512   Charley 2004     8  11    6 16.0  -73.7      tropical storm        0
## 6513   Charley 2004     8  11   12 16.3  -75.4      tropical storm        0
## 6514   Charley 2004     8  11   18 16.7  -76.8           hurricane        1
## 6515   Charley 2004     8  12    0 17.4  -78.1           hurricane        1
## 6516   Charley 2004     8  12    6 18.2  -79.3           hurricane        1
## 6517   Charley 2004     8  12   12 19.2  -80.7           hurricane        1
## 6518   Charley 2004     8  12   18 20.5  -81.6           hurricane        2
## 6519   Charley 2004     8  13    0 21.7  -82.2           hurricane        2
## 6520   Charley 2004     8  13    4 22.7  -82.6           hurricane        3
## 6521   Charley 2004     8  13    6 23.0  -82.6           hurricane        3
## 6522   Charley 2004     8  13   12 24.4  -82.9           hurricane        2
## 6523   Charley 2004     8  13   18 26.1  -82.4           hurricane        4
## 6524   Charley 2004     8  13   19 26.6  -82.2           hurricane        4
## 6525   Charley 2004     8  13   20 26.9  -82.1           hurricane        4
## 6526   Charley 2004     8  14    0 28.1  -81.6           hurricane        1
## 6527   Charley 2004     8  14    6 30.1  -80.8           hurricane        1
## 6528   Charley 2004     8  14   12 32.3  -79.7           hurricane        1
## 6529   Charley 2004     8  14   14 33.0  -79.4           hurricane        1
## 6530   Charley 2004     8  14   16 33.8  -78.7           hurricane        1
## 6531   Charley 2004     8  14   18 34.5  -78.1      tropical storm        0
## 6532  Danielle 2004     8  13   12 12.3  -21.8 tropical depression       -1
## 6533  Danielle 2004     8  13   18 12.4  -23.0 tropical depression       -1
## 6534  Danielle 2004     8  14    0 12.6  -24.2      tropical storm        0
## 6535  Danielle 2004     8  14    6 12.9  -25.5      tropical storm        0
## 6536  Danielle 2004     8  14   12 13.2  -26.8      tropical storm        0
## 6537  Danielle 2004     8  14   18 13.5  -28.1      tropical storm        0
## 6538  Danielle 2004     8  15    0 13.8  -29.3           hurricane        1
## 6539  Danielle 2004     8  15    6 14.1  -30.8           hurricane        1
## 6540  Danielle 2004     8  15   12 14.7  -32.1           hurricane        1
## 6541  Danielle 2004     8  15   18 15.2  -33.5           hurricane        2
## 6542  Danielle 2004     8  16    0 16.0  -34.8           hurricane        2
## 6543  Danielle 2004     8  16    6 16.8  -36.0           hurricane        2
## 6544  Danielle 2004     8  16   12 17.7  -37.2           hurricane        2
## 6545  Danielle 2004     8  16   18 19.0  -38.2           hurricane        2
## 6546  Danielle 2004     8  17    0 20.3  -38.9           hurricane        2
## 6547  Danielle 2004     8  17    6 21.7  -39.6           hurricane        2
## 6548  Danielle 2004     8  17   12 23.3  -40.0           hurricane        2
## 6549  Danielle 2004     8  17   18 24.6  -40.3           hurricane        2
## 6550  Danielle 2004     8  18    0 25.9  -40.6           hurricane        1
## 6551  Danielle 2004     8  18    6 27.3  -40.3           hurricane        1
## 6552  Danielle 2004     8  18   12 28.1  -39.8      tropical storm        0
## 6553  Danielle 2004     8  18   18 28.9  -38.9      tropical storm        0
## 6554  Danielle 2004     8  19    0 29.3  -37.8      tropical storm        0
## 6555  Danielle 2004     8  19    6 29.7  -37.7      tropical storm        0
## 6556  Danielle 2004     8  19   12 29.9  -37.7      tropical storm        0
## 6557  Danielle 2004     8  19   18 29.9  -37.2      tropical storm        0
## 6558  Danielle 2004     8  20    0 29.8  -36.8      tropical storm        0
## 6559  Danielle 2004     8  20    6 30.2  -37.0      tropical storm        0
## 6560  Danielle 2004     8  20   12 30.5  -37.2      tropical storm        0
## 6561  Danielle 2004     8  20   18 30.9  -37.6 tropical depression       -1
## 6562  Danielle 2004     8  21    0 30.9  -38.0 tropical depression       -1
## 6563  Danielle 2004     8  21    6 30.6  -38.6 tropical depression       -1
## 6564  Danielle 2004     8  21   12 30.7  -38.9 tropical depression       -1
## 6565    Gaston 2004     8  27   12 31.8  -78.1 tropical depression       -1
## 6566    Gaston 2004     8  27   18 31.6  -78.0 tropical depression       -1
## 6567    Gaston 2004     8  28    0 31.4  -78.0 tropical depression       -1
## 6568    Gaston 2004     8  28    6 31.3  -78.2      tropical storm        0
## 6569    Gaston 2004     8  28   12 31.3  -78.5      tropical storm        0
## 6570    Gaston 2004     8  28   18 31.3  -78.8      tropical storm        0
## 6571    Gaston 2004     8  29    0 31.5  -79.1      tropical storm        0
## 6572    Gaston 2004     8  29    6 32.1  -79.4      tropical storm        0
## 6573    Gaston 2004     8  29   12 32.8  -79.5           hurricane        1
## 6574    Gaston 2004     8  29   14 33.0  -79.6           hurricane        1
## 6575    Gaston 2004     8  29   18 33.5  -79.6      tropical storm        0
## 6576    Gaston 2004     8  30    0 34.2  -79.4 tropical depression       -1
## 6577    Gaston 2004     8  30    6 34.9  -79.1 tropical depression       -1
## 6578    Gaston 2004     8  30   12 35.6  -78.7 tropical depression       -1
## 6579    Gaston 2004     8  30   18 36.4  -77.8 tropical depression       -1
## 6580    Gaston 2004     8  31    0 37.2  -76.6      tropical storm        0
## 6581    Gaston 2004     8  31    6 38.1  -74.8      tropical storm        0
## 6582    Gaston 2004     8  31   12 39.1  -72.9      tropical storm        0
## 6583    Gaston 2004     8  31   18 40.2  -70.5      tropical storm        0
## 6584    Gaston 2004     9   1    0 41.0  -67.5      tropical storm        0
## 6585    Gaston 2004     9   1    6 41.7  -63.5      tropical storm        0
## 6586   Hermine 2004     8  27   18 29.0  -65.2 tropical depression       -1
## 6587   Hermine 2004     8  28    0 29.0  -65.7 tropical depression       -1
## 6588   Hermine 2004     8  28    6 29.1  -66.2 tropical depression       -1
## 6589   Hermine 2004     8  28   12 29.2  -66.6 tropical depression       -1
## 6590   Hermine 2004     8  28   18 29.7  -67.2 tropical depression       -1
## 6591   Hermine 2004     8  29    0 30.1  -68.4 tropical depression       -1
## 6592   Hermine 2004     8  29    6 30.5  -69.2 tropical depression       -1
## 6593   Hermine 2004     8  29   12 31.1  -69.8      tropical storm        0
## 6594   Hermine 2004     8  29   18 31.8  -70.5      tropical storm        0
## 6595   Hermine 2004     8  30    0 32.6  -71.1      tropical storm        0
## 6596   Hermine 2004     8  30    6 33.8  -71.5      tropical storm        0
## 6597   Hermine 2004     8  30   12 35.8  -71.5      tropical storm        0
## 6598   Hermine 2004     8  30   18 37.6  -71.4      tropical storm        0
## 6599   Hermine 2004     8  31    0 39.9  -71.3      tropical storm        0
## 6600   Hermine 2004     8  31    6 41.5  -70.9      tropical storm        0
## 6601      Ivan 2004     9   2   18  9.7  -27.6 tropical depression       -1
## 6602      Ivan 2004     9   3    0  9.7  -28.7 tropical depression       -1
## 6603      Ivan 2004     9   3    6  9.7  -30.3      tropical storm        0
## 6604      Ivan 2004     9   3   12  9.5  -32.1      tropical storm        0
## 6605      Ivan 2004     9   3   18  9.3  -33.6      tropical storm        0
## 6606      Ivan 2004     9   4    0  9.1  -35.0      tropical storm        0
## 6607      Ivan 2004     9   4    6  8.9  -36.5      tropical storm        0
## 6608      Ivan 2004     9   4   12  8.9  -38.2      tropical storm        0
## 6609      Ivan 2004     9   4   18  9.0  -39.9      tropical storm        0
## 6610      Ivan 2004     9   5    0  9.3  -41.4      tropical storm        0
## 6611      Ivan 2004     9   5    6  9.5  -43.4           hurricane        1
## 6612      Ivan 2004     9   5   12  9.8  -45.1           hurricane        2
## 6613      Ivan 2004     9   5   18 10.2  -46.8           hurricane        3
## 6614      Ivan 2004     9   6    0 10.6  -48.5           hurricane        4
## 6615      Ivan 2004     9   6    6 10.8  -50.5           hurricane        3
## 6616      Ivan 2004     9   6   12 11.0  -52.5           hurricane        3
## 6617      Ivan 2004     9   6   18 11.3  -54.4           hurricane        2
## 6618      Ivan 2004     9   7    0 11.2  -56.1           hurricane        2
## 6619      Ivan 2004     9   7    6 11.3  -57.8           hurricane        2
## 6620      Ivan 2004     9   7   12 11.6  -59.4           hurricane        3
## 6621      Ivan 2004     9   7   18 11.8  -61.1           hurricane        3
## 6622      Ivan 2004     9   7   21 11.9  -61.8           hurricane        3
## 6623      Ivan 2004     9   8    0 12.0  -62.6           hurricane        4
## 6624      Ivan 2004     9   8    6 12.3  -64.1           hurricane        4
## 6625      Ivan 2004     9   8   12 12.6  -65.5           hurricane        4
## 6626      Ivan 2004     9   8   18 13.0  -67.0           hurricane        4
## 6627      Ivan 2004     9   9    0 13.3  -68.3           hurricane        4
## 6628      Ivan 2004     9   9    6 13.7  -69.5           hurricane        5
## 6629      Ivan 2004     9   9   12 14.2  -70.8           hurricane        5
## 6630      Ivan 2004     9   9   18 14.7  -71.9           hurricane        4
## 6631      Ivan 2004     9  10    0 15.2  -72.8           hurricane        4
## 6632      Ivan 2004     9  10    6 15.7  -73.8           hurricane        4
## 6633      Ivan 2004     9  10   12 16.2  -74.7           hurricane        4
## 6634      Ivan 2004     9  10   18 16.8  -75.8           hurricane        4
## 6635      Ivan 2004     9  11    0 17.3  -76.5           hurricane        4
## 6636      Ivan 2004     9  11    3 17.4  -77.2           hurricane        4
## 6637      Ivan 2004     9  11    6 17.4  -77.6           hurricane        4
## 6638      Ivan 2004     9  11   12 17.7  -78.4           hurricane        4
## 6639      Ivan 2004     9  11   18 18.0  -79.0           hurricane        5
## 6640      Ivan 2004     9  12    0 18.2  -79.6           hurricane        5
## 6641      Ivan 2004     9  12    6 18.4  -80.4           hurricane        4
## 6642      Ivan 2004     9  12   12 18.8  -81.2           hurricane        4
## 6643      Ivan 2004     9  12   14 18.9  -81.5           hurricane        4
## 6644      Ivan 2004     9  12   18 19.1  -82.1           hurricane        4
## 6645      Ivan 2004     9  13    0 19.5  -82.8           hurricane        5
## 6646      Ivan 2004     9  13    6 19.9  -83.5           hurricane        5
## 6647      Ivan 2004     9  13   12 20.4  -84.1           hurricane        5
## 6648      Ivan 2004     9  13   18 20.9  -84.7           hurricane        5
## 6649      Ivan 2004     9  13   21 21.2  -84.8           hurricane        5
## 6650      Ivan 2004     9  14    0 21.6  -85.1           hurricane        5
## 6651      Ivan 2004     9  14    1 21.7  -85.2           hurricane        5
## 6652      Ivan 2004     9  14    6 22.4  -85.6           hurricane        5
## 6653      Ivan 2004     9  14   12 23.0  -86.0           hurricane        4
## 6654      Ivan 2004     9  14   18 23.7  -86.5           hurricane        4
## 6655      Ivan 2004     9  15    0 24.7  -87.0           hurricane        4
## 6656      Ivan 2004     9  15    6 25.6  -87.4           hurricane        4
## 6657      Ivan 2004     9  15   12 26.7  -87.9           hurricane        4
## 6658      Ivan 2004     9  15   18 27.9  -88.2           hurricane        4
## 6659      Ivan 2004     9  16    0 28.9  -88.2           hurricane        3
## 6660      Ivan 2004     9  16    6 30.0  -87.9           hurricane        3
## 6661      Ivan 2004     9  16    6 30.2  -87.9           hurricane        3
## 6662      Ivan 2004     9  16   12 31.4  -87.7           hurricane        1
## 6663      Ivan 2004     9  16   18 32.5  -87.4      tropical storm        0
## 6664      Ivan 2004     9  17    0 33.8  -86.5 tropical depression       -1
## 6665      Ivan 2004     9  17    6 34.7  -85.7 tropical depression       -1
## 6666      Ivan 2004     9  17   12 35.4  -84.0 tropical depression       -1
## 6667      Ivan 2004     9  17   18 36.2  -82.3 tropical depression       -1
## 6668      Ivan 2004     9  18    0 37.0  -80.5 tropical depression       -1
## 6669      Ivan 2004     9  18    6 37.7  -78.5 tropical depression       -1
## 6670      Ivan 2004     9  18   12 38.4  -76.7 tropical depression       -1
## 6671      Ivan 2004     9  22   18 26.5  -88.6 tropical depression       -1
## 6672      Ivan 2004     9  23    0 27.1  -89.5      tropical storm        0
## 6673      Ivan 2004     9  23    6 27.9  -91.0      tropical storm        0
## 6674      Ivan 2004     9  23   12 28.9  -92.2      tropical storm        0
## 6675      Ivan 2004     9  23   18 29.2  -92.7      tropical storm        0
## 6676      Ivan 2004     9  24    0 29.6  -93.2 tropical depression       -1
## 6677      Ivan 2004     9  24    2 29.8  -93.6 tropical depression       -1
## 6678      Ivan 2004     9  24    6 30.1  -94.2 tropical depression       -1
## 6679  AL102004 2004     9   7   12 31.5  -39.7 tropical depression       -1
## 6680  AL102004 2004     9   7   18 31.7  -39.3 tropical depression       -1
## 6681  AL102004 2004     9   8    0 32.0  -38.7 tropical depression       -1
## 6682  AL102004 2004     9   8    6 32.3  -38.1 tropical depression       -1
## 6683  AL102004 2004     9   8   12 32.8  -37.1 tropical depression       -1
## 6684  AL102004 2004     9   8   18 33.8  -36.0 tropical depression       -1
## 6685  AL102004 2004     9   9    0 35.3  -35.0 tropical depression       -1
## 6686  AL102004 2004     9   9    6 36.2  -34.3 tropical depression       -1
## 6687    Jeanne 2004     9  13   18 15.9  -60.0 tropical depression       -1
## 6688    Jeanne 2004     9  14    0 16.0  -60.7 tropical depression       -1
## 6689    Jeanne 2004     9  14    4 16.2  -61.3 tropical depression       -1
## 6690    Jeanne 2004     9  14    6 16.3  -61.5 tropical depression       -1
## 6691    Jeanne 2004     9  14   12 16.4  -62.6      tropical storm        0
## 6692    Jeanne 2004     9  14   18 16.7  -63.5      tropical storm        0
## 6693    Jeanne 2004     9  15    0 17.1  -64.0      tropical storm        0
## 6694    Jeanne 2004     9  15    6 17.2  -64.8      tropical storm        0
## 6695    Jeanne 2004     9  15   12 17.6  -65.4      tropical storm        0
## 6696    Jeanne 2004     9  15   16 18.0  -66.0      tropical storm        0
## 6697    Jeanne 2004     9  15   18 18.1  -66.2      tropical storm        0
## 6698    Jeanne 2004     9  16    0 18.5  -67.1      tropical storm        0
## 6699    Jeanne 2004     9  16    6 18.6  -67.8      tropical storm        0
## 6700    Jeanne 2004     9  16   11 18.6  -68.3           hurricane        1
## 6701    Jeanne 2004     9  16   12 18.6  -68.5           hurricane        1
## 6702    Jeanne 2004     9  16   18 18.8  -69.0           hurricane        1
## 6703    Jeanne 2004     9  17    0 19.2  -69.4      tropical storm        0
## 6704    Jeanne 2004     9  17    6 19.4  -69.9      tropical storm        0
## 6705    Jeanne 2004     9  17   12 19.7  -70.7      tropical storm        0
## 6706    Jeanne 2004     9  17   18 20.0  -71.6 tropical depression       -1
## 6707    Jeanne 2004     9  18    0 20.2  -72.0      tropical storm        0
## 6708    Jeanne 2004     9  18    6 20.4  -72.5      tropical storm        0
## 6709    Jeanne 2004     9  18   12 21.2  -72.8      tropical storm        0
## 6710    Jeanne 2004     9  18   18 21.7  -72.3      tropical storm        0
## 6711    Jeanne 2004     9  19    0 22.2  -72.2      tropical storm        0
## 6712    Jeanne 2004     9  19    6 22.8  -72.3      tropical storm        0
## 6713    Jeanne 2004     9  19   12 23.5  -72.5      tropical storm        0
## 6714    Jeanne 2004     9  19   18 24.2  -72.3      tropical storm        0
## 6715    Jeanne 2004     9  20    0 24.8  -72.1      tropical storm        0
## 6716    Jeanne 2004     9  20    6 25.5  -72.0      tropical storm        0
## 6717    Jeanne 2004     9  20   12 26.6  -71.7      tropical storm        0
## 6718    Jeanne 2004     9  20   18 27.2  -71.4           hurricane        1
## 6719    Jeanne 2004     9  21    0 27.4  -70.8           hurricane        1
## 6720    Jeanne 2004     9  21    6 27.6  -70.2           hurricane        1
## 6721    Jeanne 2004     9  21   12 27.6  -69.5           hurricane        1
## 6722    Jeanne 2004     9  21   18 27.4  -69.2           hurricane        1
## 6723    Jeanne 2004     9  22    0 27.2  -68.9           hurricane        1
## 6724    Jeanne 2004     9  22    6 26.8  -68.7           hurricane        2
## 6725    Jeanne 2004     9  22   12 26.5  -68.5           hurricane        2
## 6726    Jeanne 2004     9  22   18 26.2  -68.8           hurricane        2
## 6727    Jeanne 2004     9  23    0 25.7  -69.0           hurricane        2
## 6728    Jeanne 2004     9  23    6 25.5  -69.3           hurricane        2
## 6729    Jeanne 2004     9  23   12 25.5  -69.6           hurricane        1
## 6730    Jeanne 2004     9  23   18 25.8  -70.0           hurricane        1
## 6731    Jeanne 2004     9  24    0 26.0  -70.4           hurricane        1
## 6732    Jeanne 2004     9  24    6 26.1  -71.2           hurricane        1
## 6733    Jeanne 2004     9  24   12 26.2  -72.2           hurricane        1
## 6734    Jeanne 2004     9  24   18 26.4  -73.1           hurricane        2
## 6735    Jeanne 2004     9  25    0 26.4  -74.3           hurricane        2
## 6736    Jeanne 2004     9  25    6 26.5  -75.6           hurricane        2
## 6737    Jeanne 2004     9  25   12 26.6  -76.9           hurricane        3
## 6738    Jeanne 2004     9  25   14 26.7  -77.3           hurricane        3
## 6739    Jeanne 2004     9  25   18 26.9  -78.2           hurricane        3
## 6740    Jeanne 2004     9  26    0 27.1  -79.4           hurricane        3
## 6741    Jeanne 2004     9  26    4 27.2  -80.2           hurricane        3
## 6742    Jeanne 2004     9  26    6 27.3  -80.6           hurricane        2
## 6743    Jeanne 2004     9  26   12 27.7  -81.6           hurricane        1
## 6744    Jeanne 2004     9  26   18 28.3  -82.3      tropical storm        0
## 6745    Jeanne 2004     9  27    0 29.3  -82.7      tropical storm        0
## 6746    Jeanne 2004     9  27    6 30.1  -83.3      tropical storm        0
## 6747    Jeanne 2004     9  27   12 31.1  -83.9      tropical storm        0
## 6748    Jeanne 2004     9  27   18 32.5  -83.6 tropical depression       -1
## 6749    Jeanne 2004     9  28    0 33.2  -83.2 tropical depression       -1
## 6750    Jeanne 2004     9  28    6 34.1  -82.4 tropical depression       -1
## 6751    Jeanne 2004     9  28   12 35.4  -81.0 tropical depression       -1
## 6752    Jeanne 2004     9  28   18 37.3  -78.4 tropical depression       -1
## 6753      Karl 2004     9  16    6 11.2  -29.2 tropical depression       -1
## 6754      Karl 2004     9  16   12 11.2  -30.7 tropical depression       -1
## 6755      Karl 2004     9  16   18 11.2  -32.1      tropical storm        0
## 6756      Karl 2004     9  17    0 11.2  -33.3      tropical storm        0
## 6757      Karl 2004     9  17    6 11.6  -34.4      tropical storm        0
## 6758      Karl 2004     9  17   12 12.1  -35.3      tropical storm        0
## 6759      Karl 2004     9  17   18 13.0  -36.0      tropical storm        0
## 6760      Karl 2004     9  18    0 13.9  -37.0           hurricane        1
## 6761      Karl 2004     9  18    6 14.5  -38.0           hurricane        2
## 6762      Karl 2004     9  18   12 15.0  -38.8           hurricane        2
## 6763      Karl 2004     9  18   18 15.6  -39.7           hurricane        2
## 6764      Karl 2004     9  19    0 15.9  -40.8           hurricane        2
## 6765      Karl 2004     9  19    6 16.0  -41.6           hurricane        3
## 6766      Karl 2004     9  19   12 16.3  -42.4           hurricane        3
## 6767      Karl 2004     9  19   18 16.7  -43.4           hurricane        3
## 6768      Karl 2004     9  20    0 16.8  -44.5           hurricane        3
## 6769      Karl 2004     9  20    6 17.0  -45.2           hurricane        4
## 6770      Karl 2004     9  20   12 17.5  -46.0           hurricane        3
## 6771      Karl 2004     9  20   18 18.1  -46.5           hurricane        3
## 6772      Karl 2004     9  21    0 18.7  -47.0           hurricane        4
## 6773      Karl 2004     9  21    6 19.6  -47.3           hurricane        4
## 6774      Karl 2004     9  21   12 20.8  -47.8           hurricane        4
## 6775      Karl 2004     9  21   18 22.3  -48.3           hurricane        3
## 6776      Karl 2004     9  22    0 23.7  -48.8           hurricane        3
## 6777      Karl 2004     9  22    6 24.9  -49.4           hurricane        2
## 6778      Karl 2004     9  22   12 26.2  -49.5           hurricane        2
## 6779      Karl 2004     9  22   18 27.5  -48.7           hurricane        2
## 6780      Karl 2004     9  23    0 29.0  -47.7           hurricane        2
## 6781      Karl 2004     9  23    6 30.7  -46.3           hurricane        3
## 6782      Karl 2004     9  23   12 32.5  -44.4           hurricane        3
## 6783      Karl 2004     9  23   18 34.5  -43.0           hurricane        2
## 6784      Karl 2004     9  24    0 36.8  -41.9           hurricane        1
## 6785      Karl 2004     9  24    6 39.5  -41.2           hurricane        1
## 6786      Karl 2004     9  24   12 42.6  -40.5           hurricane        1
## 6787      Karl 2004     9  24   18 45.5  -40.5           hurricane        1
## 6788      Lisa 2004     9  19   18 13.3  -32.4 tropical depression       -1
## 6789      Lisa 2004     9  20    0 13.3  -33.3 tropical depression       -1
## 6790      Lisa 2004     9  20    6 13.4  -34.3 tropical depression       -1
## 6791      Lisa 2004     9  20   12 13.5  -35.4      tropical storm        0
## 6792      Lisa 2004     9  20   18 13.7  -36.4      tropical storm        0
## 6793      Lisa 2004     9  21    0 13.7  -37.4      tropical storm        0
## 6794      Lisa 2004     9  21    6 13.9  -38.3      tropical storm        0
## 6795      Lisa 2004     9  21   12 14.1  -39.1      tropical storm        0
## 6796      Lisa 2004     9  21   18 14.3  -39.7      tropical storm        0
## 6797      Lisa 2004     9  22    0 14.4  -40.2      tropical storm        0
## 6798      Lisa 2004     9  22    6 14.4  -40.6      tropical storm        0
## 6799      Lisa 2004     9  22   12 14.2  -41.1      tropical storm        0
## 6800      Lisa 2004     9  22   18 13.9  -41.5      tropical storm        0
## 6801      Lisa 2004     9  23    0 13.2  -41.4      tropical storm        0
## 6802      Lisa 2004     9  23    6 13.0  -40.6      tropical storm        0
## 6803      Lisa 2004     9  23   12 13.1  -40.0      tropical storm        0
## 6804      Lisa 2004     9  23   18 14.3  -40.5 tropical depression       -1
## 6805      Lisa 2004     9  24    0 14.3  -41.7 tropical depression       -1
## 6806      Lisa 2004     9  24    6 13.8  -42.4      tropical storm        0
## 6807      Lisa 2004     9  24   12 13.9  -43.2      tropical storm        0
## 6808      Lisa 2004     9  24   18 14.0  -43.8 tropical depression       -1
## 6809      Lisa 2004     9  25    0 14.3  -44.4 tropical depression       -1
## 6810      Lisa 2004     9  25    6 14.9  -44.9      tropical storm        0
## 6811      Lisa 2004     9  25   12 15.7  -45.4      tropical storm        0
## 6812      Lisa 2004     9  25   18 16.7  -45.7      tropical storm        0
## 6813      Lisa 2004     9  26    0 17.4  -45.8      tropical storm        0
## 6814      Lisa 2004     9  26    6 18.0  -45.9      tropical storm        0
## 6815      Lisa 2004     9  26   12 18.7  -46.0      tropical storm        0
## 6816      Lisa 2004     9  26   18 19.2  -46.0      tropical storm        0
## 6817      Lisa 2004     9  27    0 19.6  -46.0      tropical storm        0
## 6818      Lisa 2004     9  27    6 20.0  -46.1      tropical storm        0
## 6819      Lisa 2004     9  27   12 20.6  -46.2      tropical storm        0
## 6820      Lisa 2004     9  27   18 21.3  -46.2      tropical storm        0
## 6821      Lisa 2004     9  28    0 22.0  -46.4      tropical storm        0
## 6822      Lisa 2004     9  28    6 23.0  -46.5      tropical storm        0
## 6823      Lisa 2004     9  28   12 24.3  -46.5      tropical storm        0
## 6824      Lisa 2004     9  28   18 25.4  -46.5      tropical storm        0
## 6825      Lisa 2004     9  29    0 26.4  -46.4      tropical storm        0
## 6826      Lisa 2004     9  29    6 27.5  -46.2      tropical storm        0
## 6827      Lisa 2004     9  29   12 28.9  -45.8      tropical storm        0
## 6828      Lisa 2004     9  29   18 30.1  -45.8      tropical storm        0
## 6829      Lisa 2004     9  30    0 31.1  -46.1      tropical storm        0
## 6830      Lisa 2004     9  30    6 32.0  -46.7      tropical storm        0
## 6831      Lisa 2004     9  30   12 32.4  -47.3      tropical storm        0
## 6832      Lisa 2004     9  30   18 33.1  -47.8      tropical storm        0
## 6833      Lisa 2004    10   1    0 34.1  -47.8      tropical storm        0
## 6834      Lisa 2004    10   1    6 35.1  -47.6      tropical storm        0
## 6835      Lisa 2004    10   1   12 36.3  -47.0      tropical storm        0
## 6836      Lisa 2004    10   1   18 37.7  -45.8      tropical storm        0
## 6837      Lisa 2004    10   2    0 38.9  -43.8      tropical storm        0
## 6838      Lisa 2004    10   2    6 40.3  -41.6           hurricane        1
## 6839      Lisa 2004    10   2   12 41.6  -39.1           hurricane        1
## 6840      Lisa 2004    10   2   18 42.8  -36.0      tropical storm        0
## 6841      Lisa 2004    10   3    0 43.8  -33.0      tropical storm        0
## 6842   Matthew 2004    10   8   12 24.0  -95.4 tropical depression       -1
## 6843   Matthew 2004    10   8   18 24.1  -94.2      tropical storm        0
## 6844   Matthew 2004    10   9    0 24.6  -93.7      tropical storm        0
## 6845   Matthew 2004    10   9    6 25.3  -93.2      tropical storm        0
## 6846   Matthew 2004    10   9   12 26.3  -92.8      tropical storm        0
## 6847   Matthew 2004    10   9   18 26.8  -92.0      tropical storm        0
## 6848   Matthew 2004    10  10    0 27.3  -91.4      tropical storm        0
## 6849   Matthew 2004    10  10    6 28.1  -91.2      tropical storm        0
## 6850   Matthew 2004    10  10   11 29.2  -91.0      tropical storm        0
## 6851   Matthew 2004    10  10   12 29.4  -90.9 tropical depression       -1
## 6852   Matthew 2004    10  10   18 30.4  -90.9 tropical depression       -1
## 6853      Otto 2004    11  30   18 31.7  -51.0      tropical storm        0
## 6854      Otto 2004    12   1    0 31.8  -50.9      tropical storm        0
## 6855      Otto 2004    12   1    6 31.9  -50.8      tropical storm        0
## 6856      Otto 2004    12   1   12 31.6  -50.4      tropical storm        0
## 6857      Otto 2004    12   1   18 31.0  -50.1      tropical storm        0
## 6858      Otto 2004    12   2    0 30.5  -49.9      tropical storm        0
## 6859      Otto 2004    12   2    6 29.9  -50.1      tropical storm        0
## 6860      Otto 2004    12   2   12 29.1  -50.4 tropical depression       -1
## 6861      Otto 2004    12   2   18 28.5  -50.1 tropical depression       -1
## 6862      Otto 2004    12   3    0 27.9  -50.1 tropical depression       -1
## 6863     Emily 2005     7  11    0 10.7  -42.4 tropical depression       -1
## 6864     Emily 2005     7  11    6 10.8  -43.4 tropical depression       -1
## 6865     Emily 2005     7  11   12 10.9  -44.4 tropical depression       -1
## 6866     Emily 2005     7  11   18 11.0  -45.4 tropical depression       -1
## 6867     Emily 2005     7  12    0 11.0  -46.8      tropical storm        0
## 6868     Emily 2005     7  12    6 11.0  -48.5      tropical storm        0
## 6869     Emily 2005     7  12   12 11.0  -50.2      tropical storm        0
## 6870     Emily 2005     7  12   18 11.0  -52.0      tropical storm        0
## 6871     Emily 2005     7  13    0 11.0  -53.7      tropical storm        0
## 6872     Emily 2005     7  13    6 11.1  -55.4      tropical storm        0
## 6873     Emily 2005     7  13   12 11.2  -57.2      tropical storm        0
## 6874     Emily 2005     7  13   18 11.4  -58.9      tropical storm        0
## 6875     Emily 2005     7  14    0 11.6  -60.2           hurricane        1
## 6876     Emily 2005     7  14    6 11.9  -61.5           hurricane        1
## 6877     Emily 2005     7  14    7 12.0  -61.8           hurricane        1
## 6878     Emily 2005     7  14   12 12.4  -63.2           hurricane        2
## 6879     Emily 2005     7  14   18 12.9  -64.9           hurricane        3
## 6880     Emily 2005     7  15    0 13.3  -66.7           hurricane        3
## 6881     Emily 2005     7  15    6 13.7  -68.4           hurricane        4
## 6882     Emily 2005     7  15   12 14.1  -70.1           hurricane        4
## 6883     Emily 2005     7  15   18 14.5  -71.8           hurricane        2
## 6884     Emily 2005     7  16    0 14.9  -73.4           hurricane        3
## 6885     Emily 2005     7  16    6 15.4  -75.0           hurricane        4
## 6886     Emily 2005     7  16   12 15.9  -76.5           hurricane        4
## 6887     Emily 2005     7  16   18 16.4  -78.0           hurricane        4
## 6888     Emily 2005     7  17    0 17.1  -79.5           hurricane        5
## 6889     Emily 2005     7  17    6 17.7  -81.2           hurricane        4
## 6890     Emily 2005     7  17   12 18.3  -82.8           hurricane        4
## 6891     Emily 2005     7  17   18 18.9  -84.3           hurricane        4
## 6892     Emily 2005     7  18    0 19.5  -85.8           hurricane        4
## 6893     Emily 2005     7  18    6 20.3  -87.3           hurricane        4
## 6894     Emily 2005     7  18    6 20.3  -87.4           hurricane        4
## 6895     Emily 2005     7  18   12 21.3  -88.9           hurricane        1
## 6896     Emily 2005     7  18   18 22.0  -90.3           hurricane        1
## 6897     Emily 2005     7  19    0 22.6  -91.5           hurricane        1
## 6898     Emily 2005     7  19    6 23.2  -92.8           hurricane        1
## 6899     Emily 2005     7  19   12 23.7  -94.0           hurricane        1
## 6900     Emily 2005     7  19   18 24.1  -95.1           hurricane        2
## 6901     Emily 2005     7  20    0 24.4  -96.1           hurricane        3
## 6902     Emily 2005     7  20    6 24.6  -96.9           hurricane        3
## 6903     Emily 2005     7  20   12 24.8  -97.6           hurricane        3
## 6904     Emily 2005     7  20   18 25.0  -98.7      tropical storm        1
## 6905     Emily 2005     7  21    0 25.0  -99.7      tropical storm        0
## 6906     Emily 2005     7  21    6 25.0 -100.5 tropical depression       -1
## 6907     Emily 2005     7  21   12 25.0 -101.1 tropical depression       -1
## 6908  Franklin 2005     7  21   18 25.0  -75.0 tropical depression       -1
## 6909  Franklin 2005     7  22    0 25.7  -75.9      tropical storm        0
## 6910  Franklin 2005     7  22    6 26.2  -76.4      tropical storm        0
## 6911  Franklin 2005     7  22   12 26.6  -76.8      tropical storm        0
## 6912  Franklin 2005     7  22   18 27.4  -76.7      tropical storm        0
## 6913  Franklin 2005     7  23    0 28.1  -76.6      tropical storm        0
## 6914  Franklin 2005     7  23    6 28.7  -76.1      tropical storm        0
## 6915  Franklin 2005     7  23   12 29.2  -75.4      tropical storm        0
## 6916  Franklin 2005     7  23   18 29.7  -74.7      tropical storm        0
## 6917  Franklin 2005     7  24    0 30.1  -73.5      tropical storm        0
## 6918  Franklin 2005     7  24    6 30.3  -72.6      tropical storm        0
## 6919  Franklin 2005     7  24   12 30.7  -71.9      tropical storm        0
## 6920  Franklin 2005     7  24   18 31.1  -71.2      tropical storm        0
## 6921  Franklin 2005     7  25    0 31.1  -71.2      tropical storm        0
## 6922  Franklin 2005     7  25    6 31.0  -70.5      tropical storm        0
## 6923  Franklin 2005     7  25   12 30.9  -69.8      tropical storm        0
## 6924  Franklin 2005     7  25   18 30.9  -69.6      tropical storm        0
## 6925  Franklin 2005     7  26    0 30.9  -68.6      tropical storm        0
## 6926  Franklin 2005     7  26    6 31.2  -68.2      tropical storm        0
## 6927  Franklin 2005     7  26   12 31.7  -68.1      tropical storm        0
## 6928  Franklin 2005     7  26   18 32.2  -68.3      tropical storm        0
## 6929  Franklin 2005     7  27    0 32.4  -68.5      tropical storm        0
## 6930  Franklin 2005     7  27    6 32.8  -68.8      tropical storm        0
## 6931  Franklin 2005     7  27   12 33.2  -69.1      tropical storm        0
## 6932  Franklin 2005     7  27   18 33.6  -69.3      tropical storm        0
## 6933  Franklin 2005     7  28    0 34.2  -69.4      tropical storm        0
## 6934  Franklin 2005     7  28    6 35.0  -69.3      tropical storm        0
## 6935  Franklin 2005     7  28   12 36.0  -69.1      tropical storm        0
## 6936  Franklin 2005     7  28   18 37.1  -68.0      tropical storm        0
## 6937  Franklin 2005     7  29    0 38.4  -66.6      tropical storm        0
## 6938  Franklin 2005     7  29    6 39.6  -64.8      tropical storm        0
## 6939  Franklin 2005     7  29   12 40.8  -62.8      tropical storm        0
## 6940  Franklin 2005     7  29   18 42.2  -60.2      tropical storm        0
## 6941      Gert 2005     7  23   18 19.3  -92.9 tropical depression       -1
## 6942      Gert 2005     7  24    0 19.8  -93.8 tropical depression       -1
## 6943      Gert 2005     7  24    6 20.8  -95.0      tropical storm        0
## 6944      Gert 2005     7  24   12 21.0  -95.8      tropical storm        0
## 6945      Gert 2005     7  24   18 21.4  -96.6      tropical storm        0
## 6946      Gert 2005     7  25    0 21.8  -97.6      tropical storm        0
## 6947      Gert 2005     7  25    6 22.3  -98.6 tropical depression       -1
## 6948      Gert 2005     7  25   12 22.5 -100.0 tropical depression       -1
## 6949    Harvey 2005     8   2   18 28.2  -68.8 tropical depression       -1
## 6950    Harvey 2005     8   3    0 28.9  -68.7 tropical depression       -1
## 6951    Harvey 2005     8   3    6 29.5  -68.6      tropical storm        0
## 6952    Harvey 2005     8   3   12 30.3  -68.3      tropical storm        0
## 6953    Harvey 2005     8   3   18 30.9  -67.7      tropical storm        0
## 6954    Harvey 2005     8   4    0 31.3  -66.4      tropical storm        0
## 6955    Harvey 2005     8   4    6 31.6  -65.0      tropical storm        0
## 6956    Harvey 2005     8   4   12 31.9  -63.6      tropical storm        0
## 6957    Harvey 2005     8   4   18 32.0  -62.1      tropical storm        0
## 6958    Harvey 2005     8   5    0 32.1  -60.5      tropical storm        0
## 6959    Harvey 2005     8   5    6 32.4  -59.4      tropical storm        0
## 6960    Harvey 2005     8   5   12 32.5  -58.5      tropical storm        0
## 6961    Harvey 2005     8   5   18 32.5  -57.7      tropical storm        0
## 6962    Harvey 2005     8   6    0 32.6  -57.1      tropical storm        0
## 6963    Harvey 2005     8   6    6 33.0  -56.8      tropical storm        0
## 6964    Harvey 2005     8   6   12 33.5  -56.7      tropical storm        0
## 6965    Harvey 2005     8   6   18 33.5  -56.7      tropical storm        0
## 6966    Harvey 2005     8   7    0 34.1  -55.5      tropical storm        0
## 6967    Harvey 2005     8   7    6 35.1  -54.9      tropical storm        0
## 6968    Harvey 2005     8   7   12 36.0  -54.0      tropical storm        0
## 6969    Harvey 2005     8   7   18 36.8  -52.9      tropical storm        0
## 6970    Harvey 2005     8   8    0 37.6  -51.9      tropical storm        0
## 6971    Harvey 2005     8   8    6 38.6  -50.7      tropical storm        0
## 6972    Harvey 2005     8   8   12 39.6  -48.6      tropical storm        0
## 6973    Harvey 2005     8   8   18 40.4  -46.9      tropical storm        0
## 6974       Ten 2005     8  13   12 13.3  -43.6 tropical depression       -1
## 6975       Ten 2005     8  13   18 13.8  -44.7 tropical depression       -1
## 6976       Ten 2005     8  14    0 13.8  -45.7 tropical depression       -1
## 6977       Ten 2005     8  14    6 13.4  -46.0 tropical depression       -1
## 6978       Ten 2005     8  14   12 13.5  -46.4 tropical depression       -1
## 6979   Katrina 2005     8  23   18 23.1  -75.1 tropical depression       -1
## 6980   Katrina 2005     8  24    0 23.4  -75.7 tropical depression       -1
## 6981   Katrina 2005     8  24    6 23.8  -76.2 tropical depression       -1
## 6982   Katrina 2005     8  24   12 24.5  -76.5      tropical storm        0
## 6983   Katrina 2005     8  24   18 25.4  -76.9      tropical storm        0
## 6984   Katrina 2005     8  25    0 26.0  -77.7      tropical storm        0
## 6985   Katrina 2005     8  25    6 26.1  -78.4      tropical storm        0
## 6986   Katrina 2005     8  25   12 26.2  -79.0      tropical storm        0
## 6987   Katrina 2005     8  25   18 26.2  -79.6      tropical storm        0
## 6988   Katrina 2005     8  25   22 26.0  -80.1           hurricane        1
## 6989   Katrina 2005     8  26    0 25.9  -80.3           hurricane        1
## 6990   Katrina 2005     8  26    6 25.4  -81.3           hurricane        1
## 6991   Katrina 2005     8  26   12 25.1  -82.0           hurricane        1
## 6992   Katrina 2005     8  26   18 24.9  -82.6           hurricane        2
## 6993   Katrina 2005     8  27    0 24.6  -83.3           hurricane        2
## 6994   Katrina 2005     8  27    6 24.4  -84.0           hurricane        2
## 6995   Katrina 2005     8  27   12 24.4  -84.7           hurricane        3
## 6996   Katrina 2005     8  27   18 24.5  -85.3           hurricane        3
## 6997   Katrina 2005     8  28    0 24.8  -85.9           hurricane        3
## 6998   Katrina 2005     8  28    6 25.2  -86.7           hurricane        4
## 6999   Katrina 2005     8  28   12 25.7  -87.7           hurricane        5
## 7000   Katrina 2005     8  28   18 26.3  -88.6           hurricane        5
## 7001   Katrina 2005     8  29    0 27.2  -89.2           hurricane        5
## 7002   Katrina 2005     8  29    6 28.2  -89.6           hurricane        4
## 7003   Katrina 2005     8  29   11 29.3  -89.6           hurricane        3
## 7004   Katrina 2005     8  29   12 29.5  -89.6           hurricane        3
## 7005   Katrina 2005     8  29   14 30.2  -89.6           hurricane        3
## 7006   Katrina 2005     8  29   18 31.1  -89.6           hurricane        1
## 7007   Katrina 2005     8  30    0 32.6  -89.1      tropical storm        0
## 7008   Katrina 2005     8  30    6 34.1  -88.6      tropical storm        0
## 7009   Katrina 2005     8  30   12 35.6  -88.0 tropical depression       -1
## 7010   Katrina 2005     8  30   18 37.0  -87.0 tropical depression       -1
## 7011       Lee 2005     8  28   12 14.0  -45.1 tropical depression       -1
## 7012       Lee 2005     8  28   18 14.9  -46.4 tropical depression       -1
## 7013       Lee 2005     8  29    0 15.7  -47.6 tropical depression       -1
## 7014       Lee 2005     8  29    6 17.0  -48.9 tropical depression       -1
## 7015       Lee 2005     8  29   12 17.7  -50.6 tropical depression       -1
## 7016       Lee 2005     8  31    6 28.0  -51.6 tropical depression       -1
## 7017       Lee 2005     8  31   12 29.0  -50.4      tropical storm        0
## 7018       Lee 2005     8  31   18 30.1  -50.1      tropical storm        0
## 7019       Lee 2005     9   1    0 31.1  -50.3 tropical depression       -1
## 7020       Lee 2005     9   1    6 31.9  -51.2 tropical depression       -1
## 7021       Lee 2005     9   1   12 31.9  -51.4 tropical depression       -1
## 7022       Lee 2005     9   1   18 32.3  -51.5 tropical depression       -1
## 7023       Lee 2005     9   2    0 32.4  -52.0 tropical depression       -1
## 7024     Maria 2005     9   1   12 18.8  -45.5 tropical depression       -1
## 7025     Maria 2005     9   1   18 19.3  -46.2 tropical depression       -1
## 7026     Maria 2005     9   2    0 19.9  -47.2 tropical depression       -1
## 7027     Maria 2005     9   2    6 20.5  -48.3 tropical depression       -1
## 7028     Maria 2005     9   2   12 21.1  -49.4      tropical storm        0
## 7029     Maria 2005     9   2   18 21.5  -50.2      tropical storm        0
## 7030     Maria 2005     9   3    0 22.0  -51.0      tropical storm        0
## 7031     Maria 2005     9   3    6 23.0  -52.0      tropical storm        0
## 7032     Maria 2005     9   3   12 24.4  -53.1      tropical storm        0
## 7033     Maria 2005     9   3   18 25.5  -54.0      tropical storm        0
## 7034     Maria 2005     9   4    0 26.5  -54.6      tropical storm        0
## 7035     Maria 2005     9   4    6 27.5  -55.1           hurricane        1
## 7036     Maria 2005     9   4   12 28.6  -55.5           hurricane        1
## 7037     Maria 2005     9   4   18 29.6  -56.0           hurricane        1
## 7038     Maria 2005     9   5    0 30.2  -56.5           hurricane        1
## 7039     Maria 2005     9   5    6 30.9  -56.8           hurricane        1
## 7040     Maria 2005     9   5   12 31.5  -56.8           hurricane        2
## 7041     Maria 2005     9   5   18 32.1  -56.7           hurricane        2
## 7042     Maria 2005     9   6    0 32.6  -56.6           hurricane        3
## 7043     Maria 2005     9   6    6 33.0  -56.5           hurricane        2
## 7044     Maria 2005     9   6   12 33.5  -56.0           hurricane        1
## 7045     Maria 2005     9   6   18 33.9  -55.4           hurricane        1
## 7046     Maria 2005     9   7    0 34.4  -54.6           hurricane        1
## 7047     Maria 2005     9   7    6 34.8  -53.3           hurricane        1
## 7048     Maria 2005     9   7   12 35.6  -51.8           hurricane        1
## 7049     Maria 2005     9   7   18 36.5  -50.8           hurricane        1
## 7050     Maria 2005     9   8    0 37.2  -49.9           hurricane        1
## 7051     Maria 2005     9   8    6 37.9  -49.0           hurricane        1
## 7052     Maria 2005     9   8   12 38.7  -48.0           hurricane        1
## 7053     Maria 2005     9   8   18 39.1  -47.2           hurricane        1
## 7054     Maria 2005     9   9    0 39.4  -46.4      tropical storm        0
## 7055     Maria 2005     9   9    6 39.8  -44.9      tropical storm        0
## 7056     Maria 2005     9   9   12 40.4  -43.4      tropical storm        0
## 7057     Maria 2005     9   9   18 41.1  -42.1      tropical storm        0
## 7058     Maria 2005     9  10    0 41.9  -40.6      tropical storm        0
## 7059     Maria 2005     9  10    6 42.9  -39.2      tropical storm        0
## 7060      Nate 2005     9   5   18 28.4  -67.0 tropical depression       -1
## 7061      Nate 2005     9   6    0 28.4  -66.6      tropical storm        0
## 7062      Nate 2005     9   6    6 28.5  -66.5      tropical storm        0
## 7063      Nate 2005     9   6   12 28.5  -66.5      tropical storm        0
## 7064      Nate 2005     9   6   18 28.6  -66.4      tropical storm        0
## 7065      Nate 2005     9   7    0 28.7  -66.3      tropical storm        0
## 7066      Nate 2005     9   7    6 28.7  -66.3      tropical storm        0
## 7067      Nate 2005     9   7   12 28.9  -66.2           hurricane        1
## 7068      Nate 2005     9   7   18 29.3  -66.0           hurricane        1
## 7069      Nate 2005     9   8    0 29.6  -65.7           hurricane        1
## 7070      Nate 2005     9   8    6 30.0  -65.0           hurricane        1
## 7071      Nate 2005     9   8   12 30.5  -63.8           hurricane        1
## 7072      Nate 2005     9   8   18 31.4  -62.7           hurricane        1
## 7073      Nate 2005     9   9    0 32.6  -61.1           hurricane        1
## 7074      Nate 2005     9   9    6 33.4  -59.1           hurricane        1
## 7075      Nate 2005     9   9   12 34.0  -55.8           hurricane        1
## 7076      Nate 2005     9   9   18 34.5  -53.4      tropical storm        0
## 7077      Nate 2005     9  10    0 34.7  -50.8      tropical storm        0
## 7078      Nate 2005     9  10    6 34.6  -49.0      tropical storm        0
## 7079      Nate 2005     9  10   12 34.5  -45.9      tropical storm        0
## 7080   Ophelia 2005     9   6    6 25.8  -78.6 tropical depression       -1
## 7081   Ophelia 2005     9   6   12 26.3  -78.3 tropical depression       -1
## 7082   Ophelia 2005     9   6   16 26.6  -78.3 tropical depression       -1
## 7083   Ophelia 2005     9   6   18 26.8  -78.3 tropical depression       -1
## 7084   Ophelia 2005     9   7    0 27.4  -78.5 tropical depression       -1
## 7085   Ophelia 2005     9   7    6 27.9  -78.8      tropical storm        0
## 7086   Ophelia 2005     9   7   12 28.7  -79.2      tropical storm        0
## 7087   Ophelia 2005     9   7   18 28.8  -79.3      tropical storm        0
## 7088   Ophelia 2005     9   8    0 28.8  -79.3      tropical storm        0
## 7089   Ophelia 2005     9   8    6 28.7  -79.6      tropical storm        0
## 7090   Ophelia 2005     9   8   12 28.6  -79.6      tropical storm        0
## 7091   Ophelia 2005     9   8   18 28.6  -79.5      tropical storm        0
## 7092   Ophelia 2005     9   9    0 28.6  -79.3           hurricane        1
## 7093   Ophelia 2005     9   9    6 28.9  -79.3      tropical storm        0
## 7094   Ophelia 2005     9   9   12 29.3  -79.1      tropical storm        0
## 7095   Ophelia 2005     9   9   18 29.8  -78.5           hurricane        1
## 7096   Ophelia 2005     9  10    0 30.2  -77.5      tropical storm        0
## 7097   Ophelia 2005     9  10    6 30.9  -76.9      tropical storm        0
## 7098   Ophelia 2005     9  10   12 31.5  -76.6           hurricane        1
## 7099   Ophelia 2005     9  10   18 31.7  -76.2           hurricane        1
## 7100   Ophelia 2005     9  11    0 31.8  -75.9           hurricane        1
## 7101   Ophelia 2005     9  11    6 31.7  -75.9           hurricane        1
## 7102   Ophelia 2005     9  11   12 31.6  -75.7           hurricane        1
## 7103   Ophelia 2005     9  11   18 31.4  -75.9           hurricane        1
## 7104   Ophelia 2005     9  12    0 31.2  -76.2      tropical storm        0
## 7105   Ophelia 2005     9  12    6 31.2  -76.6      tropical storm        0
## 7106   Ophelia 2005     9  12   12 31.5  -76.9      tropical storm        0
## 7107   Ophelia 2005     9  12   18 31.7  -77.3      tropical storm        0
## 7108   Ophelia 2005     9  13    0 31.8  -77.7      tropical storm        0
## 7109   Ophelia 2005     9  13    6 31.9  -77.9      tropical storm        0
## 7110   Ophelia 2005     9  13   12 32.1  -78.0      tropical storm        0
## 7111   Ophelia 2005     9  13   18 32.3  -78.1      tropical storm        0
## 7112   Ophelia 2005     9  14    0 32.6  -78.1           hurricane        1
## 7113   Ophelia 2005     9  14    6 32.9  -78.0           hurricane        1
## 7114   Ophelia 2005     9  14   12 33.4  -77.7           hurricane        1
## 7115   Ophelia 2005     9  14   18 33.9  -77.5           hurricane        1
## 7116   Ophelia 2005     9  15    0 34.2  -76.9           hurricane        1
## 7117   Ophelia 2005     9  15    6 34.5  -76.3           hurricane        1
## 7118   Ophelia 2005     9  15   12 34.7  -75.8           hurricane        1
## 7119   Ophelia 2005     9  15   18 34.7  -75.6           hurricane        1
## 7120   Ophelia 2005     9  16    0 34.6  -75.1      tropical storm        0
## 7121   Ophelia 2005     9  16    6 34.7  -74.8      tropical storm        0
## 7122   Ophelia 2005     9  16   12 35.4  -74.4      tropical storm        0
## 7123   Ophelia 2005     9  16   18 36.4  -73.6      tropical storm        0
## 7124   Ophelia 2005     9  17    0 37.3  -72.7      tropical storm        0
## 7125   Ophelia 2005     9  17    6 38.7  -71.4      tropical storm        0
## 7126   Ophelia 2005     9  17   12 40.0  -69.7      tropical storm        0
## 7127   Ophelia 2005     9  17   18 41.6  -67.3      tropical storm        0
## 7128  Philippe 2005     9  17   12 13.3  -54.5 tropical depression       -1
## 7129  Philippe 2005     9  17   18 13.5  -54.9      tropical storm        0
## 7130  Philippe 2005     9  18    0 13.9  -55.1      tropical storm        0
## 7131  Philippe 2005     9  18    6 14.4  -55.3      tropical storm        0
## 7132  Philippe 2005     9  18   12 14.9  -55.5      tropical storm        0
## 7133  Philippe 2005     9  18   18 15.6  -55.7      tropical storm        0
## 7134  Philippe 2005     9  19    0 16.2  -55.8           hurricane        1
## 7135  Philippe 2005     9  19    6 16.7  -55.9           hurricane        1
## 7136  Philippe 2005     9  19   12 17.2  -56.2           hurricane        1
## 7137  Philippe 2005     9  19   18 17.5  -56.4           hurricane        1
## 7138  Philippe 2005     9  20    0 17.7  -56.6           hurricane        1
## 7139  Philippe 2005     9  20    6 17.9  -56.8           hurricane        1
## 7140  Philippe 2005     9  20   12 18.1  -57.0      tropical storm        0
## 7141  Philippe 2005     9  20   18 18.5  -57.2      tropical storm        0
## 7142  Philippe 2005     9  21    0 18.9  -57.2      tropical storm        0
##      wind pressure tropicalstorm_force_diameter hurricane_force_diameter mmm
## 1      25     1013                           NA                       NA   6
## 2      25     1013                           NA                       NA   6
## 3      25     1013                           NA                       NA   6
## 4      25     1013                           NA                       NA   6
## 5      25     1012                           NA                       NA   6
## 6      25     1012                           NA                       NA   6
## 7      25     1011                           NA                       NA   6
## 8      30     1006                           NA                       NA   6
## 9      35     1004                           NA                       NA   6
## 10     40     1002                           NA                       NA   6
## 11     45     1000                           NA                       NA   6
## 12     50      998                           NA                       NA   6
## 13     50      998                           NA                       NA   6
## 14     55      998                           NA                       NA   6
## 15     60      987                           NA                       NA   6
## 16     60      987                           NA                       NA   6
## 17     60      984                           NA                       NA   7
## 18     60      984                           NA                       NA   7
## 19     60      984                           NA                       NA   7
## 20     60      984                           NA                       NA   7
## 21     60      984                           NA                       NA   7
## 22     60      984                           NA                       NA   7
## 23     60      981                           NA                       NA   7
## 24     60      986                           NA                       NA   7
## 25     55      986                           NA                       NA   7
## 26     55      986                           NA                       NA   7
## 27     55      986                           NA                       NA   7
## 28     50      986                           NA                       NA   7
## 29     50      986                           NA                       NA   7
## 30     50      986                           NA                       NA   7
## 31     25     1011                           NA                       NA   8
## 32     25     1011                           NA                       NA   8
## 33     25     1010                           NA                       NA   8
## 34     25     1010                           NA                       NA   8
## 35     25     1011                           NA                       NA   8
## 36     25     1011                           NA                       NA   8
## 37     25     1011                           NA                       NA   8
## 38     25     1011                           NA                       NA   8
## 39     25     1012                           NA                       NA   8
## 40     25     1012                           NA                       NA   8
## 41     25     1013                           NA                       NA   8
## 42     25     1013                           NA                       NA   8
## 43     25     1014                           NA                       NA   8
## 44     25     1014                           NA                       NA   8
## 45     25     1014                           NA                       NA   8
## 46     25     1014                           NA                       NA   8
## 47     25     1013                           NA                       NA   8
## 48     25     1010                           NA                       NA   8
## 49     30     1007                           NA                       NA   8
## 50     35     1003                           NA                       NA   8
## 51     40      999                           NA                       NA   8
## 52     50      994                           NA                       NA   8
## 53     65      990                           NA                       NA   8
## 54     65      990                           NA                       NA   8
## 55     65      989                           NA                       NA   8
## 56     70      987                           NA                       NA   8
## 57    100      973                           NA                       NA   8
## 58    100      963                           NA                       NA   8
## 59     90      963                           NA                       NA   8
## 60     55      993                           NA                       NA   8
## 61     30     1000                           NA                       NA   9
## 62     20     1002                           NA                       NA   9
## 63     20     1002                           NA                       NA   9
## 64     45     1005                           NA                       NA   8
## 65     50     1000                           NA                       NA   8
## 66     55      997                           NA                       NA   8
## 67     55      997                           NA                       NA   8
## 68     55      997                           NA                       NA   8
## 69     55      997                           NA                       NA   8
## 70     65      990                           NA                       NA   8
## 71     65      990                           NA                       NA   8
## 72     70      990                           NA                       NA   8
## 73     70      990                           NA                       NA   8
## 74     75      984                           NA                       NA   9
## 75     75      984                           NA                       NA   9
## 76     75      984                           NA                       NA   9
## 77     75      984                           NA                       NA   9
## 78     90      970                           NA                       NA   9
## 79     95      965                           NA                       NA   9
## 80     95      965                           NA                       NA   9
## 81     95      965                           NA                       NA   9
## 82     95      965                           NA                       NA   9
## 83     95      965                           NA                       NA   9
## 84     95      965                           NA                       NA   9
## 85     90      970                           NA                       NA   9
## 86     60      995                           NA                       NA   9
## 87     25     1012                           NA                       NA   8
## 88     25     1012                           NA                       NA   8
## 89     30     1009                           NA                       NA   8
## 90     40     1005                           NA                       NA   8
## 91     45     1000                           NA                       NA   8
## 92     55      993                           NA                       NA   8
## 93     70      985                           NA                       NA   8
## 94     80      972                           NA                       NA   8
## 95     90      962                           NA                       NA   8
## 96     95      959                           NA                       NA   8
## 97    100      958                           NA                       NA   8
## 98    105      957                           NA                       NA   8
## 99    105      959                           NA                       NA   8
## 100    95      963                           NA                       NA   8
## 101    90      970                           NA                       NA   8
## 102    80      977                           NA                       NA   8
## 103    60      983                           NA                       NA   8
## 104    35      992                           NA                       NA   8
## 105    20     1009                           NA                       NA   9
## 106    20     1007                           NA                       NA   9
## 107    25     1005                           NA                       NA   9
## 108    30     1001                           NA                       NA   9
## 109    35      997                           NA                       NA   9
## 110    45      994                           NA                       NA   9
## 111    55      993                           NA                       NA   9
## 112    60      992                           NA                       NA   9
## 113    60      992                           NA                       NA   9
## 114    60      991                           NA                       NA   9
## 115    60      988                           NA                       NA   9
## 116    65      984                           NA                       NA   9
## 117    65      979                           NA                       NA   9
## 118    70      973                           NA                       NA   9
## 119    80      970                           NA                       NA   9
## 120    85      971                           NA                       NA   9
## 121    90      977                           NA                       NA   9
## 122    90      981                           NA                       NA   9
## 123    90      985                           NA                       NA  10
## 124    85      988                           NA                       NA  10
## 125    80      990                           NA                       NA  10
## 126    75      992                           NA                       NA  10
## 127    70      993                           NA                       NA  10
## 128    60      994                           NA                       NA  10
## 129    60      995                           NA                       NA  10
## 130    55      996                           NA                       NA  10
## 131    50      997                           NA                       NA  10
## 132    45      998                           NA                       NA  10
## 133    40      999                           NA                       NA  10
## 134    40     1001                           NA                       NA  10
## 135    35     1002                           NA                       NA  10
## 136    30     1003                           NA                       NA  10
## 137    30     1005                           NA                       NA  10
## 138    30     1006                           NA                       NA  10
## 139    20     1012                           NA                       NA   8
## 140    25     1010                           NA                       NA   8
## 141    30     1009                           NA                       NA   8
## 142    40     1006                           NA                       NA   8
## 143    50     1003                           NA                       NA   8
## 144    65      997                           NA                       NA   8
## 145    70      991                           NA                       NA   8
## 146    75      988                           NA                       NA   8
## 147    75      986                           NA                       NA   8
## 148    80      985                           NA                       NA   8
## 149    80      979                           NA                       NA   9
## 150    85      972                           NA                       NA   9
## 151    90      963                           NA                       NA   9
## 152   110      945                           NA                       NA   9
## 153   140      931                           NA                       NA   9
## 154   150      926                           NA                       NA   9
## 155   120      940                           NA                       NA   9
## 156    70      978                           NA                       NA   9
## 157    40      998                           NA                       NA   9
## 158    25     1011                           NA                       NA   9
## 159    20     1015                           NA                       NA   9
## 160    20     1014                           NA                       NA   9
## 161    20     1013                           NA                       NA   9
## 162    25     1012                           NA                       NA   9
## 163    25     1011                           NA                       NA   9
## 164    25     1010                           NA                       NA   9
## 165    30     1010                           NA                       NA   9
## 166    30     1010                           NA                       NA   9
## 167    30     1010                           NA                       NA   9
## 168    30     1010                           NA                       NA   9
## 169    35     1006                           NA                       NA   9
## 170    45     1001                           NA                       NA   9
## 171    65      993                           NA                       NA   9
## 172    65      994                           NA                       NA   9
## 173    65      998                           NA                       NA   9
## 174    60     1000                           NA                       NA   9
## 175    55      999                           NA                       NA   9
## 176    50     1001                           NA                       NA   9
## 177    45     1000                           NA                       NA   9
## 178    40     1000                           NA                       NA   9
## 179    45     1001                           NA                       NA   9
## 180    45     1001                           NA                       NA   9
## 181    45     1002                           NA                       NA   9
## 182    45     1002                           NA                       NA   9
## 183    30     1010                           NA                       NA  10
## 184    30     1008                           NA                       NA  10
## 185    35     1005                           NA                       NA  10
## 186    40     1002                           NA                       NA  10
## 187    50      999                           NA                       NA  10
## 188    65      994                           NA                       NA  10
## 189    70      996                           NA                       NA  10
## 190    70      998                           NA                       NA  10
## 191    70      999                           NA                       NA  10
## 192    30     1006                           NA                       NA   7
## 193    45     1005                           NA                       NA   7
## 194    40     1007                           NA                       NA   7
## 195    35     1008                           NA                       NA   7
## 196    30     1010                           NA                       NA   7
## 197    25     1010                           NA                       NA   8
## 198    20     1012                           NA                       NA   8
## 199    20     1012                           NA                       NA   8
## 200    25     1011                           NA                       NA   8
## 201    30     1010                           NA                       NA   8
## 202    30     1009                           NA                       NA   8
## 203    35     1008                           NA                       NA   8
## 204    40     1007                           NA                       NA   8
## 205    40     1006                           NA                       NA   8
## 206    40     1005                           NA                       NA   8
## 207    45     1006                           NA                       NA   8
## 208    45     1007                           NA                       NA   8
## 209    40     1008                           NA                       NA   8
## 210    25     1010                           NA                       NA   8
## 211    25     1010                           NA                       NA   8
## 212    25     1010                           NA                       NA   8
## 213    25     1009                           NA                       NA   8
## 214    30     1008                           NA                       NA   8
## 215    50     1003                           NA                       NA   8
## 216    65      990                           NA                       NA   8
## 217    80      980                           NA                       NA   8
## 218    80      980                           NA                       NA   8
## 219    70      988                           NA                       NA   8
## 220    65      998                           NA                       NA   8
## 221    60     1006                           NA                       NA   8
## 222    55     1007                           NA                       NA   8
## 223    55     1007                           NA                       NA   8
## 224    50     1008                           NA                       NA   8
## 225    45     1008                           NA                       NA   8
## 226    35     1008                           NA                       NA   8
## 227    30     1008                           NA                       NA   8
## 228    30     1009                           NA                       NA   8
## 229    30     1010                           NA                       NA   8
## 230    25     1011                           NA                       NA  10
## 231    30     1010                           NA                       NA  10
## 232    30     1009                           NA                       NA  10
## 233    35     1008                           NA                       NA  10
## 234    40     1007                           NA                       NA  10
## 235    45     1006                           NA                       NA  10
## 236    45     1006                           NA                       NA  10
## 237    45     1006                           NA                       NA  10
## 238    45     1006                           NA                       NA  10
## 239    45     1006                           NA                       NA  10
## 240    45     1006                           NA                       NA  10
## 241    45     1006                           NA                       NA  10
## 242    45     1006                           NA                       NA  10
## 243    45     1006                           NA                       NA  10
## 244    40     1006                           NA                       NA  10
## 245    35     1006                           NA                       NA  10
## 246    25     1011                           NA                       NA   6
## 247    25     1011                           NA                       NA   6
## 248    25     1010                           NA                       NA   6
## 249    25     1010                           NA                       NA   6
## 250    25     1010                           NA                       NA   6
## 251    25     1009                           NA                       NA   6
## 252    30     1009                           NA                       NA   6
## 253    30     1008                           NA                       NA   6
## 254    30     1008                           NA                       NA   6
## 255    30     1007                           NA                       NA   6
## 256    35     1007                           NA                       NA   6
## 257    40     1005                           NA                       NA   6
## 258    50     1006                           NA                       NA   6
## 259    40     1008                           NA                       NA   6
## 260    35     1010                           NA                       NA   6
## 261    30     1012                           NA                       NA   6
## 262    25     1012                           NA                       NA   6
## 263    25     1012                           NA                       NA   6
## 264    25     1012                           NA                       NA   6
## 265    20     1012                           NA                       NA   7
## 266    25     1010                           NA                       NA   7
## 267    30     1007                           NA                       NA   7
## 268    35     1004                           NA                       NA   7
## 269    50      998                           NA                       NA   7
## 270    55      996                           NA                       NA   7
## 271    65      988                           NA                       NA   7
## 272    65      991                           NA                       NA   7
## 273    65      986                           NA                       NA   7
## 274    40      992                           NA                       NA   7
## 275    30      998                           NA                       NA   7
## 276    25     1002                           NA                       NA   7
## 277    25     1004                           NA                       NA   7
## 278    25     1006                           NA                       NA   7
## 279    25     1006                           NA                       NA   7
## 280    25     1006                           NA                       NA   7
## 281    25     1007                           NA                       NA   7
## 282    25     1008                           NA                       NA   7
## 283    20     1009                           NA                       NA   7
## 284    20     1009                           NA                       NA   7
## 285    20     1010                           NA                       NA   7
## 286    20     1010                           NA                       NA   7
## 287    20     1011                           NA                       NA   7
## 288    20     1011                           NA                       NA   7
## 289    20     1012                           NA                       NA   7
## 290    20     1012                           NA                       NA   7
## 291    20     1013                           NA                       NA   7
## 292    20     1013                           NA                       NA   7
## 293    20     1014                           NA                       NA   7
## 294    20     1014                           NA                       NA   7
## 295    20     1014                           NA                       NA   7
## 296    25     1012                           NA                       NA   7
## 297    25     1012                           NA                       NA   7
## 298    30     1011                           NA                       NA   7
## 299    30     1011                           NA                       NA   7
## 300    30     1011                           NA                       NA   7
## 301    30     1011                           NA                       NA   7
## 302    35     1011                           NA                       NA   7
## 303    40     1010                           NA                       NA   7
## 304    35     1010                           NA                       NA   7
## 305    30     1011                           NA                       NA   7
## 306    30     1011                           NA                       NA   7
## 307    25     1012                           NA                       NA   7
## 308    20     1012                           NA                       NA   7
## 309    20     1012                           NA                       NA   7
## 310    20     1012                           NA                       NA   7
## 311    20     1012                           NA                       NA   7
## 312    20     1013                           NA                       NA   7
## 313    20     1013                           NA                       NA   7
## 314    20     1013                           NA                       NA   7
## 315    20     1013                           NA                       NA   7
## 316    20     1013                           NA                       NA   7
## 317    25     1013                           NA                       NA   7
## 318    30     1012                           NA                       NA   7
## 319    30     1010                           NA                       NA   7
## 320    30     1007                           NA                       NA   7
## 321    30     1007                           NA                       NA   7
## 322    30     1007                           NA                       NA   7
## 323    30     1006                           NA                       NA   7
## 324    30     1005                           NA                       NA   7
## 325    30     1004                           NA                       NA   7
## 326    35     1003                           NA                       NA   7
## 327    35     1003                           NA                       NA   7
## 328    35     1003                           NA                       NA   7
## 329    40     1003                           NA                       NA   7
## 330    45     1002                           NA                       NA   7
## 331    45     1000                           NA                       NA   7
## 332    40      997                           NA                       NA   7
## 333    35      998                           NA                       NA   7
## 334    30     1000                           NA                       NA   7
## 335    30     1001                           NA                       NA   7
## 336    30     1001                           NA                       NA   7
## 337    30     1002                           NA                       NA   7
## 338    25     1003                           NA                       NA   7
## 339    25     1004                           NA                       NA   7
## 340    20     1004                           NA                       NA   7
## 341    20     1006                           NA                       NA   7
## 342    15     1007                           NA                       NA   7
## 343    15     1007                           NA                       NA   7
## 344    15     1007                           NA                       NA   7
## 345    15     1008                           NA                       NA   7
## 346    15     1009                           NA                       NA   7
## 347    15     1009                           NA                       NA   7
## 348    15     1010                           NA                       NA   7
## 349    15     1011                           NA                       NA   7
## 350    15     1011                           NA                       NA   7
## 351    25     1008                           NA                       NA   8
## 352    25     1007                           NA                       NA   8
## 353    30     1006                           NA                       NA   8
## 354    35     1005                           NA                       NA   8
## 355    40     1003                           NA                       NA   8
## 356    45      998                           NA                       NA   8
## 357    55      990                           NA                       NA   8
## 358    65      980                           NA                       NA   8
## 359    80      966                           NA                       NA   8
## 360    95      954                           NA                       NA   8
## 361   115      947                           NA                       NA   8
## 362   125      941                           NA                       NA   8
## 363   130      938                           NA                       NA   8
## 364   125      941                           NA                       NA   8
## 365   120      944                           NA                       NA   8
## 366   120      942                           NA                       NA   8
## 367   125      938                           NA                       NA   8
## 368   125      933                           NA                       NA   8
## 369   130      929                           NA                       NA   8
## 370   140      925                           NA                       NA   8
## 371   145      924                           NA                       NA   8
## 372   150      924                           NA                       NA   8
## 373   145      927                           NA                       NA   8
## 374   145      928                           NA                       NA   8
## 375   145      927                           NA                       NA   8
## 376   150      926                           NA                       NA   8
## 377   130      953                           NA                       NA   9
## 378   100      978                           NA                       NA   9
## 379    65     1002                           NA                       NA   9
## 380    60     1002                           NA                       NA   9
## 381    65      997                           NA                       NA   9
## 382    70      990                           NA                       NA   9
## 383    70      984                           NA                       NA   9
## 384    75      979                           NA                       NA   9
## 385    80      976                           NA                       NA   9
## 386    80      974                           NA                       NA   9
## 387    85      973                           NA                       NA   9
## 388    85      972                           NA                       NA   9
## 389    85      971                           NA                       NA   9
## 390    85      970                           NA                       NA   9
## 391    85      970                           NA                       NA   9
## 392    80      970                           NA                       NA   9
## 393    65      972                           NA                       NA   9
## 394    55      976                           NA                       NA   9
## 395    45      980                           NA                       NA   9
## 396    40      984                           NA                       NA   9
## 397    40      987                           NA                       NA   9
## 398    40      989                           NA                       NA   9
## 399    40      991                           NA                       NA   9
## 400    25     1009                           NA                       NA   8
## 401    30     1009                           NA                       NA   8
## 402    30     1008                           NA                       NA   8
## 403    30     1007                           NA                       NA   8
## 404    30     1006                           NA                       NA   8
## 405    35     1005                           NA                       NA   8
## 406    40     1003                           NA                       NA   8
## 407    45     1000                           NA                       NA   8
## 408    50      997                           NA                       NA   8
## 409    55      994                           NA                       NA   8
## 410    55      991                           NA                       NA   8
## 411    60      988                           NA                       NA   9
## 412    65      987                           NA                       NA   9
## 413    65      988                           NA                       NA   9
## 414    65      990                           NA                       NA   9
## 415    60      992                           NA                       NA   9
## 416    60      994                           NA                       NA   9
## 417    60      996                           NA                       NA   9
## 418    55      999                           NA                       NA   9
## 419    55     1002                           NA                       NA   9
## 420    55     1000                           NA                       NA   9
## 421    50      999                           NA                       NA   9
## 422    50     1000                           NA                       NA   9
## 423    50     1002                           NA                       NA   9
## 424    45     1003                           NA                       NA   9
## 425    45     1004                           NA                       NA   9
## 426    45     1005                           NA                       NA   9
## 427    45     1006                           NA                       NA   9
## 428    45     1007                           NA                       NA   9
## 429    40     1008                           NA                       NA   9
## 430    40     1007                           NA                       NA   9
## 431    40     1005                           NA                       NA   9
## 432    35     1005                           NA                       NA   9
## 433    35     1006                           NA                       NA   9
## 434    30     1006                           NA                       NA   9
## 435    30     1006                           NA                       NA   9
## 436    25     1006                           NA                       NA   9
## 437    25     1005                           NA                       NA   9
## 438    25     1004                           NA                       NA   9
## 439    30     1003                           NA                       NA   9
## 440    30     1003                           NA                       NA   9
## 441    30     1002                           NA                       NA   9
## 442    30     1002                           NA                       NA   9
## 443    35     1001                           NA                       NA   9
## 444    40     1000                           NA                       NA   9
## 445    45      999                           NA                       NA   9
## 446    50      997                           NA                       NA   9
## 447    55      995                           NA                       NA   9
## 448    60      992                           NA                       NA   9
## 449    65      990                           NA                       NA   9
## 450    70      987                           NA                       NA   9
## 451    75      985                           NA                       NA   9
## 452    80      983                           NA                       NA   9
## 453    85      980                           NA                       NA   9
## 454    95      968                           NA                       NA   9
## 455   100      960                           NA                       NA   9
## 456   110      952                           NA                       NA   9
## 457   115      943                           NA                       NA   9
## 458   115      950                           NA                       NA   9
## 459   115      946                           NA                       NA   9
## 460    95      955                           NA                       NA   9
## 461    65      975                           NA                       NA   9
## 462    45      985                           NA                       NA   9
## 463    40      990                           NA                       NA   9
## 464    35      996                           NA                       NA   9
## 465    35      997                           NA                       NA   9
## 466    25     1005                           NA                       NA   9
## 467    25     1004                           NA                       NA   9
## 468    25     1003                           NA                       NA   9
## 469    25     1002                           NA                       NA   9
## 470    30     1002                           NA                       NA   9
## 471    30     1002                           NA                       NA   9
## 472    30     1001                           NA                       NA   9
## 473    30     1001                           NA                       NA   9
## 474    35     1000                           NA                       NA   9
## 475    45      998                           NA                       NA   9
## 476    55      995                           NA                       NA   9
## 477    65      992                           NA                       NA   9
## 478    65      990                           NA                       NA   9
## 479    70      988                           NA                       NA   9
## 480    75      985                           NA                       NA   9
## 481    75      985                           NA                       NA   9
## 482    75      985                           NA                       NA   9
## 483    75      985                           NA                       NA   9
## 484    75      985                           NA                       NA   9
## 485    75      985                           NA                       NA   9
## 486    75      985                           NA                       NA   9
## 487    70      987                           NA                       NA   9
## 488    70      989                           NA                       NA   9
## 489    65      991                           NA                       NA   9
## 490    65      993                           NA                       NA   9
## 491    60      994                           NA                       NA   9
## 492    55      995                           NA                       NA   9
## 493    55      995                           NA                       NA   9
## 494    60      994                           NA                       NA   9
## 495    65      992                           NA                       NA   9
## 496    70      988                           NA                       NA   9
## 497    75      985                           NA                       NA   9
## 498    80      980                           NA                       NA   9
## 499    85      975                           NA                       NA   9
## 500    85      975                           NA                       NA   9
## 501    85      976                           NA                       NA   9
## 502    85      977                           NA                       NA   9
## 503    80      978                           NA                       NA   9
## 504    80      979                           NA                       NA   9
## 505    75      980                           NA                       NA   9
## 506    75      985                           NA                       NA   9
## 507    70      988                           NA                       NA   9
## 508    65      992                           NA                       NA   9
## 509    25     1003                           NA                       NA   9
## 510    25     1003                           NA                       NA   9
## 511    30     1003                           NA                       NA   9
## 512    30     1003                           NA                       NA   9
## 513    30     1003                           NA                       NA   9
## 514    30     1002                           NA                       NA   9
## 515    35     1001                           NA                       NA   9
## 516    45      999                           NA                       NA   9
## 517    55      995                           NA                       NA   9
## 518    65      990                           NA                       NA   9
## 519    75      983                           NA                       NA   9
## 520    70      984                           NA                       NA   9
## 521    65      992                           NA                       NA   9
## 522    60      997                           NA                       NA   9
## 523    50     1000                           NA                       NA   9
## 524    40     1000                           NA                       NA   9
## 525    40     1000                           NA                       NA   9
## 526    35     1001                           NA                       NA   9
## 527    35     1003                           NA                       NA   9
## 528    30     1005                           NA                       NA   9
## 529    30     1005                           NA                       NA   9
## 530    30     1005                           NA                       NA   9
## 531    30     1006                           NA                       NA   9
## 532    30     1006                           NA                       NA   9
## 533    30     1006                           NA                       NA   9
## 534    30     1007                           NA                       NA   9
## 535    30     1008                           NA                       NA   9
## 536    30     1009                           NA                       NA   9
## 537    25     1010                           NA                       NA   9
## 538    20     1011                           NA                       NA   9
## 539    20     1011                           NA                       NA   9
## 540    20     1011                           NA                       NA   9
## 541    20     1011                           NA                       NA   9
## 542    20     1011                           NA                       NA   9
## 543    20     1011                           NA                       NA   9
## 544    20     1011                           NA                       NA   9
## 545    20     1011                           NA                       NA   9
## 546    20     1011                           NA                       NA   9
## 547    25     1010                           NA                       NA   8
## 548    30     1008                           NA                       NA   8
## 549    35     1005                           NA                       NA   8
## 550    45     1000                           NA                       NA   8
## 551    45     1000                           NA                       NA   8
## 552    45     1000                           NA                       NA   8
## 553    45     1000                           NA                       NA   8
## 554    55      995                           NA                       NA   8
## 555    75      985                           NA                       NA   8
## 556    85      975                           NA                       NA   8
## 557    85      975                           NA                       NA   8
## 558    85      975                           NA                       NA   8
## 559    75      985                           NA                       NA   8
## 560    65      990                           NA                       NA   8
## 561    65      990                           NA                       NA   8
## 562    65      990                           NA                       NA   8
## 563    65      990                           NA                       NA   8
## 564    65      990                           NA                       NA   8
## 565    65      990                           NA                       NA   8
## 566    65      990                           NA                       NA   8
## 567    65      990                           NA                       NA   8
## 568    65      990                           NA                       NA   8
## 569    65      995                           NA                       NA   8
## 570    65      992                           NA                       NA   8
## 571    70      990                           NA                       NA   8
## 572    70      989                           NA                       NA   8
## 573    70      990                           NA                       NA   8
## 574    65      991                           NA                       NA   8
## 575    60      994                           NA                       NA   8
## 576    55      998                           NA                       NA   8
## 577    45     1000                           NA                       NA   8
## 578    35     1001                           NA                       NA   8
## 579    35     1002                           NA                       NA   8
## 580    35     1004                           NA                       NA   8
## 581    35     1005                           NA                       NA   8
## 582    30     1010                           NA                       NA   9
## 583    30     1010                           NA                       NA   9
## 584    30     1010                           NA                       NA   9
## 585    30     1010                           NA                       NA   9
## 586    30     1010                           NA                       NA   9
## 587    30     1010                           NA                       NA   9
## 588    30     1010                           NA                       NA   9
## 589    30     1010                           NA                       NA   9
## 590    30     1010                           NA                       NA   9
## 591    30     1010                           NA                       NA   9
## 592    30     1010                           NA                       NA   9
## 593    25     1011                           NA                       NA   9
## 594    20     1012                           NA                       NA   9
## 595    40     1004                           NA                       NA   9
## 596    45     1002                           NA                       NA   9
## 597    50     1000                           NA                       NA   9
## 598    55      997                           NA                       NA   9
## 599    70      993                           NA                       NA   9
## 600    70      993                           NA                       NA   9
## 601    70      993                           NA                       NA   9
## 602    65      993                           NA                       NA   9
## 603    25     1010                           NA                       NA   9
## 604    25     1010                           NA                       NA   9
## 605    25     1009                           NA                       NA   9
## 606    30     1008                           NA                       NA   9
## 607    50     1004                           NA                       NA   9
## 608    40     1004                           NA                       NA   9
## 609    35     1008                           NA                       NA   9
## 610    30     1008                           NA                       NA   9
## 611    25     1008                           NA                       NA   9
## 612    20     1010                           NA                       NA   9
## 613    20     1010                           NA                       NA   9
## 614    20     1010                           NA                       NA   9
## 615    25     1008                           NA                       NA   9
## 616    25     1007                           NA                       NA   9
## 617    30     1006                           NA                       NA   9
## 618    35     1003                           NA                       NA   9
## 619    40     1000                           NA                       NA   9
## 620    45      998                           NA                       NA   9
## 621    50      996                           NA                       NA   9
## 622    55      995                           NA                       NA   9
## 623    60      994                           NA                       NA   9
## 624    55      994                           NA                       NA   9
## 625    50      995                           NA                       NA   9
## 626    45      995                           NA                       NA   9
## 627    50      995                           NA                       NA   9
## 628    55      994                           NA                       NA   9
## 629    60      993                           NA                       NA   9
## 630    60      993                           NA                       NA   9
## 631    55      994                           NA                       NA   9
## 632    50      997                           NA                       NA   9
## 633    45     1000                           NA                       NA   9
## 634    40     1003                           NA                       NA   9
## 635    35     1005                           NA                       NA   9
## 636    30     1007                           NA                       NA   9
## 637    25     1008                           NA                       NA   9
## 638    30     1000                           NA                       NA  10
## 639    40      998                           NA                       NA  10
## 640    50      996                           NA                       NA  10
## 641    55      995                           NA                       NA  10
## 642    60      994                           NA                       NA  10
## 643    60      993                           NA                       NA  10
## 644    65      992                           NA                       NA  10
## 645    75      985                           NA                       NA  10
## 646    85      976                           NA                       NA  10
## 647    90      970                           NA                       NA  10
## 648    90      970                           NA                       NA  10
## 649    90      970                           NA                       NA  10
## 650    90      970                           NA                       NA  10
## 651    90      970                           NA                       NA  10
## 652    90      970                           NA                       NA  10
## 653    90      970                           NA                       NA  10
## 654    90      970                           NA                       NA  10
## 655    90      970                           NA                       NA  10
## 656    90      970                           NA                       NA  10
## 657    90      971                           NA                       NA  10
## 658    90      973                           NA                       NA  10
## 659    90      975                           NA                       NA  10
## 660    90      977                           NA                       NA  10
## 661    90      978                           NA                       NA  10
## 662    90      978                           NA                       NA  10
## 663    80      980                           NA                       NA  10
## 664    75      985                           NA                       NA  10
## 665    70      988                           NA                       NA  10
## 666    65      990                           NA                       NA  10
## 667    65      990                           NA                       NA  10
## 668    30     1005                           NA                       NA  11
## 669    30     1005                           NA                       NA  11
## 670    30     1004                           NA                       NA  11
## 671    40     1000                           NA                       NA  11
## 672    45      999                           NA                       NA  11
## 673    50      999                           NA                       NA  11
## 674    50      999                           NA                       NA  11
## 675    50      999                           NA                       NA  11
## 676    50      999                           NA                       NA  11
## 677    55      998                           NA                       NA  11
## 678    60      997                           NA                       NA  11
## 679    65      992                           NA                       NA  11
## 680    75      986                           NA                       NA  11
## 681    85      988                           NA                       NA  11
## 682    70      992                           NA                       NA  11
## 683    65      994                           NA                       NA  11
## 684    65      995                           NA                       NA  11
## 685    55      999                           NA                       NA  11
## 686    55      997                           NA                       NA  11
## 687    60      993                           NA                       NA  11
## 688    60      994                           NA                       NA  11
## 689    55      996                           NA                       NA  11
## 690    50      998                           NA                       NA  11
## 691    50     1002                           NA                       NA  11
## 692    40     1002                           NA                       NA  11
## 693    30     1004                           NA                       NA  11
## 694    30     1004                           NA                       NA  11
## 695    25     1005                           NA                       NA  11
## 696    20     1006                           NA                       NA  11
## 697    20     1007                           NA                       NA  11
## 698    20     1007                           NA                       NA  11
## 699    65      988                           NA                       NA  11
## 700    70      988                           NA                       NA  11
## 701    75      985                           NA                       NA  11
## 702    75      985                           NA                       NA  11
## 703    75      985                           NA                       NA  11
## 704    70      988                           NA                       NA  11
## 705    65      990                           NA                       NA  11
## 706    65      990                           NA                       NA  11
## 707    65      990                           NA                       NA  11
## 708    40      996                           NA                       NA   9
## 709    45      994                           NA                       NA   9
## 710    50      992                           NA                       NA   9
## 711    50      990                           NA                       NA   9
## 712    50      988                           NA                       NA   9
## 713    55      986                           NA                       NA   9
## 714    55      984                           NA                       NA   9
## 715    60      982                           NA                       NA   9
## 716    60      980                           NA                       NA   9
## 717    60      978                           NA                       NA   9
## 718    65      976                           NA                       NA   9
## 719    70      974                           NA                       NA   9
## 720    70      972                           NA                       NA   9
## 721    70      971                           NA                       NA   9
## 722    75      970                           NA                       NA   9
## 723    75      968                           NA                       NA   9
## 724    75      967                           NA                       NA   9
## 725    80      966                           NA                       NA   9
## 726    80      967                           NA                       NA   9
## 727    80      968                           NA                       NA   9
## 728    80      970                           NA                       NA   9
## 729    75      971                           NA                       NA   9
## 730    75      972                           NA                       NA   9
## 731    70      974                           NA                       NA   9
## 732    70      976                           NA                       NA   9
## 733    65      978                           NA                       NA   9
## 734    60      982                           NA                       NA   9
## 735    60      984                           NA                       NA   9
## 736    55      986                           NA                       NA   9
## 737    55      988                           NA                       NA   9
## 738    55      990                           NA                       NA   9
## 739    50      991                           NA                       NA   9
## 740    50      992                           NA                       NA   9
## 741    50      993                           NA                       NA   9
## 742    45      995                           NA                       NA   9
## 743    40      998                           NA                       NA   9
## 744    40     1000                           NA                       NA   9
## 745    40     1001                           NA                       NA   9
## 746    40     1002                           NA                       NA   9
## 747    35     1004                           NA                       NA   9
## 748    35     1005                           NA                       NA   9
## 749    20     1010                           NA                       NA   9
## 750    20     1010                           NA                       NA   9
## 751    20     1009                           NA                       NA   9
## 752    20     1008                           NA                       NA   9
## 753    30     1006                           NA                       NA   9
## 754    35     1004                           NA                       NA   9
## 755    45     1002                           NA                       NA   9
## 756    50     1000                           NA                       NA   9
## 757    60      999                           NA                       NA   9
## 758    70      997                           NA                       NA   9
## 759    80      994                           NA                       NA   9
## 760    85      991                           NA                       NA   9
## 761    90      988                           NA                       NA   9
## 762    95      985                           NA                       NA   9
## 763   100      981                           NA                       NA   9
## 764   100      978                           NA                       NA   9
## 765   100      975                           NA                       NA   9
## 766   100      975                           NA                       NA   9
## 767    95      989                           NA                       NA   9
## 768    90      995                           NA                       NA   9
## 769    85      998                           NA                       NA   9
## 770    60     1003                           NA                       NA   9
## 771    50     1005                           NA                       NA   9
## 772    45     1007                           NA                       NA   9
## 773    45     1007                           NA                       NA   9
## 774    40     1007                           NA                       NA   9
## 775    40     1007                           NA                       NA   9
## 776    40     1007                           NA                       NA   9
## 777    40     1008                           NA                       NA   9
## 778    40     1008                           NA                       NA   9
## 779    40     1008                           NA                       NA   9
## 780    40     1008                           NA                       NA   9
## 781    40     1008                           NA                       NA   9
## 782    40     1008                           NA                       NA   9
## 783    40     1009                           NA                       NA   9
## 784    40     1009                           NA                       NA   9
## 785    35     1009                           NA                       NA   9
## 786    25     1013                           NA                       NA   9
## 787    30     1012                           NA                       NA   9
## 788    30     1012                           NA                       NA   9
## 789    30     1010                           NA                       NA   9
## 790    40     1008                           NA                       NA   9
## 791    45     1005                           NA                       NA   9
## 792    50     1002                           NA                       NA   9
## 793    50     1004                           NA                       NA   9
## 794    45     1006                           NA                       NA   9
## 795    40     1009                           NA                       NA   9
## 796    35     1011                           NA                       NA   9
## 797    35     1012                           NA                       NA   9
## 798    40     1010                           NA                       NA   9
## 799    50     1008                           NA                       NA   9
## 800    60     1001                           NA                       NA   9
## 801    70      996                           NA                       NA   9
## 802    80      993                           NA                       NA   9
## 803    85      990                           NA                       NA   9
## 804    90      988                           NA                       NA   9
## 805    90      988                           NA                       NA   9
## 806    90      989                           NA                       NA   9
## 807    90      990                           NA                       NA   9
## 808    85      992                           NA                       NA   9
## 809    70      997                           NA                       NA   9
## 810    60     1002                           NA                       NA   9
## 811    55     1006                           NA                       NA   9
## 812    50     1008                           NA                       NA   9
## 813    45     1010                           NA                       NA   9
## 814    40     1010                           NA                       NA   9
## 815    40     1011                           NA                       NA   9
## 816    35     1012                           NA                       NA   9
## 817    30     1012                           NA                       NA   9
## 818    30     1012                           NA                       NA   9
## 819    25     1012                           NA                       NA   9
## 820    25     1012                           NA                       NA   9
## 821    20     1012                           NA                       NA   9
## 822    25     1009                           NA                       NA   9
## 823    25     1006                           NA                       NA   9
## 824    25     1003                           NA                       NA   9
## 825    30     1001                           NA                       NA   9
## 826    40      995                           NA                       NA   9
## 827    70      990                           NA                       NA   9
## 828    70      985                           NA                       NA   9
## 829    75      983                           NA                       NA   9
## 830    80      980                           NA                       NA   9
## 831    85      978                           NA                       NA   9
## 832    90      976                           NA                       NA   9
## 833    95      960                           NA                       NA   9
## 834   110      952                           NA                       NA   9
## 835   115      946                           NA                       NA   9
## 836   110      952                           NA                       NA   9
## 837   105      958                           NA                       NA   9
## 838   100      963                           NA                       NA   9
## 839    90      970                           NA                       NA   9
## 840    85      975                           NA                       NA   9
## 841    80      980                           NA                       NA   9
## 842    65      990                           NA                       NA   9
## 843    65      991                           NA                       NA   9
## 844    65      992                           NA                       NA   9
## 845    65      993                           NA                       NA   9
## 846    65      995                           NA                       NA   9
## 847    65      996                           NA                       NA   9
## 848    65      997                           NA                       NA   9
## 849    55      998                           NA                       NA   9
## 850    45     1002                           NA                       NA   9
## 851    35     1005                           NA                       NA   9
## 852    25     1005                           NA                       NA  11
## 853    25     1005                           NA                       NA  11
## 854    25     1004                           NA                       NA  11
## 855    30     1002                           NA                       NA  11
## 856    30     1001                           NA                       NA  11
## 857    35     1000                           NA                       NA  11
## 858    40      998                           NA                       NA  11
## 859    50      996                           NA                       NA  11
## 860    60      993                           NA                       NA  11
## 861    65      988                           NA                       NA  11
## 862    75      980                           NA                       NA  11
## 863    70      988                           NA                       NA  11
## 864    65      996                           NA                       NA  11
## 865    55      999                           NA                       NA  11
## 866    50     1001                           NA                       NA  11
## 867    45     1001                           NA                       NA  11
## 868    40     1001                           NA                       NA  11
## 869    40     1002                           NA                       NA  11
## 870    40     1002                           NA                       NA  11
## 871    40     1002                           NA                       NA  11
## 872    20     1005                           NA                       NA   6
## 873    25     1004                           NA                       NA   6
## 874    30     1003                           NA                       NA   6
## 875    40     1001                           NA                       NA   6
## 876    50      995                           NA                       NA   6
## 877    75      985                           NA                       NA   6
## 878    65      992                           NA                       NA   6
## 879    55      998                           NA                       NA   6
## 880    45     1002                           NA                       NA   6
## 881    40     1005                           NA                       NA   6
## 882    30     1007                           NA                       NA   6
## 883    25     1008                           NA                       NA   6
## 884    25     1009                           NA                       NA   6
## 885    25     1010                           NA                       NA   6
## 886    25     1010                           NA                       NA   6
## 887    25     1010                           NA                       NA   6
## 888    20     1010                           NA                       NA   6
## 889    30     1008                           NA                       NA   8
## 890    35     1006                           NA                       NA   8
## 891    35     1005                           NA                       NA   8
## 892    40     1003                           NA                       NA   8
## 893    45     1002                           NA                       NA   8
## 894    45     1000                           NA                       NA   8
## 895    50      999                           NA                       NA   8
## 896    50      998                           NA                       NA   8
## 897    50      996                           NA                       NA   8
## 898    55      995                           NA                       NA   8
## 899    55      993                           NA                       NA   8
## 900    60      992                           NA                       NA   8
## 901    60      991                           NA                       NA   8
## 902    60      990                           NA                       NA   8
## 903    60      989                           NA                       NA   9
## 904    60      998                           NA                       NA   9
## 905    60      998                           NA                       NA   9
## 906    60      990                           NA                       NA   9
## 907    55      994                           NA                       NA   9
## 908    45     1000                           NA                       NA   9
## 909    35     1005                           NA                       NA   9
## 910    30     1008                           NA                       NA   9
## 911    30     1009                           NA                       NA   9
## 912    30     1009                           NA                       NA   9
## 913    30     1006                           NA                       NA   9
## 914    30     1006                           NA                       NA   9
## 915    30     1008                           NA                       NA   9
## 916    30     1009                           NA                       NA   9
## 917    30     1009                           NA                       NA   9
## 918    30     1009                           NA                       NA   9
## 919    30     1009                           NA                       NA   9
## 920    25     1009                           NA                       NA   9
## 921    25     1010                           NA                       NA   9
## 922    30     1010                           NA                       NA   9
## 923    30     1010                           NA                       NA   9
## 924    30     1010                           NA                       NA   9
## 925    25     1010                           NA                       NA   9
## 926    30     1008                           NA                       NA   9
## 927    30     1007                           NA                       NA   9
## 928    35     1005                           NA                       NA   9
## 929    45     1001                           NA                       NA   9
## 930    50     1000                           NA                       NA   9
## 931    50      997                           NA                       NA   9
## 932    55      994                           NA                       NA   9
## 933    40      999                           NA                       NA   9
## 934    30     1004                           NA                       NA   9
## 935    30     1006                           NA                       NA   9
## 936    30     1008                           NA                       NA   9
## 937    25     1010                           NA                       NA   9
## 938    30     1010                           NA                       NA   9
## 939    30     1009                           NA                       NA   9
## 940    30     1009                           NA                       NA   9
## 941    30     1008                           NA                       NA   9
## 942    35     1006                           NA                       NA   9
## 943    55     1000                           NA                       NA   9
## 944    65      993                           NA                       NA   9
## 945    65      990                           NA                       NA   9
## 946    75      980                           NA                       NA   9
## 947    90      969                           NA                       NA   9
## 948    95      966                           NA                       NA   9
## 949    95      966                           NA                       NA   9
## 950    95      966                           NA                       NA   9
## 951    95      966                           NA                       NA   9
## 952    95      966                           NA                       NA   9
## 953    95      966                           NA                       NA   9
## 954    95      966                           NA                       NA   9
## 955   100      960                           NA                       NA   9
## 956   115      950                           NA                       NA   9
## 957   110      952                           NA                       NA   9
## 958   110      954                           NA                       NA   9
## 959   100      960                           NA                       NA   9
## 960    90      970                           NA                       NA   9
## 961    75      979                           NA                       NA   9
## 962    70      987                           NA                       NA   9
## 963    70      987                           NA                       NA   9
## 964    70      987                           NA                       NA   9
## 965    60      993                           NA                       NA   9
## 966    50      996                           NA                       NA   9
## 967    30     1006                           NA                       NA   9
## 968    30     1005                           NA                       NA   9
## 969    30     1005                           NA                       NA  10
## 970    35     1004                           NA                       NA  10
## 971    40     1003                           NA                       NA  10
## 972    50     1000                           NA                       NA  10
## 973    60      997                           NA                       NA  10
## 974    55      997                           NA                       NA  10
## 975    50      998                           NA                       NA  10
## 976    45     1001                           NA                       NA  10
## 977    30     1009                           NA                       NA   8
## 978    40     1006                           NA                       NA   8
## 979    45     1005                           NA                       NA   8
## 980    50     1004                           NA                       NA   8
## 981    55     1002                           NA                       NA   8
## 982    60      998                           NA                       NA   8
## 983    65      991                           NA                       NA   8
## 984    70      987                           NA                       NA   8
## 985    75      983                           NA                       NA   8
## 986    90      974                           NA                       NA   8
## 987    95      969                           NA                       NA   8
## 988   100      963                           NA                       NA   8
## 989   100      962                           NA                       NA   8
## 990    80      965                           NA                       NA   8
## 991    40      990                           NA                       NA   8
## 992    35      998                           NA                       NA   8
## 993    30     1003                           NA                       NA   8
## 994    25     1006                           NA                       NA   8
## 995    25     1009                           NA                       NA   8
## 996    20     1010                           NA                       NA   8
## 997    25     1012                           NA                       NA   8
## 998    30     1011                           NA                       NA   8
## 999    40     1010                           NA                       NA   8
## 1000   50     1011                           NA                       NA   8
## 1001   50     1011                           NA                       NA   8
## 1002   45     1011                           NA                       NA   8
## 1003   40     1012                           NA                       NA   8
## 1004   30     1013                           NA                       NA   8
## 1005   30     1013                           NA                       NA   8
## 1006   25     1014                           NA                       NA   8
## 1007   20     1013                           NA                       NA   8
## 1008   25     1013                           NA                       NA   8
## 1009   30     1012                           NA                       NA   8
## 1010   30     1011                           NA                       NA   8
## 1011   30     1010                           NA                       NA   8
## 1012   30     1009                           NA                       NA   8
## 1013   35     1008                           NA                       NA   8
## 1014   45     1002                           NA                       NA   8
## 1015   60      999                           NA                       NA   8
## 1016   60      998                           NA                       NA   8
## 1017   65      993                           NA                       NA   8
## 1018   70      986                           NA                       NA   8
## 1019   70      986                           NA                       NA   8
## 1020   40      995                           NA                       NA   8
## 1021   30     1005                           NA                       NA   8
## 1022   25     1010                           NA                       NA   8
## 1023   25     1010                           NA                       NA   9
## 1024   30     1008                           NA                       NA   9
## 1025   35     1005                           NA                       NA   9
## 1026   45     1000                           NA                       NA   9
## 1027   55      996                           NA                       NA   9
## 1028   65      994                           NA                       NA   9
## 1029   65      994                           NA                       NA   9
## 1030   65      994                           NA                       NA   9
## 1031   65      994                           NA                       NA   9
## 1032   65      994                           NA                       NA   9
## 1033   55     1000                           NA                       NA   9
## 1034   55     1000                           NA                       NA   9
## 1035   45     1005                           NA                       NA   9
## 1036   40     1005                           NA                       NA   9
## 1037   40     1005                           NA                       NA   9
## 1038   40     1006                           NA                       NA   9
## 1039   35     1008                           NA                       NA   9
## 1040   35     1008                           NA                       NA   9
## 1041   30     1009                           NA                       NA   9
## 1042   30     1009                           NA                       NA   9
## 1043   40     1000                           NA                       NA   9
## 1044   45      999                           NA                       NA   9
## 1045   45      999                           NA                       NA   9
## 1046   50     1000                           NA                       NA   9
## 1047   50     1001                           NA                       NA   9
## 1048   55     1003                           NA                       NA   9
## 1049   55     1005                           NA                       NA   9
## 1050   55     1006                           NA                       NA   9
## 1051   55     1007                           NA                       NA   9
## 1052   55     1008                           NA                       NA   9
## 1053   55     1009                           NA                       NA   9
## 1054   40     1010                           NA                       NA   9
## 1055   30     1015                           NA                       NA   9
## 1056   25     1010                           NA                       NA   8
## 1057   25     1009                           NA                       NA   8
## 1058   25     1008                           NA                       NA   8
## 1059   35     1006                           NA                       NA   8
## 1060   45     1004                           NA                       NA   8
## 1061   45     1004                           NA                       NA   8
## 1062   40     1005                           NA                       NA   8
## 1063   35     1006                           NA                       NA   8
## 1064   35     1007                           NA                       NA   8
## 1065   35     1009                           NA                       NA   8
## 1066   35     1009                           NA                       NA   8
## 1067   35     1010                           NA                       NA   8
## 1068   30     1011                           NA                       NA   8
## 1069   30     1011                           NA                       NA   9
## 1070   30     1012                           NA                       NA   9
## 1071   30     1011                           NA                       NA   9
## 1072   25     1010                           NA                       NA   9
## 1073   25     1010                           NA                       NA   9
## 1074   25     1010                           NA                       NA   9
## 1075   25     1010                           NA                       NA   9
## 1076   30     1009                           NA                       NA   9
## 1077   30     1008                           NA                       NA   9
## 1078   30     1008                           NA                       NA   9
## 1079   30     1010                           NA                       NA   9
## 1080   30     1011                           NA                       NA   9
## 1081   25     1012                           NA                       NA   9
## 1082   25     1012                           NA                       NA   9
## 1083   25     1013                           NA                       NA   9
## 1084   25     1013                           NA                       NA   9
## 1085   25     1014                           NA                       NA   9
## 1086   25     1014                           NA                       NA   9
## 1087   25     1014                           NA                       NA   9
## 1088   25     1014                           NA                       NA   9
## 1089   35     1001                           NA                       NA   8
## 1090   35      999                           NA                       NA   8
## 1091   40      999                           NA                       NA   9
## 1092   40      998                           NA                       NA   9
## 1093   40      998                           NA                       NA   9
## 1094   40      998                           NA                       NA   9
## 1095   45      998                           NA                       NA   9
## 1096   45      997                           NA                       NA   9
## 1097   50      994                           NA                       NA   9
## 1098   35     1008                           NA                       NA   9
## 1099   40     1006                           NA                       NA   9
## 1100   45     1004                           NA                       NA   9
## 1101   50     1002                           NA                       NA   9
## 1102   55     1000                           NA                       NA   9
## 1103   60      995                           NA                       NA   9
## 1104   60      994                           NA                       NA   9
## 1105   60      995                           NA                       NA   9
## 1106   65      991                           NA                       NA   9
## 1107   70      986                           NA                       NA   9
## 1108   80      980                           NA                       NA   9
## 1109   85      973                           NA                       NA   9
## 1110  100      960                           NA                       NA   9
## 1111  110      952                           NA                       NA   9
## 1112  115      949                           NA                       NA   9
## 1113   95      963                           NA                       NA   9
## 1114   95      967                           NA                       NA   9
## 1115   90      970                           NA                       NA   9
## 1116   85      972                           NA                       NA   9
## 1117   80      978                           NA                       NA   9
## 1118   80      979                           NA                       NA   9
## 1119   65      990                           NA                       NA   9
## 1120   55      999                           NA                       NA   9
## 1121   45     1003                           NA                       NA   9
## 1122   40     1005                           NA                       NA   9
## 1123   45     1003                           NA                       NA   9
## 1124   50     1000                           NA                       NA   9
## 1125   55      997                           NA                       NA   9
## 1126   60      994                           NA                       NA   9
## 1127   60      992                           NA                       NA   9
## 1128   60      992                           NA                       NA   9
## 1129   60      994                           NA                       NA   9
## 1130   30     1000                           NA                       NA   9
## 1131   35     1000                           NA                       NA   9
## 1132   40     1000                           NA                       NA   9
## 1133   45     1001                           NA                       NA   9
## 1134   55      998                           NA                       NA   9
## 1135   25     1002                           NA                       NA   9
## 1136   25     1001                           NA                       NA   9
## 1137   30     1009                           NA                       NA   9
## 1138   30     1009                           NA                       NA   9
## 1139   30     1009                           NA                       NA   9
## 1140   30     1009                           NA                       NA   9
## 1141   30     1009                           NA                       NA   9
## 1142   30     1009                           NA                       NA   9
## 1143   30     1009                           NA                       NA   9
## 1144   30     1009                           NA                       NA   9
## 1145   45     1006                           NA                       NA   9
## 1146   45     1006                           NA                       NA   9
## 1147   45     1006                           NA                       NA   9
## 1148   40      999                           NA                       NA   9
## 1149   45      999                           NA                       NA   9
## 1150   55      998                           NA                       NA   9
## 1151   60      997                           NA                       NA   9
## 1152   65      996                           NA                       NA   9
## 1153   65      993                           NA                       NA   9
## 1154   60      994                           NA                       NA   9
## 1155   50      995                           NA                       NA   9
## 1156   45      996                           NA                       NA   9
## 1157   40      996                           NA                       NA   9
## 1158   40      995                           NA                       NA   9
## 1159   35      995                           NA                       NA   9
## 1160   35      995                           NA                       NA   9
## 1161   35      995                           NA                       NA   9
## 1162   35      996                           NA                       NA   9
## 1163   40      996                           NA                       NA   9
## 1164   40      997                           NA                       NA   9
## 1165   45      998                           NA                       NA   9
## 1166   45      999                           NA                       NA   9
## 1167   45     1001                           NA                       NA   9
## 1168   40     1002                           NA                       NA   9
## 1169   40     1004                           NA                       NA   9
## 1170   35     1006                           NA                       NA   9
## 1171   35     1007                           NA                       NA   9
## 1172   35     1006                           NA                       NA   9
## 1173   40     1004                           NA                       NA  10
## 1174   45     1001                           NA                       NA  10
## 1175   50      998                           NA                       NA  10
## 1176   50      996                           NA                       NA  10
## 1177   50      995                           NA                       NA  10
## 1178   50      995                           NA                       NA  10
## 1179   50      995                           NA                       NA  10
## 1180   45      996                           NA                       NA  10
## 1181   30     1003                           NA                       NA   9
## 1182   30     1003                           NA                       NA   9
## 1183   30     1002                           NA                       NA   9
## 1184   30     1002                           NA                       NA   9
## 1185   40     1001                           NA                       NA   9
## 1186   45     1000                           NA                       NA   9
## 1187   45      999                           NA                       NA   9
## 1188   50     1000                           NA                       NA   9
## 1189   50     1000                           NA                       NA   9
## 1190   45     1001                           NA                       NA   9
## 1191   45     1002                           NA                       NA   9
## 1192   45     1002                           NA                       NA   9
## 1193   45     1002                           NA                       NA   9
## 1194   45     1001                           NA                       NA   9
## 1195   45     1004                           NA                       NA   9
## 1196   45     1005                           NA                       NA   9
## 1197   45     1004                           NA                       NA   9
## 1198   45     1002                           NA                       NA   9
## 1199   50     1000                           NA                       NA   9
## 1200   40     1005                           NA                       NA   9
## 1201   40     1007                           NA                       NA   9
## 1202   40     1007                           NA                       NA   9
## 1203   30     1007                           NA                       NA  10
## 1204   30     1008                           NA                       NA  10
## 1205   25     1012                           NA                       NA  10
## 1206   40     1002                           NA                       NA  10
## 1207   50      998                           NA                       NA  10
## 1208   55      995                           NA                       NA  10
## 1209   60      994                           NA                       NA  10
## 1210   60      995                           NA                       NA  10
## 1211   60      993                           NA                       NA  10
## 1212   60      990                           NA                       NA  10
## 1213   65      987                           NA                       NA  10
## 1214   70      987                           NA                       NA  10
## 1215   70      985                           NA                       NA  10
## 1216   75      983                           NA                       NA  10
## 1217   80      979                           NA                       NA  10
## 1218   85      974                           NA                       NA  10
## 1219   85      971                           NA                       NA  10
## 1220   90      970                           NA                       NA  10
## 1221   90      973                           NA                       NA  10
## 1222   90      977                           NA                       NA  10
## 1223   90      976                           NA                       NA  10
## 1224   85      971                           NA                       NA  10
## 1225   85      973                           NA                       NA  10
## 1226   80      975                           NA                       NA  10
## 1227   70      973                           NA                       NA  10
## 1228   65      977                           NA                       NA  10
## 1229   65      975                           NA                       NA  10
## 1230   70      971                           NA                       NA  10
## 1231   70      968                           NA                       NA  10
## 1232   70      965                           NA                       NA  10
## 1233   65      966                           NA                       NA  10
## 1234   65      973                           NA                       NA  10
## 1235   65      971                           NA                       NA  10
## 1236   65      973                           NA                       NA  10
## 1237   65      977                           NA                       NA  10
## 1238   65      982                           NA                       NA  10
## 1239   65      986                           NA                       NA  10
## 1240   65      988                           NA                       NA  10
## 1241   60      990                           NA                       NA  10
## 1242   60      992                           NA                       NA  10
## 1243   55      993                           NA                       NA  10
## 1244   50      994                           NA                       NA  10
## 1245   50      994                           NA                       NA  10
## 1246   50      995                           NA                       NA  10
## 1247   15     1004                           NA                       NA  11
## 1248   15     1003                           NA                       NA  11
## 1249   20     1003                           NA                       NA  11
## 1250   25     1002                           NA                       NA  11
## 1251   35     1001                           NA                       NA  11
## 1252   40     1000                           NA                       NA  11
## 1253   45      998                           NA                       NA  11
## 1254   50      997                           NA                       NA  11
## 1255   60      995                           NA                       NA  11
## 1256   65      992                           NA                       NA  11
## 1257   70      989                           NA                       NA  11
## 1258   75      986                           NA                       NA  11
## 1259   80      984                           NA                       NA  11
## 1260   80      982                           NA                       NA  11
## 1261   80      981                           NA                       NA  11
## 1262   80      980                           NA                       NA  11
## 1263   80      980                           NA                       NA  11
## 1264   80      979                           NA                       NA  11
## 1265   75      978                           NA                       NA  11
## 1266   75      977                           NA                       NA  11
## 1267   75      975                           NA                       NA  11
## 1268   75      971                           NA                       NA  11
## 1269   70      975                           NA                       NA  11
## 1270   70      977                           NA                       NA  11
## 1271   70      980                           NA                       NA  11
## 1272   70      982                           NA                       NA  11
## 1273   70      983                           NA                       NA  11
## 1274   65      984                           NA                       NA  11
## 1275   70      980                           NA                       NA  12
## 1276   70      980                           NA                       NA  12
## 1277   70      980                           NA                       NA  12
## 1278   70      980                           NA                       NA  12
## 1279   70      980                           NA                       NA  12
## 1280   70      980                           NA                       NA  12
## 1281   70      980                           NA                       NA  12
## 1282   70      980                           NA                       NA  12
## 1283   70      980                           NA                       NA  12
## 1284   70      980                           NA                       NA  12
## 1285   65      987                           NA                       NA  12
## 1286   55      994                           NA                       NA  12
## 1287   50     1001                           NA                       NA  12
## 1288   45     1007                           NA                       NA  12
## 1289   35     1009                           NA                       NA  12
## 1290   30     1010                           NA                       NA  12
## 1291   25     1012                           NA                       NA  12
## 1292   30     1011                           NA                       NA   7
## 1293   30     1011                           NA                       NA   7
## 1294   30     1011                           NA                       NA   7
## 1295   30     1010                           NA                       NA   7
## 1296   35     1009                           NA                       NA   7
## 1297   35     1009                           NA                       NA   7
## 1298   40     1008                           NA                       NA   7
## 1299   40     1007                           NA                       NA   7
## 1300   45     1006                           NA                       NA   7
## 1301   45     1004                           NA                       NA   7
## 1302   45     1004                           NA                       NA   7
## 1303   50     1000                           NA                       NA   7
## 1304   55      996                           NA                       NA   7
## 1305   60      996                           NA                       NA   7
## 1306   25     1012                           NA                       NA   7
## 1307   25     1011                           NA                       NA   7
## 1308   25     1011                           NA                       NA   7
## 1309   25     1010                           NA                       NA   7
## 1310   30     1009                           NA                       NA   7
## 1311   30     1008                           NA                       NA   7
## 1312   35     1007                           NA                       NA   7
## 1313   35     1004                           NA                       NA   7
## 1314   40     1004                           NA                       NA   7
## 1315   40     1005                           NA                       NA   7
## 1316   40     1006                           NA                       NA   7
## 1317   40     1006                           NA                       NA   7
## 1318   50     1005                           NA                       NA   7
## 1319   60     1004                           NA                       NA   7
## 1320   65     1003                           NA                       NA   7
## 1321   65     1002                           NA                       NA   7
## 1322   65     1003                           NA                       NA   7
## 1323   55     1004                           NA                       NA   7
## 1324   45     1006                           NA                       NA   7
## 1325   30     1009                           NA                       NA   7
## 1326   25     1011                           NA                       NA   7
## 1327   35     1005                           NA                       NA   8
## 1328   35     1004                           NA                       NA   8
## 1329   35     1003                           NA                       NA   8
## 1330   40     1002                           NA                       NA   8
## 1331   40     1001                           NA                       NA   8
## 1332   45     1000                           NA                       NA   8
## 1333   45      999                           NA                       NA   8
## 1334   50      997                           NA                       NA   8
## 1335   50      995                           NA                       NA   8
## 1336   55      993                           NA                       NA   8
## 1337   55      991                           NA                       NA   8
## 1338   60      989                           NA                       NA   8
## 1339   60      988                           NA                       NA   8
## 1340   65      988                           NA                       NA   8
## 1341   65      987                           NA                       NA   8
## 1342   65      986                           NA                       NA   8
## 1343   70      985                           NA                       NA   8
## 1344   70      981                           NA                       NA   8
## 1345   75      980                           NA                       NA   8
## 1346   75      981                           NA                       NA   8
## 1347   60      993                           NA                       NA   8
## 1348   45      998                           NA                       NA   8
## 1349   40     1001                           NA                       NA   8
## 1350   40     1003                           NA                       NA   8
## 1351   25     1010                           NA                       NA   8
## 1352   25     1010                           NA                       NA   8
## 1353   25     1010                           NA                       NA   8
## 1354   25     1011                           NA                       NA   8
## 1355   25     1011                           NA                       NA   8
## 1356   25     1011                           NA                       NA   8
## 1357   30     1011                           NA                       NA   8
## 1358   30     1011                           NA                       NA   8
## 1359   35     1010                           NA                       NA   8
## 1360   45     1007                           NA                       NA   8
## 1361   50     1004                           NA                       NA   8
## 1362   60     1001                           NA                       NA   8
## 1363   70      997                           NA                       NA   8
## 1364   75      995                           NA                       NA   8
## 1365   80      988                           NA                       NA   8
## 1366   80      987                           NA                       NA   8
## 1367   70      988                           NA                       NA   8
## 1368   50      992                           NA                       NA   8
## 1369   40      997                           NA                       NA   8
## 1370   30     1000                           NA                       NA   8
## 1371   30     1002                           NA                       NA   8
## 1372   30     1004                           NA                       NA   8
## 1373   30     1006                           NA                       NA   8
## 1374   30     1008                           NA                       NA   8
## 1375   30     1010                           NA                       NA   8
## 1376   25     1011                           NA                       NA   8
## 1377   25     1011                           NA                       NA   8
## 1378   25     1012                           NA                       NA   8
## 1379   25     1012                           NA                       NA   8
## 1380   25     1008                           NA                       NA   9
## 1381   25     1008                           NA                       NA   9
## 1382   30     1006                           NA                       NA   9
## 1383   30     1005                           NA                       NA   9
## 1384   40     1003                           NA                       NA   9
## 1385   45     1001                           NA                       NA   9
## 1386   50      996                           NA                       NA   9
## 1387   55      994                           NA                       NA   9
## 1388   55      994                           NA                       NA   9
## 1389   55      994                           NA                       NA   9
## 1390   55      994                           NA                       NA   9
## 1391   55      994                           NA                       NA   9
## 1392   55      994                           NA                       NA   9
## 1393   55      994                           NA                       NA   9
## 1394   55      994                           NA                       NA   9
## 1395   55      994                           NA                       NA   9
## 1396   25     1009                           NA                       NA   9
## 1397   25     1008                           NA                       NA   9
## 1398   30     1008                           NA                       NA   9
## 1399   30     1008                           NA                       NA   9
## 1400   35     1007                           NA                       NA   9
## 1401   35     1007                           NA                       NA   9
## 1402   35     1006                           NA                       NA   9
## 1403   35     1006                           NA                       NA   9
## 1404   35     1006                           NA                       NA   9
## 1405   30     1006                           NA                       NA   9
## 1406   30     1006                           NA                       NA   9
## 1407   30     1006                           NA                       NA   9
## 1408   30     1006                           NA                       NA   9
## 1409   30     1006                           NA                       NA   9
## 1410   35     1005                           NA                       NA   9
## 1411   40     1004                           NA                       NA   9
## 1412   45     1003                           NA                       NA   9
## 1413   45     1002                           NA                       NA   9
## 1414   50     1001                           NA                       NA   9
## 1415   55     1001                           NA                       NA   9
## 1416   60     1000                           NA                       NA   9
## 1417   65     1000                           NA                       NA   9
## 1418   65     1000                           NA                       NA   9
## 1419   70      996                           NA                       NA   9
## 1420   70      992                           NA                       NA   9
## 1421   65      990                           NA                       NA   9
## 1422   65      990                           NA                       NA   9
## 1423   65      989                           NA                       NA   9
## 1424   65      987                           NA                       NA   9
## 1425   75      980                           NA                       NA   9
## 1426   95      956                           NA                       NA   9
## 1427  100      952                           NA                       NA   9
## 1428  100      950                           NA                       NA   9
## 1429  105      935                           NA                       NA   9
## 1430  120      920                           NA                       NA   9
## 1431  125      920                           NA                       NA   9
## 1432  115      926                           NA                       NA   9
## 1433   95      933                           NA                       NA   9
## 1434   85      940                           NA                       NA   9
## 1435   80      944                           NA                       NA   9
## 1436   80      946                           NA                       NA   9
## 1437   85      944                           NA                       NA   9
## 1438   90      942                           NA                       NA   9
## 1439   90      942                           NA                       NA   9
## 1440   90      942                           NA                       NA   9
## 1441   85      951                           NA                       NA   9
## 1442   75      961                           NA                       NA   9
## 1443   75      964                           NA                       NA   9
## 1444   25     1008                           NA                       NA   9
## 1445   25     1008                           NA                       NA   9
## 1446   25     1009                           NA                       NA   9
## 1447   25     1011                           NA                       NA   9
## 1448   30     1011                           NA                       NA   9
## 1449   30     1010                           NA                       NA   9
## 1450   35     1007                           NA                       NA   9
## 1451   50      996                           NA                       NA   9
## 1452   45     1000                           NA                       NA   9
## 1453   40     1004                           NA                       NA   9
## 1454   35     1005                           NA                       NA   9
## 1455   35     1006                           NA                       NA   9
## 1456   35     1006                           NA                       NA   9
## 1457   35     1007                           NA                       NA   9
## 1458   30     1007                           NA                       NA   9
## 1459   30     1006                           NA                       NA  10
## 1460   35     1006                           NA                       NA  10
## 1461   40     1006                           NA                       NA  10
## 1462   40     1005                           NA                       NA  10
## 1463   45     1005                           NA                       NA  10
## 1464   50     1005                           NA                       NA  10
## 1465   55     1003                           NA                       NA  10
## 1466   60     1002                           NA                       NA  10
## 1467   60      997                           NA                       NA  10
## 1468   60     1001                           NA                       NA  10
## 1469   60     1003                           NA                       NA  10
## 1470   60     1004                           NA                       NA  10
## 1471   55     1005                           NA                       NA  10
## 1472   45     1004                           NA                       NA  10
## 1473   40     1006                           NA                       NA  10
## 1474   35     1008                           NA                       NA  10
## 1475   35     1008                           NA                       NA  10
## 1476   30     1009                           NA                       NA  10
## 1477   30     1011                           NA                       NA  10
## 1478   25     1012                           NA                       NA  10
## 1479   25     1013                           NA                       NA  10
## 1480   25     1013                           NA                       NA  10
## 1481   25     1013                           NA                       NA  10
## 1482   25     1014                           NA                       NA  10
## 1483   25     1013                           NA                       NA  10
## 1484   25     1013                           NA                       NA  10
## 1485   25     1013                           NA                       NA  10
## 1486   25     1013                           NA                       NA  10
## 1487   25     1012                           NA                       NA  10
## 1488   25     1012                           NA                       NA  10
## 1489   25     1011                           NA                       NA  10
## 1490   25     1010                           NA                       NA  10
## 1491   25     1010                           NA                       NA  10
## 1492   25     1010                           NA                       NA  10
## 1493   25     1010                           NA                       NA  10
## 1494   25     1010                           NA                       NA  10
## 1495   30     1005                           NA                       NA  10
## 1496   30     1002                           NA                       NA  10
## 1497   35      999                           NA                       NA  10
## 1498   40      996                           NA                       NA  10
## 1499   45      993                           NA                       NA  10
## 1500   50      990                           NA                       NA  10
## 1501   55      986                           NA                       NA  10
## 1502   60      984                           NA                       NA  10
## 1503   65      982                           NA                       NA  10
## 1504   70      975                           NA                       NA  10
## 1505   75      972                           NA                       NA  10
## 1506   75      971                           NA                       NA  10
## 1507   75      973                           NA                       NA  10
## 1508   70      975                           NA                       NA  10
## 1509   65      974                           NA                       NA  10
## 1510   65      974                           NA                       NA  10
## 1511   60      978                           NA                       NA  10
## 1512   60      980                           NA                       NA  10
## 1513   55      982                           NA                       NA  10
## 1514   55      982                           NA                       NA  10
## 1515   55      982                           NA                       NA  10
## 1516   55      982                           NA                       NA  10
## 1517   55      980                           NA                       NA  10
## 1518   60      978                           NA                       NA  10
## 1519   55      982                           NA                       NA  10
## 1520   40      984                           NA                       NA  11
## 1521   35      986                           NA                       NA  11
## 1522   35      999                           NA                       NA  11
## 1523   45      998                           NA                       NA  11
## 1524   50      996                           NA                       NA  11
## 1525   55      993                           NA                       NA  11
## 1526   70      987                           NA                       NA  11
## 1527   75      981                           NA                       NA  11
## 1528   75      984                           NA                       NA  11
## 1529   75      982                           NA                       NA  11
## 1530   80      977                           NA                       NA  11
## 1531   80      976                           NA                       NA  11
## 1532   80      975                           NA                       NA  11
## 1533   80      975                           NA                       NA  11
## 1534   85      972                           NA                       NA  11
## 1535   95      967                           NA                       NA  11
## 1536   95      968                           NA                       NA  11
## 1537   90      971                           NA                       NA  11
## 1538   80      976                           NA                       NA  11
## 1539   85      972                           NA                       NA  11
## 1540   95      968                           NA                       NA  11
## 1541  105      956                           NA                       NA  11
## 1542  105      955                           NA                       NA  11
## 1543  105      954                           NA                       NA  11
## 1544  100      961                           NA                       NA  11
## 1545   95      965                           NA                       NA  11
## 1546   85      967                           NA                       NA  11
## 1547   85      967                           NA                       NA  11
## 1548   80      975                           NA                       NA  11
## 1549   65      983                           NA                       NA  11
## 1550   50      990                           NA                       NA  11
## 1551   45      996                           NA                       NA  11
## 1552   40     1003                           NA                       NA  11
## 1553   35     1005                           NA                       NA  11
## 1554   35     1006                           NA                       NA  11
## 1555   35     1002                           NA                       NA   6
## 1556   40     1003                           NA                       NA   6
## 1557   45     1005                           NA                       NA   6
## 1558   45     1004                           NA                       NA   6
## 1559   45     1003                           NA                       NA   6
## 1560   45     1001                           NA                       NA   6
## 1561   45      999                           NA                       NA   6
## 1562   45     1000                           NA                       NA   6
## 1563   45     1002                           NA                       NA   6
## 1564   45     1002                           NA                       NA   6
## 1565   40     1002                           NA                       NA   6
## 1566   35     1001                           NA                       NA   6
## 1567   25     1014                           NA                       NA   6
## 1568   25     1013                           NA                       NA   6
## 1569   25     1014                           NA                       NA   6
## 1570   30     1011                           NA                       NA   6
## 1571   40     1006                           NA                       NA   6
## 1572   45     1001                           NA                       NA   6
## 1573   50     1002                           NA                       NA   6
## 1574   55      997                           NA                       NA   6
## 1575   65     1001                           NA                       NA   6
## 1576   70      999                           NA                       NA   6
## 1577   75      995                           NA                       NA   6
## 1578   75      990                           NA                       NA   6
## 1579   65      992                           NA                       NA   6
## 1580   35     1000                           NA                       NA   6
## 1581   30     1009                           NA                       NA   6
## 1582   25     1015                           NA                       NA   6
## 1583   20     1016                           NA                       NA   6
## 1584   20     1016                           NA                       NA   6
## 1585   15     1014                           NA                       NA   6
## 1586   10     1013                           NA                       NA   6
## 1587   10     1012                           NA                       NA   6
## 1588   30     1009                           NA                       NA   8
## 1589   35     1007                           NA                       NA   8
## 1590   40     1004                           NA                       NA   8
## 1591   40     1002                           NA                       NA   8
## 1592   45      999                           NA                       NA   8
## 1593   50      997                           NA                       NA   8
## 1594   55      995                           NA                       NA   8
## 1595   60      993                           NA                       NA   8
## 1596   65      991                           NA                       NA   8
## 1597   65      990                           NA                       NA   8
## 1598   65      988                           NA                       NA   8
## 1599   70      987                           NA                       NA   8
## 1600   65      990                           NA                       NA   8
## 1601   60      992                           NA                       NA   8
## 1602   60      994                           NA                       NA   8
## 1603   55      997                           NA                       NA   8
## 1604   50      999                           NA                       NA   8
## 1605   45     1000                           NA                       NA   8
## 1606   45     1002                           NA                       NA   8
## 1607   40     1003                           NA                       NA   8
## 1608   40     1004                           NA                       NA   8
## 1609   40     1005                           NA                       NA   8
## 1610   40     1005                           NA                       NA   8
## 1611   25     1008                           NA                       NA   9
## 1612   30     1005                           NA                       NA   9
## 1613   35     1003                           NA                       NA   9
## 1614   45     1000                           NA                       NA   9
## 1615   50     1000                           NA                       NA   9
## 1616   50     1002                           NA                       NA   9
## 1617   50     1002                           NA                       NA   9
## 1618   45     1004                           NA                       NA   9
## 1619   40     1006                           NA                       NA   9
## 1620   35     1008                           NA                       NA   9
## 1621   30     1010                           NA                       NA   9
## 1622   30     1012                           NA                       NA   9
## 1623   30     1012                           NA                       NA   9
## 1624   30     1013                           NA                       NA   9
## 1625   30     1010                           NA                       NA   8
## 1626   35     1008                           NA                       NA   8
## 1627   40     1008                           NA                       NA   8
## 1628   40     1009                           NA                       NA   8
## 1629   40     1009                           NA                       NA   8
## 1630   30     1009                           NA                       NA   8
## 1631   25     1009                           NA                       NA   8
## 1632   25     1009                           NA                       NA   8
## 1633   25     1008                           NA                       NA   8
## 1634   25     1008                           NA                       NA   8
## 1635   25     1007                           NA                       NA   8
## 1636   25     1007                           NA                       NA   8
## 1637   25     1007                           NA                       NA   8
## 1638   20     1007                           NA                       NA   8
## 1639   20     1008                           NA                       NA   8
## 1640   20     1008                           NA                       NA   8
## 1641   20     1009                           NA                       NA   8
## 1642   15     1009                           NA                       NA   8
## 1643   15     1010                           NA                       NA   8
## 1644   15     1010                           NA                       NA   8
## 1645   15     1010                           NA                       NA   8
## 1646   15     1011                           NA                       NA   8
## 1647   15     1011                           NA                       NA   8
## 1648   15     1011                           NA                       NA   8
## 1649   15     1012                           NA                       NA   8
## 1650   15     1012                           NA                       NA   8
## 1651   15     1013                           NA                       NA   8
## 1652   15     1014                           NA                       NA   8
## 1653   15     1014                           NA                       NA   8
## 1654   10     1014                           NA                       NA   8
## 1655   10     1015                           NA                       NA   8
## 1656   10     1015                           NA                       NA   8
## 1657   25     1008                           NA                       NA   9
## 1658   25     1007                           NA                       NA   9
## 1659   30     1006                           NA                       NA   9
## 1660   35     1005                           NA                       NA   9
## 1661   40     1004                           NA                       NA   9
## 1662   40     1004                           NA                       NA   9
## 1663   45     1004                           NA                       NA   9
## 1664   50     1002                           NA                       NA   9
## 1665   60      992                           NA                       NA   9
## 1666   80      978                           NA                       NA   9
## 1667   90      971                           NA                       NA   9
## 1668  110      958                           NA                       NA   9
## 1669  105      960                           NA                       NA   9
## 1670   95      965                           NA                       NA   9
## 1671   70      984                           NA                       NA   9
## 1672   55     1004                           NA                       NA   9
## 1673   40     1003                           NA                       NA   9
## 1674   40     1000                           NA                       NA   9
## 1675   45     1001                           NA                       NA   9
## 1676   45     1002                           NA                       NA   9
## 1677   45     1002                           NA                       NA   9
## 1678   45      999                           NA                       NA   9
## 1679   70      985                           NA                       NA   9
## 1680   75      974                           NA                       NA   9
## 1681   80      974                           NA                       NA   9
## 1682   80      974                           NA                       NA   9
## 1683   75      976                           NA                       NA   9
## 1684   70      979                           NA                       NA   9
## 1685   65      983                           NA                       NA   9
## 1686   25     1004                           NA                       NA  10
## 1687   25     1003                           NA                       NA  10
## 1688   25     1001                           NA                       NA  10
## 1689   25      999                           NA                       NA  10
## 1690   30      999                           NA                       NA  10
## 1691   35      999                           NA                       NA  10
## 1692   35      999                           NA                       NA  10
## 1693   40      999                           NA                       NA  10
## 1694   40      998                           NA                       NA  10
## 1695   45      997                           NA                       NA  10
## 1696   50      996                           NA                       NA  10
## 1697   55      995                           NA                       NA  10
## 1698   60      994                           NA                       NA  10
## 1699   65      993                           NA                       NA  10
## 1700   65      993                           NA                       NA  10
## 1701   65      993                           NA                       NA  10
## 1702   60      993                           NA                       NA  10
## 1703   50      994                           NA                       NA  10
## 1704   45      996                           NA                       NA  10
## 1705   20     1015                           NA                       NA   8
## 1706   20     1014                           NA                       NA   8
## 1707   20     1013                           NA                       NA   8
## 1708   25     1012                           NA                       NA   8
## 1709   25     1011                           NA                       NA   8
## 1710   25     1009                           NA                       NA   8
## 1711   30     1006                           NA                       NA   8
## 1712   35     1002                           NA                       NA   8
## 1713   35     1002                           NA                       NA   8
## 1714   35     1004                           NA                       NA   8
## 1715   35     1006                           NA                       NA   8
## 1716   25     1010                           NA                       NA   8
## 1717   30     1009                           NA                       NA   8
## 1718   35     1007                           NA                       NA   8
## 1719   40     1005                           NA                       NA   8
## 1720   45     1002                           NA                       NA   8
## 1721   45     1001                           NA                       NA   8
## 1722   45     1002                           NA                       NA   8
## 1723   40     1005                           NA                       NA   8
## 1724   30     1006                           NA                       NA   8
## 1725   30     1007                           NA                       NA   8
## 1726   25     1008                           NA                       NA   8
## 1727   20     1011                           NA                       NA   8
## 1728   25     1009                           NA                       NA   8
## 1729   25     1009                           NA                       NA   8
## 1730   25     1009                           NA                       NA   8
## 1731   25     1009                           NA                       NA   8
## 1732   30     1009                           NA                       NA   8
## 1733   30     1009                           NA                       NA   8
## 1734   30     1009                           NA                       NA   8
## 1735   30     1009                           NA                       NA   8
## 1736   30     1009                           NA                       NA   8
## 1737   30     1009                           NA                       NA   8
## 1738   30     1009                           NA                       NA   8
## 1739   30     1009                           NA                       NA   8
## 1740   30     1009                           NA                       NA   8
## 1741   30     1009                           NA                       NA   8
## 1742   30     1009                           NA                       NA   8
## 1743   30     1009                           NA                       NA   8
## 1744   30     1008                           NA                       NA   8
## 1745   30     1008                           NA                       NA   8
## 1746   30     1008                           NA                       NA   8
## 1747   30     1008                           NA                       NA   8
## 1748   30     1008                           NA                       NA   8
## 1749   30     1008                           NA                       NA   8
## 1750   30     1008                           NA                       NA   8
## 1751   30     1008                           NA                       NA   8
## 1752   30     1008                           NA                       NA   8
## 1753   30     1008                           NA                       NA   8
## 1754   30     1008                           NA                       NA   8
## 1755   40     1008                           NA                       NA   8
## 1756   45     1005                           NA                       NA   8
## 1757   40     1005                           NA                       NA   8
## 1758   35     1006                           NA                       NA   8
## 1759   25     1008                           NA                       NA   8
## 1760   25     1006                           NA                       NA   8
## 1761   25     1005                           NA                       NA   9
## 1762   25     1005                           NA                       NA   9
## 1763   25     1004                           NA                       NA   9
## 1764   30     1003                           NA                       NA   9
## 1765   30     1003                           NA                       NA   9
## 1766   40     1001                           NA                       NA   9
## 1767   50      998                           NA                       NA   9
## 1768   65      992                           NA                       NA   9
## 1769   65      987                           NA                       NA   9
## 1770   50      995                           NA                       NA   9
## 1771   35      998                           NA                       NA   9
## 1772   30      999                           NA                       NA   9
## 1773   30     1000                           NA                       NA   9
## 1774   30     1000                           NA                       NA   9
## 1775   30     1000                           NA                       NA   9
## 1776   30     1001                           NA                       NA   9
## 1777   30     1001                           NA                       NA   9
## 1778   30     1002                           NA                       NA   9
## 1779   30     1003                           NA                       NA   9
## 1780   30     1004                           NA                       NA   9
## 1781   30     1004                           NA                       NA   9
## 1782   30     1005                           NA                       NA   9
## 1783   25     1005                           NA                       NA   9
## 1784   25     1006                           NA                       NA   9
## 1785   25     1006                           NA                       NA   9
## 1786   25     1007                           NA                       NA   9
## 1787   25     1007                           NA                       NA   9
## 1788   25     1007                           NA                       NA   9
## 1789   25     1008                           NA                       NA   9
## 1790   20     1008                           NA                       NA   9
## 1791   20     1008                           NA                       NA   9
## 1792   20     1008                           NA                       NA   9
## 1793   25     1016                           NA                       NA   9
## 1794   25     1012                           NA                       NA   9
## 1795   30     1008                           NA                       NA   9
## 1796   35     1004                           NA                       NA   9
## 1797   40     1001                           NA                       NA   9
## 1798   45      999                           NA                       NA   9
## 1799   50      997                           NA                       NA   9
## 1800   50      996                           NA                       NA   9
## 1801   55      994                           NA                       NA   9
## 1802   25     1011                           NA                       NA   9
## 1803   25     1011                           NA                       NA   9
## 1804   35     1008                           NA                       NA   9
## 1805   35     1007                           NA                       NA   9
## 1806   40     1005                           NA                       NA   9
## 1807   40     1003                           NA                       NA   9
## 1808   50     1002                           NA                       NA   9
## 1809   50      999                           NA                       NA   9
## 1810   50      994                           NA                       NA   9
## 1811   50      996                           NA                       NA   9
## 1812   35     1005                           NA                       NA   9
## 1813   25     1006                           NA                       NA   9
## 1814   25     1009                           NA                       NA   9
## 1815   25     1008                           NA                       NA   9
## 1816   25     1007                           NA                       NA   9
## 1817   30     1006                           NA                       NA   9
## 1818   30     1005                           NA                       NA   9
## 1819   35     1004                           NA                       NA   9
## 1820   40     1002                           NA                       NA   9
## 1821   45      998                           NA                       NA   9
## 1822   50      995                           NA                       NA   9
## 1823   55      992                           NA                       NA   9
## 1824   65      989                           NA                       NA   9
## 1825   80      982                           NA                       NA   9
## 1826   95      975                           NA                       NA   9
## 1827  100      970                           NA                       NA   9
## 1828  105      964                           NA                       NA   9
## 1829  110      962                           NA                       NA   9
## 1830  110      960                           NA                       NA   9
## 1831  115      960                           NA                       NA   9
## 1832  110      960                           NA                       NA   9
## 1833  110      960                           NA                       NA   9
## 1834  115      952                           NA                       NA   9
## 1835  125      934                           NA                       NA   9
## 1836  140      905                           NA                       NA   9
## 1837  160      888                           NA                       NA   9
## 1838  155      889                           NA                       NA   9
## 1839  145      892                           NA                       NA   9
## 1840  140      900                           NA                       NA   9
## 1841  130      925                           NA                       NA   9
## 1842  100      944                           NA                       NA   9
## 1843   90      949                           NA                       NA   9
## 1844   85      950                           NA                       NA   9
## 1845   90      950                           NA                       NA   9
## 1846  100      949                           NA                       NA   9
## 1847  110      946                           NA                       NA   9
## 1848  115      948                           NA                       NA   9
## 1849  115      950                           NA                       NA   9
## 1850  110      955                           NA                       NA   9
## 1851   80      964                           NA                       NA   9
## 1852   50      988                           NA                       NA   9
## 1853   35      996                           NA                       NA   9
## 1854   30     1000                           NA                       NA   9
## 1855   30     1002                           NA                       NA   9
## 1856   30     1004                           NA                       NA   9
## 1857   25     1003                           NA                       NA   9
## 1858   25     1003                           NA                       NA   9
## 1859   25     1002                           NA                       NA   9
## 1860   25     1001                           NA                       NA   9
## 1861   25      999                           NA                       NA   9
## 1862   25     1009                           NA                       NA   9
## 1863   25     1008                           NA                       NA   9
## 1864   25     1007                           NA                       NA   9
## 1865   25     1007                           NA                       NA   9
## 1866   30     1006                           NA                       NA   9
## 1867   30     1006                           NA                       NA   9
## 1868   30     1006                           NA                       NA   9
## 1869   30     1005                           NA                       NA   9
## 1870   35     1005                           NA                       NA   9
## 1871   40     1005                           NA                       NA  10
## 1872   35     1005                           NA                       NA  10
## 1873   30     1006                           NA                       NA  10
## 1874   25     1010                           NA                       NA  10
## 1875   30     1008                           NA                       NA  10
## 1876   35     1005                           NA                       NA  10
## 1877   40     1003                           NA                       NA  10
## 1878   45     1000                           NA                       NA  10
## 1879   50      999                           NA                       NA  10
## 1880   45     1000                           NA                       NA  10
## 1881   45     1003                           NA                       NA  10
## 1882   40     1006                           NA                       NA  10
## 1883   40     1007                           NA                       NA  10
## 1884   40     1007                           NA                       NA  10
## 1885   40     1006                           NA                       NA  10
## 1886   40     1005                           NA                       NA  10
## 1887   40     1003                           NA                       NA  10
## 1888   40     1002                           NA                       NA  10
## 1889   45     1001                           NA                       NA  10
## 1890   45     1001                           NA                       NA  10
## 1891   45     1003                           NA                       NA  10
## 1892   45     1003                           NA                       NA  10
## 1893   45     1004                           NA                       NA  10
## 1894   45     1004                           NA                       NA  10
## 1895   45     1003                           NA                       NA  10
## 1896   45     1002                           NA                       NA  10
## 1897   50     1001                           NA                       NA  10
## 1898   50     1000                           NA                       NA  10
## 1899   50      999                           NA                       NA  10
## 1900   55      998                           NA                       NA  10
## 1901   55      997                           NA                       NA  10
## 1902   60      995                           NA                       NA  10
## 1903   60      993                           NA                       NA  10
## 1904   65      990                           NA                       NA  10
## 1905   70      987                           NA                       NA  10
## 1906   75      984                           NA                       NA  10
## 1907   80      980                           NA                       NA  10
## 1908   90      976                           NA                       NA  10
## 1909   95      970                           NA                       NA  10
## 1910  105      960                           NA                       NA  10
## 1911  110      953                           NA                       NA  10
## 1912  105      956                           NA                       NA  10
## 1913   85      967                           NA                       NA  10
## 1914   70      971                           NA                       NA  10
## 1915   70      973                           NA                       NA  10
## 1916   75      972                           NA                       NA  10
## 1917   90      970                           NA                       NA  10
## 1918  100      964                           NA                       NA  10
## 1919  110      952                           NA                       NA  10
## 1920  120      937                           NA                       NA  10
## 1921  125      932                           NA                       NA  10
## 1922  125      932                           NA                       NA  10
## 1923  120      936                           NA                       NA  10
## 1924   70      983                           NA                       NA  10
## 1925   55      993                           NA                       NA  10
## 1926   45     1000                           NA                       NA  10
## 1927   30     1008                           NA                       NA  11
## 1928   30     1008                           NA                       NA  11
## 1929   30     1008                           NA                       NA  11
## 1930   30     1008                           NA                       NA  11
## 1931   30     1008                           NA                       NA  11
## 1932   30     1007                           NA                       NA  11
## 1933   30     1007                           NA                       NA  11
## 1934   30     1007                           NA                       NA  11
## 1935   30     1006                           NA                       NA  11
## 1936   30     1005                           NA                       NA  11
## 1937   35     1004                           NA                       NA  11
## 1938   40     1002                           NA                       NA  11
## 1939   45      997                           NA                       NA  11
## 1940   60      985                           NA                       NA  11
## 1941   60      993                           NA                       NA  11
## 1942   60      993                           NA                       NA  11
## 1943   60      993                           NA                       NA  11
## 1944   60      990                           NA                       NA  11
## 1945   60      993                           NA                       NA  11
## 1946   55      995                           NA                       NA  11
## 1947   55      995                           NA                       NA  11
## 1948   55      993                           NA                       NA  11
## 1949   55      994                           NA                       NA  11
## 1950   55      995                           NA                       NA  11
## 1951   55      995                           NA                       NA  11
## 1952   35      999                           NA                       NA  11
## 1953   40      998                           NA                       NA  11
## 1954   50      995                           NA                       NA  11
## 1955   55      992                           NA                       NA  11
## 1956   60      990                           NA                       NA  11
## 1957   30     1008                           NA                       NA   6
## 1958   30     1006                           NA                       NA   6
## 1959   30     1005                           NA                       NA   6
## 1960   30     1005                           NA                       NA   6
## 1961   30     1005                           NA                       NA   6
## 1962   35     1004                           NA                       NA   6
## 1963   35     1004                           NA                       NA   6
## 1964   40     1003                           NA                       NA   6
## 1965   40     1002                           NA                       NA   6
## 1966   45     1001                           NA                       NA   6
## 1967   45      999                           NA                       NA   6
## 1968   35     1000                           NA                       NA   6
## 1969   30     1002                           NA                       NA   6
## 1970   30     1004                           NA                       NA   6
## 1971   25     1015                           NA                       NA   7
## 1972   25     1015                           NA                       NA   7
## 1973   25     1014                           NA                       NA   7
## 1974   30     1013                           NA                       NA   7
## 1975   30     1013                           NA                       NA   7
## 1976   35     1012                           NA                       NA   7
## 1977   40     1011                           NA                       NA   7
## 1978   40     1010                           NA                       NA   7
## 1979   40     1007                           NA                       NA   7
## 1980   45     1005                           NA                       NA   7
## 1981   45     1005                           NA                       NA   7
## 1982   45     1005                           NA                       NA   7
## 1983   40     1008                           NA                       NA   7
## 1984   40     1012                           NA                       NA   7
## 1985   35     1014                           NA                       NA   7
## 1986   35     1016                           NA                       NA   7
## 1987   30     1017                           NA                       NA   7
## 1988   30     1018                           NA                       NA   7
## 1989   20     1011                           NA                       NA   7
## 1990   25     1010                           NA                       NA   7
## 1991   30     1009                           NA                       NA   7
## 1992   35     1004                           NA                       NA   7
## 1993   50      995                           NA                       NA   7
## 1994   55      993                           NA                       NA   7
## 1995   65      991                           NA                       NA   8
## 1996   70      987                           NA                       NA   8
## 1997   70      984                           NA                       NA   8
## 1998   70      986                           NA                       NA   8
## 1999   50      993                           NA                       NA   8
## 2000   35     1000                           NA                       NA   8
## 2001   25     1004                           NA                       NA   8
## 2002   20     1007                           NA                       NA   8
## 2003   20     1008                           NA                       NA   8
## 2004   20     1009                           NA                       NA   8
## 2005   25     1010                           NA                       NA   7
## 2006   25     1009                           NA                       NA   7
## 2007   30     1008                           NA                       NA   7
## 2008   30     1006                           NA                       NA   8
## 2009   35     1004                           NA                       NA   8
## 2010   40     1002                           NA                       NA   8
## 2011   45     1000                           NA                       NA   8
## 2012   50      998                           NA                       NA   8
## 2013   60      996                           NA                       NA   8
## 2014   65      994                           NA                       NA   8
## 2015   70      992                           NA                       NA   8
## 2016   70      990                           NA                       NA   8
## 2017   70      987                           NA                       NA   8
## 2018   75      985                           NA                       NA   8
## 2019   75      985                           NA                       NA   8
## 2020   75      986                           NA                       NA   8
## 2021   75      986                           NA                       NA   8
## 2022   75      985                           NA                       NA   8
## 2023   75      984                           NA                       NA   8
## 2024   75      983                           NA                       NA   8
## 2025   75      983                           NA                       NA   8
## 2026   75      980                           NA                       NA   8
## 2027   75      980                           NA                       NA   8
## 2028   75      979                           NA                       NA   8
## 2029   80      978                           NA                       NA   8
## 2030   80      975                           NA                       NA   8
## 2031   85      971                           NA                       NA   8
## 2032   90      968                           NA                       NA   8
## 2033   90      969                           NA                       NA   8
## 2034   85      979                           NA                       NA   8
## 2035   80      972                           NA                       NA   8
## 2036   75      975                           NA                       NA   8
## 2037   65      978                           NA                       NA   8
## 2038   55      991                           NA                       NA   8
## 2039   55      991                           NA                       NA   8
## 2040   45      995                           NA                       NA   8
## 2041   25     1012                           NA                       NA   8
## 2042   25     1012                           NA                       NA   8
## 2043   25     1011                           NA                       NA   8
## 2044   30     1010                           NA                       NA   8
## 2045   30     1009                           NA                       NA   8
## 2046   30     1008                           NA                       NA   8
## 2047   30     1007                           NA                       NA   8
## 2048   35     1005                           NA                       NA   8
## 2049   35     1004                           NA                       NA   8
## 2050   40     1003                           NA                       NA   8
## 2051   40     1002                           NA                       NA   8
## 2052   40     1001                           NA                       NA   8
## 2053   45     1000                           NA                       NA   8
## 2054   45      998                           NA                       NA   8
## 2055   45      997                           NA                       NA   8
## 2056   50      994                           NA                       NA   8
## 2057   55      992                           NA                       NA   8
## 2058   60      989                           NA                       NA   8
## 2059   65      986                           NA                       NA   8
## 2060   70      983                           NA                       NA   8
## 2061   70      981                           NA                       NA   8
## 2062   75      979                           NA                       NA   8
## 2063   80      977                           NA                       NA   8
## 2064   80      975                           NA                       NA   8
## 2065   85      973                           NA                       NA   8
## 2066   85      971                           NA                       NA   8
## 2067   90      970                           NA                       NA   8
## 2068   90      969                           NA                       NA   8
## 2069   90      968                           NA                       NA   8
## 2070   90      969                           NA                       NA   8
## 2071   90      971                           NA                       NA   8
## 2072   85      973                           NA                       NA   8
## 2073   80      976                           NA                       NA   8
## 2074   75      980                           NA                       NA   8
## 2075   70      983                           NA                       NA   8
## 2076   65      986                           NA                       NA   8
## 2077   60      991                           NA                       NA   8
## 2078   25     1009                           NA                       NA   8
## 2079   30     1008                           NA                       NA   8
## 2080   30     1007                           NA                       NA   8
## 2081   35     1005                           NA                       NA   8
## 2082   35     1003                           NA                       NA   8
## 2083   40     1001                           NA                       NA   8
## 2084   45     1000                           NA                       NA   8
## 2085   50      998                           NA                       NA   8
## 2086   50      996                           NA                       NA   8
## 2087   55      995                           NA                       NA   8
## 2088   50      995                           NA                       NA   8
## 2089   50      995                           NA                       NA   8
## 2090   45     1000                           NA                       NA   8
## 2091   35     1001                           NA                       NA   8
## 2092   35     1005                           NA                       NA   8
## 2093   30     1006                           NA                       NA   8
## 2094   30     1008                           NA                       NA   8
## 2095   30     1009                           NA                       NA   8
## 2096   30     1009                           NA                       NA   8
## 2097   30     1010                           NA                       NA   8
## 2098   30     1010                           NA                       NA   8
## 2099   30     1010                           NA                       NA   8
## 2100   30     1010                           NA                       NA   8
## 2101   30     1010                           NA                       NA   8
## 2102   30     1009                           NA                       NA   9
## 2103   30     1009                           NA                       NA   9
## 2104   30     1009                           NA                       NA   9
## 2105   30     1009                           NA                       NA   9
## 2106   30     1008                           NA                       NA   9
## 2107   30     1008                           NA                       NA   9
## 2108   30     1008                           NA                       NA   9
## 2109   30     1008                           NA                       NA   9
## 2110   35     1005                           NA                       NA   9
## 2111   35     1005                           NA                       NA   9
## 2112   35     1005                           NA                       NA   9
## 2113   35     1005                           NA                       NA   9
## 2114   40     1004                           NA                       NA   9
## 2115   40     1003                           NA                       NA   9
## 2116   45     1002                           NA                       NA   9
## 2117   45     1000                           NA                       NA   9
## 2118   55      995                           NA                       NA   9
## 2119   65      988                           NA                       NA   9
## 2120   70      982                           NA                       NA   9
## 2121   75      979                           NA                       NA   9
## 2122   75      979                           NA                       NA   9
## 2123   75      979                           NA                       NA   9
## 2124   70      982                           NA                       NA   9
## 2125   70      984                           NA                       NA   9
## 2126   65      988                           NA                       NA   9
## 2127   60      990                           NA                       NA   9
## 2128   55      992                           NA                       NA   9
## 2129   50      994                           NA                       NA   9
## 2130   50      995                           NA                       NA   9
## 2131   45      998                           NA                       NA   9
## 2132   45     1000                           NA                       NA   9
## 2133   40     1002                           NA                       NA   9
## 2134   35     1005                           NA                       NA   9
## 2135   25     1011                           NA                       NA   8
## 2136   30     1009                           NA                       NA   8
## 2137   35     1005                           NA                       NA   8
## 2138   35     1005                           NA                       NA   8
## 2139   45     1000                           NA                       NA   8
## 2140   55      994                           NA                       NA   8
## 2141   65      987                           NA                       NA   9
## 2142   65      987                           NA                       NA   9
## 2143   65      987                           NA                       NA   9
## 2144   65      987                           NA                       NA   9
## 2145   75      980                           NA                       NA   9
## 2146   80      977                           NA                       NA   9
## 2147   85      974                           NA                       NA   9
## 2148   90      970                           NA                       NA   9
## 2149   95      966                           NA                       NA   9
## 2150  100      960                           NA                       NA   9
## 2151  105      948                           NA                       NA   9
## 2152  105      937                           NA                       NA   9
## 2153  105      935                           NA                       NA   9
## 2154  105      937                           NA                       NA   9
## 2155  110      940                           NA                       NA   9
## 2156  115      942                           NA                       NA   9
## 2157  120      942                           NA                       NA   9
## 2158  125      944                           NA                       NA   9
## 2159  125      941                           NA                       NA   9
## 2160  125      941                           NA                       NA   9
## 2161  125      941                           NA                       NA   9
## 2162  125      944                           NA                       NA   9
## 2163  120      942                           NA                       NA   9
## 2164  120      944                           NA                       NA   9
## 2165  120      944                           NA                       NA   9
## 2166  120      943                           NA                       NA   9
## 2167  105      948                           NA                       NA   9
## 2168   95      950                           NA                       NA   9
## 2169   95      951                           NA                       NA   9
## 2170   95      951                           NA                       NA   9
## 2171   90      955                           NA                       NA   9
## 2172   85      961                           NA                       NA   9
## 2173   80      970                           NA                       NA   9
## 2174   75      979                           NA                       NA   9
## 2175   70      987                           NA                       NA   9
## 2176   65      988                           NA                       NA   9
## 2177   65      990                           NA                       NA   9
## 2178   65      990                           NA                       NA   9
## 2179   60      994                           NA                       NA   9
## 2180   60      996                           NA                       NA   9
## 2181   55      998                           NA                       NA   9
## 2182   50     1000                           NA                       NA   9
## 2183   45     1002                           NA                       NA   9
## 2184   40     1003                           NA                       NA   9
## 2185   35     1005                           NA                       NA   9
## 2186   35     1005                           NA                       NA   9
## 2187   35     1006                           NA                       NA   9
## 2188   30     1007                           NA                       NA   9
## 2189   30     1008                           NA                       NA   9
## 2190   30     1009                           NA                       NA   9
## 2191   30     1010                           NA                       NA   9
## 2192   30     1010                           NA                       NA   9
## 2193   25     1010                           NA                       NA   9
## 2194   25     1010                           NA                       NA   9
## 2195   30     1009                           NA                       NA   9
## 2196   30     1007                           NA                       NA   9
## 2197   30     1005                           NA                       NA   9
## 2198   35     1003                           NA                       NA   9
## 2199   40     1002                           NA                       NA   9
## 2200   45     1000                           NA                       NA   9
## 2201   45      998                           NA                       NA   9
## 2202   50      996                           NA                       NA   9
## 2203   55      994                           NA                       NA   9
## 2204   55      992                           NA                       NA   9
## 2205   60      990                           NA                       NA   9
## 2206   65      987                           NA                       NA   9
## 2207   70      984                           NA                       NA   9
## 2208   80      980                           NA                       NA   9
## 2209   85      975                           NA                       NA   9
## 2210   90      970                           NA                       NA   9
## 2211  100      962                           NA                       NA   9
## 2212  110      957                           NA                       NA   9
## 2213  125      940                           NA                       NA   9
## 2214  140      918                           NA                       NA   9
## 2215  135      923                           NA                       NA   9
## 2216  130      927                           NA                       NA   9
## 2217  120      940                           NA                       NA   9
## 2218  120      941                           NA                       NA   9
## 2219  120      941                           NA                       NA   9
## 2220  120      941                           NA                       NA   9
## 2221  120      943                           NA                       NA   9
## 2222  125      949                           NA                       NA   9
## 2223  125      945                           NA                       NA   9
## 2224  130      934                           NA                       NA   9
## 2225  120      940                           NA                       NA   9
## 2226  110      945                           NA                       NA   9
## 2227  110      946                           NA                       NA   9
## 2228  105      958                           NA                       NA   9
## 2229  100      959                           NA                       NA   9
## 2230   90      962                           NA                       NA   9
## 2231   90      964                           NA                       NA   9
## 2232   90      966                           NA                       NA   9
## 2233   90      957                           NA                       NA   9
## 2234   90      957                           NA                       NA   9
## 2235   95      958                           NA                       NA   9
## 2236   95      953                           NA                       NA   9
## 2237  100      950                           NA                       NA   9
## 2238  100      950                           NA                       NA   9
## 2239  110      948                           NA                       NA   9
## 2240  120      944                           NA                       NA   9
## 2241  120      935                           NA                       NA   9
## 2242  120      934                           NA                       NA   9
## 2243   85      952                           NA                       NA   9
## 2244   55      975                           NA                       NA   9
## 2245   40      987                           NA                       NA   9
## 2246   25     1017                           NA                       NA   9
## 2247   30     1010                           NA                       NA   9
## 2248   30     1009                           NA                       NA   9
## 2249   30     1008                           NA                       NA   9
## 2250   30     1007                           NA                       NA   9
## 2251   35     1005                           NA                       NA   9
## 2252   35     1004                           NA                       NA   9
## 2253   40     1003                           NA                       NA   9
## 2254   45     1002                           NA                       NA   9
## 2255   50     1001                           NA                       NA   9
## 2256   55     1001                           NA                       NA   9
## 2257   60     1001                           NA                       NA   9
## 2258   60     1001                           NA                       NA   9
## 2259   50     1002                           NA                       NA   9
## 2260   40     1003                           NA                       NA   9
## 2261   35     1005                           NA                       NA   9
## 2262   35     1007                           NA                       NA   9
## 2263   30     1008                           NA                       NA   9
## 2264   30     1010                           NA                       NA   9
## 2265   25     1011                           NA                       NA   9
## 2266   25     1012                           NA                       NA   9
## 2267   25     1009                           NA                       NA  10
## 2268   30     1006                           NA                       NA  10
## 2269   35     1004                           NA                       NA  10
## 2270   40     1001                           NA                       NA  10
## 2271   45      997                           NA                       NA  10
## 2272   50      995                           NA                       NA  10
## 2273   55      991                           NA                       NA  10
## 2274   55      992                           NA                       NA  10
## 2275   55      992                           NA                       NA  10
## 2276   55      994                           NA                       NA  10
## 2277   55      994                           NA                       NA  10
## 2278   55      994                           NA                       NA  10
## 2279   60      991                           NA                       NA  10
## 2280   65      986                           NA                       NA  10
## 2281   70      982                           NA                       NA  10
## 2282   75      983                           NA                       NA  10
## 2283   75      983                           NA                       NA  10
## 2284   35      991                           NA                       NA  10
## 2285   20     1000                           NA                       NA  10
## 2286   15     1009                           NA                       NA  10
## 2287   25     1005                           NA                       NA  11
## 2288   30     1004                           NA                       NA  11
## 2289   30     1004                           NA                       NA  11
## 2290   30     1005                           NA                       NA  11
## 2291   30     1005                           NA                       NA  11
## 2292   30     1005                           NA                       NA  11
## 2293   35     1004                           NA                       NA  11
## 2294   45     1003                           NA                       NA  11
## 2295   50     1001                           NA                       NA  11
## 2296   50     1000                           NA                       NA  11
## 2297   45     1001                           NA                       NA  12
## 2298   40     1002                           NA                       NA  12
## 2299   35     1003                           NA                       NA  12
## 2300   35     1005                           NA                       NA  12
## 2301   35     1005                           NA                       NA  12
## 2302   35     1005                           NA                       NA  12
## 2303   35     1006                           NA                       NA  12
## 2304   35     1007                           NA                       NA  12
## 2305   35     1007                           NA                       NA  12
## 2306   40     1005                           NA                       NA  12
## 2307   40     1004                           NA                       NA  12
## 2308   40     1001                           NA                       NA  12
## 2309   35     1002                           NA                       NA  12
## 2310   30     1005                           NA                       NA  12
## 2311   25     1010                           NA                       NA   7
## 2312   25     1010                           NA                       NA   7
## 2313   25     1010                           NA                       NA   7
## 2314   25     1010                           NA                       NA   7
## 2315   25     1010                           NA                       NA   7
## 2316   25     1010                           NA                       NA   7
## 2317   25     1009                           NA                       NA   7
## 2318   30     1008                           NA                       NA   7
## 2319   30     1007                           NA                       NA   7
## 2320   35     1006                           NA                       NA   7
## 2321   35     1005                           NA                       NA   7
## 2322   40     1004                           NA                       NA   7
## 2323   45     1003                           NA                       NA   7
## 2324   50     1001                           NA                       NA   7
## 2325   60      995                           NA                       NA   7
## 2326   60      997                           NA                       NA   7
## 2327   50     1000                           NA                       NA   7
## 2328   45     1002                           NA                       NA   7
## 2329   40     1007                           NA                       NA   7
## 2330   35     1009                           NA                       NA   7
## 2331   30     1010                           NA                       NA   7
## 2332   30     1010                           NA                       NA   7
## 2333   25     1014                           NA                       NA   7
## 2334   25     1013                           NA                       NA   7
## 2335   25     1013                           NA                       NA   7
## 2336   25     1013                           NA                       NA   7
## 2337   25     1013                           NA                       NA   8
## 2338   25     1012                           NA                       NA   8
## 2339   30     1012                           NA                       NA   8
## 2340   30     1009                           NA                       NA   8
## 2341   35     1005                           NA                       NA   8
## 2342   45     1002                           NA                       NA   8
## 2343   45     1000                           NA                       NA   8
## 2344   45     1000                           NA                       NA   8
## 2345   45     1000                           NA                       NA   8
## 2346   45     1000                           NA                       NA   8
## 2347   45     1000                           NA                       NA   8
## 2348   45     1000                           NA                       NA   8
## 2349   45     1000                           NA                       NA   8
## 2350   45     1000                           NA                       NA   8
## 2351   45     1000                           NA                       NA   8
## 2352   45     1000                           NA                       NA   8
## 2353   45     1000                           NA                       NA   8
## 2354   45     1000                           NA                       NA   8
## 2355   45     1000                           NA                       NA   8
## 2356   40     1002                           NA                       NA   8
## 2357   40     1004                           NA                       NA   8
## 2358   35     1006                           NA                       NA   8
## 2359   30     1009                           NA                       NA   8
## 2360   30     1011                           NA                       NA   8
## 2361   25     1013                           NA                       NA   8
## 2362   25     1014                           NA                       NA   8
## 2363   25     1016                           NA                       NA   8
## 2364   25     1010                           NA                       NA   8
## 2365   25     1010                           NA                       NA   8
## 2366   25     1008                           NA                       NA   8
## 2367   25     1008                           NA                       NA   8
## 2368   25     1008                           NA                       NA   8
## 2369   30     1007                           NA                       NA   8
## 2370   30     1007                           NA                       NA   8
## 2371   30     1007                           NA                       NA   8
## 2372   35     1005                           NA                       NA   8
## 2373   35     1004                           NA                       NA   8
## 2374   40     1003                           NA                       NA   8
## 2375   35     1005                           NA                       NA   8
## 2376   35     1006                           NA                       NA   8
## 2377   35     1006                           NA                       NA   8
## 2378   35     1007                           NA                       NA   8
## 2379   30     1009                           NA                       NA   8
## 2380   30     1010                           NA                       NA   8
## 2381   30     1010                           NA                       NA   8
## 2382   30     1010                           NA                       NA   8
## 2383   25     1009                           NA                       NA   8
## 2384   25     1008                           NA                       NA   8
## 2385   25     1007                           NA                       NA   8
## 2386   30     1006                           NA                       NA   8
## 2387   35     1005                           NA                       NA   8
## 2388   40     1003                           NA                       NA   8
## 2389   45     1000                           NA                       NA   8
## 2390   55      994                           NA                       NA   8
## 2391   55      994                           NA                       NA   8
## 2392   45     1000                           NA                       NA   8
## 2393   45     1000                           NA                       NA   8
## 2394   45     1000                           NA                       NA   8
## 2395   50     1000                           NA                       NA   8
## 2396   60      998                           NA                       NA   8
## 2397   65      990                           NA                       NA   8
## 2398   75      986                           NA                       NA   8
## 2399   85      980                           NA                       NA   8
## 2400   85      980                           NA                       NA   8
## 2401   55     1000                           NA                       NA   8
## 2402   50     1005                           NA                       NA   8
## 2403   30     1009                           NA                       NA   8
## 2404   25     1010                           NA                       NA   8
## 2405   25     1010                           NA                       NA   8
## 2406   20     1010                           NA                       NA   8
## 2407   20     1010                           NA                       NA   8
## 2408   25     1010                           NA                       NA   8
## 2409   30     1009                           NA                       NA   8
## 2410   30     1007                           NA                       NA   8
## 2411   35     1005                           NA                       NA   8
## 2412   40     1004                           NA                       NA   8
## 2413   45     1002                           NA                       NA   8
## 2414   50     1000                           NA                       NA   8
## 2415   55      997                           NA                       NA   8
## 2416   60      993                           NA                       NA   8
## 2417   65      990                           NA                       NA   8
## 2418   70      984                           NA                       NA   8
## 2419   75      980                           NA                       NA   8
## 2420   85      973                           NA                       NA   8
## 2421   90      967                           NA                       NA   8
## 2422   95      965                           NA                       NA   8
## 2423   95      966                           NA                       NA   8
## 2424   90      969                           NA                       NA   8
## 2425   85      973                           NA                       NA   8
## 2426   80      978                           NA                       NA   8
## 2427   75      981                           NA                       NA   8
## 2428   70      984                           NA                       NA   8
## 2429   75      982                           NA                       NA   8
## 2430   75      979                           NA                       NA   8
## 2431   80      975                           NA                       NA   8
## 2432   85      972                           NA                       NA   8
## 2433   90      968                           NA                       NA   8
## 2434   95      963                           NA                       NA   8
## 2435  100      958                           NA                       NA   8
## 2436  105      956                           NA                       NA   8
## 2437  100      959                           NA                       NA   8
## 2438  100      961                           NA                       NA   8
## 2439   95      964                           NA                       NA   9
## 2440   90      967                           NA                       NA   9
## 2441   85      970                           NA                       NA   9
## 2442   80      974                           NA                       NA   9
## 2443   75      978                           NA                       NA   9
## 2444   70      982                           NA                       NA   9
## 2445   65      985                           NA                       NA   9
## 2446   60      988                           NA                       NA   9
## 2447   55      993                           NA                       NA   9
## 2448   25     1010                           NA                       NA   8
## 2449   30     1009                           NA                       NA   8
## 2450   30     1008                           NA                       NA   8
## 2451   30     1008                           NA                       NA   8
## 2452   30     1007                           NA                       NA   8
## 2453   35     1005                           NA                       NA   8
## 2454   35     1004                           NA                       NA   8
## 2455   40     1003                           NA                       NA   8
## 2456   40     1002                           NA                       NA   8
## 2457   45     1001                           NA                       NA   8
## 2458   45      999                           NA                       NA   8
## 2459   50      997                           NA                       NA   8
## 2460   50      996                           NA                       NA   8
## 2461   55      994                           NA                       NA   8
## 2462   55      993                           NA                       NA   8
## 2463   55      994                           NA                       NA   8
## 2464   55      994                           NA                       NA   8
## 2465   50      995                           NA                       NA   8
## 2466   45      999                           NA                       NA   8
## 2467   35     1003                           NA                       NA   8
## 2468   30     1005                           NA                       NA   8
## 2469   30     1006                           NA                       NA   8
## 2470   30     1008                           NA                       NA   8
## 2471   25     1010                           NA                       NA   8
## 2472   25     1012                           NA                       NA   8
## 2473   20     1014                           NA                       NA   8
## 2474   25     1010                           NA                       NA   9
## 2475   25     1010                           NA                       NA   9
## 2476   25     1009                           NA                       NA   9
## 2477   30     1009                           NA                       NA   9
## 2478   30     1009                           NA                       NA   9
## 2479   30     1008                           NA                       NA   9
## 2480   35     1007                           NA                       NA   9
## 2481   40     1005                           NA                       NA   9
## 2482   45     1004                           NA                       NA   9
## 2483   50     1003                           NA                       NA   9
## 2484   55     1000                           NA                       NA   9
## 2485   60      997                           NA                       NA   9
## 2486   65      994                           NA                       NA   9
## 2487   75      983                           NA                       NA   9
## 2488   85      978                           NA                       NA   9
## 2489   80      979                           NA                       NA   9
## 2490   75      979                           NA                       NA   9
## 2491   70      985                           NA                       NA   9
## 2492   65      994                           NA                       NA   9
## 2493   60      996                           NA                       NA   9
## 2494   55      999                           NA                       NA   9
## 2495   50     1000                           NA                       NA   9
## 2496   55      995                           NA                       NA   9
## 2497   65      990                           NA                       NA   9
## 2498   65      987                           NA                       NA   9
## 2499   65      987                           NA                       NA   9
## 2500   65      987                           NA                       NA   9
## 2501   65      987                           NA                       NA   9
## 2502   65      987                           NA                       NA   9
## 2503   75      984                           NA                       NA   9
## 2504   80      980                           NA                       NA   9
## 2505   80      979                           NA                       NA   9
## 2506   75      979                           NA                       NA   9
## 2507   75      980                           NA                       NA   9
## 2508   70      986                           NA                       NA   9
## 2509   65      987                           NA                       NA   9
## 2510   65      987                           NA                       NA   9
## 2511   65      987                           NA                       NA   9
## 2512   65      987                           NA                       NA   9
## 2513   65      987                           NA                       NA   9
## 2514   65      987                           NA                       NA   9
## 2515   65      987                           NA                       NA   9
## 2516   65      987                           NA                       NA   9
## 2517   65      987                           NA                       NA   9
## 2518   65      987                           NA                       NA   9
## 2519   65      987                           NA                       NA   9
## 2520   65      987                           NA                       NA   9
## 2521   65      987                           NA                       NA   9
## 2522   65      987                           NA                       NA   9
## 2523   60      990                           NA                       NA   9
## 2524   55      995                           NA                       NA   9
## 2525   45      997                           NA                       NA   9
## 2526   45     1000                           NA                       NA   9
## 2527   35     1005                           NA                       NA   9
## 2528   30     1009                           NA                       NA   9
## 2529   30     1009                           NA                       NA   9
## 2530   30     1008                           NA                       NA   9
## 2531   30     1007                           NA                       NA   9
## 2532   30     1007                           NA                       NA   9
## 2533   30     1007                           NA                       NA   9
## 2534   30     1007                           NA                       NA   9
## 2535   30     1009                           NA                       NA   9
## 2536   30     1009                           NA                       NA   9
## 2537   30     1009                           NA                       NA   9
## 2538   30     1009                           NA                       NA   9
## 2539   30     1008                           NA                       NA   9
## 2540   30     1007                           NA                       NA   9
## 2541   35     1005                           NA                       NA   9
## 2542   35     1005                           NA                       NA   9
## 2543   40     1003                           NA                       NA   9
## 2544   40     1002                           NA                       NA   9
## 2545   40     1003                           NA                       NA   9
## 2546   35     1005                           NA                       NA   9
## 2547   35     1006                           NA                       NA   9
## 2548   30     1008                           NA                       NA   9
## 2549   30     1009                           NA                       NA   9
## 2550   30     1009                           NA                       NA   9
## 2551   30     1009                           NA                       NA   9
## 2552   30     1010                           NA                       NA   9
## 2553   25     1012                           NA                       NA   9
## 2554   25     1012                           NA                       NA   9
## 2555   25     1012                           NA                       NA   9
## 2556   25     1012                           NA                       NA   9
## 2557   25     1012                           NA                       NA   9
## 2558   25     1012                           NA                       NA   9
## 2559   25     1012                           NA                       NA   9
## 2560   25     1012                           NA                       NA   9
## 2561   25     1010                           NA                       NA   9
## 2562   30     1009                           NA                       NA   9
## 2563   30     1009                           NA                       NA   9
## 2564   30     1009                           NA                       NA   9
## 2565   30     1009                           NA                       NA   9
## 2566   30     1009                           NA                       NA   9
## 2567   30     1009                           NA                       NA  10
## 2568   30     1007                           NA                       NA  10
## 2569   35     1005                           NA                       NA  10
## 2570   35     1005                           NA                       NA  10
## 2571   35     1005                           NA                       NA  10
## 2572   35     1004                           NA                       NA  10
## 2573   40     1003                           NA                       NA  10
## 2574   35     1005                           NA                       NA  10
## 2575   35     1005                           NA                       NA  10
## 2576   35     1005                           NA                       NA  10
## 2577   35     1005                           NA                       NA  10
## 2578   40     1003                           NA                       NA  10
## 2579   45     1000                           NA                       NA  10
## 2580   50      997                           NA                       NA  10
## 2581   55      994                           NA                       NA  10
## 2582   60      990                           NA                       NA  10
## 2583   65      987                           NA                       NA  10
## 2584   65      986                           NA                       NA  10
## 2585   70      984                           NA                       NA  10
## 2586   75      980                           NA                       NA  10
## 2587   70      984                           NA                       NA  10
## 2588   70      985                           NA                       NA  10
## 2589   60      990                           NA                       NA  10
## 2590   30     1008                           NA                       NA  10
## 2591   35     1007                           NA                       NA  10
## 2592   45     1005                           NA                       NA  10
## 2593   50      997                           NA                       NA  10
## 2594   50      997                           NA                       NA  10
## 2595   55      997                           NA                       NA  10
## 2596   55      996                           NA                       NA  10
## 2597   60      993                           NA                       NA  10
## 2598   70      985                           NA                       NA  10
## 2599   70      991                           NA                       NA  10
## 2600   65      992                           NA                       NA  10
## 2601   60      994                           NA                       NA  10
## 2602   60      995                           NA                       NA  10
## 2603   55      996                           NA                       NA  10
## 2604   55      998                           NA                       NA  10
## 2605   55     1000                           NA                       NA  10
## 2606   50     1001                           NA                       NA  10
## 2607   40     1004                           NA                       NA  10
## 2608   30     1005                           NA                       NA  10
## 2609   30     1005                           NA                       NA  10
## 2610   40     1005                           NA                       NA  10
## 2611   45     1004                           NA                       NA  10
## 2612   45     1004                           NA                       NA  10
## 2613   45     1006                           NA                       NA  10
## 2614   35     1007                           NA                       NA  10
## 2615   65      987                           NA                       NA  10
## 2616   65      987                           NA                       NA  10
## 2617   65      988                           NA                       NA  10
## 2618   65      990                           NA                       NA  10
## 2619   65      995                           NA                       NA  10
## 2620   65      995                           NA                       NA  10
## 2621   65      994                           NA                       NA  10
## 2622   65      993                           NA                       NA  10
## 2623   65      992                           NA                       NA  10
## 2624   65      992                           NA                       NA  10
## 2625   60      995                           NA                       NA  10
## 2626   50      997                           NA                       NA  10
## 2627   50      996                           NA                       NA  10
## 2628   50      995                           NA                       NA  10
## 2629   50      995                           NA                       NA  10
## 2630   45      995                           NA                       NA  10
## 2631   25     1004                           NA                       NA  10
## 2632   30     1002                           NA                       NA  10
## 2633   30     1000                           NA                       NA  10
## 2634   35      996                           NA                       NA  10
## 2635   40      998                           NA                       NA  10
## 2636   45      994                           NA                       NA  10
## 2637   50      993                           NA                       NA  10
## 2638   55      989                           NA                       NA  10
## 2639   50      994                           NA                       NA  10
## 2640   40      998                           NA                       NA  10
## 2641   30      999                           NA                       NA  10
## 2642   20     1004                           NA                       NA  10
## 2643   25     1009                           NA                       NA  10
## 2644   30     1008                           NA                       NA  10
## 2645   30     1006                           NA                       NA  10
## 2646   35     1005                           NA                       NA  10
## 2647   40     1004                           NA                       NA  10
## 2648   45     1003                           NA                       NA  10
## 2649   55     1000                           NA                       NA  10
## 2650   65      995                           NA                       NA  10
## 2651   70      990                           NA                       NA  10
## 2652   75      990                           NA                       NA  10
## 2653   75      994                           NA                       NA  10
## 2654   70      994                           NA                       NA  10
## 2655   65      993                           NA                       NA  10
## 2656   70      992                           NA                       NA  10
## 2657   75      989                           NA                       NA  10
## 2658   70      991                           NA                       NA  10
## 2659   60      998                           NA                       NA  10
## 2660   50     1000                           NA                       NA  10
## 2661   40     1003                           NA                       NA  10
## 2662   35     1005                           NA                       NA  10
## 2663   30     1008                           NA                       NA  10
## 2664   25     1010                           NA                       NA  10
## 2665   20     1010                           NA                       NA  10
## 2666   25     1012                           NA                       NA   7
## 2667   25     1011                           NA                       NA   7
## 2668   25     1010                           NA                       NA   7
## 2669   30     1008                           NA                       NA   7
## 2670   30     1006                           NA                       NA   7
## 2671   40     1003                           NA                       NA   7
## 2672   45     1002                           NA                       NA   7
## 2673   45     1001                           NA                       NA   7
## 2674   45     1000                           NA                       NA   7
## 2675   45     1001                           NA                       NA   7
## 2676   40     1003                           NA                       NA   7
## 2677   35     1005                           NA                       NA   7
## 2678   25     1014                           NA                       NA   8
## 2679   25     1012                           NA                       NA   8
## 2680   30     1010                           NA                       NA   8
## 2681   35     1005                           NA                       NA   8
## 2682   40     1003                           NA                       NA   8
## 2683   45      998                           NA                       NA   8
## 2684   55      996                           NA                       NA   8
## 2685   65      986                           NA                       NA   8
## 2686   70      980                           NA                       NA   8
## 2687   75      979                           NA                       NA   8
## 2688   80      974                           NA                       NA   8
## 2689   85      965                           NA                       NA   8
## 2690   95      957                           NA                       NA   8
## 2691  100      950                           NA                       NA   8
## 2692   95      953                           NA                       NA   8
## 2693   90      962                           NA                       NA   8
## 2694   85      964                           NA                       NA   8
## 2695   60      977                           NA                       NA   8
## 2696   60      981                           NA                       NA   8
## 2697   50      987                           NA                       NA   8
## 2698   45      998                           NA                       NA   8
## 2699   25     1011                           NA                       NA   8
## 2700   30     1009                           NA                       NA   8
## 2701   30     1009                           NA                       NA   8
## 2702   30     1010                           NA                       NA   8
## 2703   30     1010                           NA                       NA   8
## 2704   30     1010                           NA                       NA   8
## 2705   25     1011                           NA                       NA   8
## 2706   25     1014                           NA                       NA   9
## 2707   30     1012                           NA                       NA   9
## 2708   30     1010                           NA                       NA   9
## 2709   30     1008                           NA                       NA   9
## 2710   35     1004                           NA                       NA   9
## 2711   40     1000                           NA                       NA   9
## 2712   50      994                           NA                       NA   9
## 2713   60      987                           NA                       NA   9
## 2714   75      979                           NA                       NA   9
## 2715   95      965                           NA                       NA   9
## 2716  105      953                           NA                       NA   9
## 2717  110      946                           NA                       NA   9
## 2718  115      944                           NA                       NA   9
## 2719  115      946                           NA                       NA   9
## 2720  100      960                           NA                       NA   9
## 2721   90      962                           NA                       NA   9
## 2722   85      964                           NA                       NA   9
## 2723   85      966                           NA                       NA   9
## 2724   80      967                           NA                       NA   9
## 2725   80      972                           NA                       NA   9
## 2726   75      976                           NA                       NA   9
## 2727   75      980                           NA                       NA   9
## 2728   75      984                           NA                       NA   9
## 2729   70      988                           NA                       NA   9
## 2730   60      991                           NA                       NA   9
## 2731   55      995                           NA                       NA   9
## 2732   45      998                           NA                       NA   9
## 2733   40     1001                           NA                       NA   9
## 2734   40     1004                           NA                       NA   9
## 2735   35     1006                           NA                       NA   9
## 2736   30     1009                           NA                       NA   9
## 2737   30     1010                           NA                       NA   9
## 2738   30     1011                           NA                       NA   9
## 2739   30     1012                           NA                       NA   9
## 2740   25     1010                           NA                       NA   9
## 2741   25     1009                           NA                       NA   9
## 2742   25     1008                           NA                       NA   9
## 2743   30     1008                           NA                       NA   9
## 2744   30     1007                           NA                       NA   9
## 2745   30     1006                           NA                       NA   9
## 2746   35     1005                           NA                       NA   9
## 2747   40     1004                           NA                       NA   9
## 2748   40     1002                           NA                       NA   9
## 2749   45     1000                           NA                       NA   9
## 2750   45      999                           NA                       NA   9
## 2751   45      999                           NA                       NA   9
## 2752   45      998                           NA                       NA   9
## 2753   45      999                           NA                       NA   9
## 2754   45      999                           NA                       NA   9
## 2755   40     1000                           NA                       NA   9
## 2756   35     1002                           NA                       NA   9
## 2757   35     1005                           NA                       NA   9
## 2758   30     1010                           NA                       NA   9
## 2759   25     1011                           NA                       NA   9
## 2760   25     1010                           NA                       NA   9
## 2761   30     1009                           NA                       NA   9
## 2762   30     1007                           NA                       NA   9
## 2763   35     1005                           NA                       NA   9
## 2764   40     1002                           NA                       NA   9
## 2765   45     1000                           NA                       NA   9
## 2766   50      998                           NA                       NA   9
## 2767   50      997                           NA                       NA   9
## 2768   50      997                           NA                       NA   9
## 2769   50      998                           NA                       NA   9
## 2770   45     1000                           NA                       NA   9
## 2771   40     1003                           NA                       NA   9
## 2772   35     1007                           NA                       NA   9
## 2773   35     1009                           NA                       NA   9
## 2774   30     1009                           NA                       NA   9
## 2775   25     1010                           NA                       NA  10
## 2776   30     1008                           NA                       NA  10
## 2777   35     1007                           NA                       NA  10
## 2778   40     1006                           NA                       NA  10
## 2779   40     1004                           NA                       NA  10
## 2780   40     1004                           NA                       NA  10
## 2781   40     1002                           NA                       NA  10
## 2782   40     1002                           NA                       NA  10
## 2783   40     1007                           NA                       NA  10
## 2784   25     1009                           NA                       NA  10
## 2785   25     1009                           NA                       NA  10
## 2786   25     1009                           NA                       NA  10
## 2787   25     1009                           NA                       NA  10
## 2788   25     1009                           NA                       NA  10
## 2789   55      993                           NA                       NA  11
## 2790   60      988                           NA                       NA  11
## 2791   65      980                           NA                       NA  11
## 2792   65      981                           NA                       NA  11
## 2793   60      988                           NA                       NA  11
## 2794   50      996                           NA                       NA  11
## 2795   45      998                           NA                       NA  11
## 2796   30     1005                           NA                       NA  11
## 2797   25     1009                           NA                       NA   6
## 2798   30     1007                           NA                       NA   6
## 2799   30     1007                           NA                       NA   6
## 2800   30     1007                           NA                       NA   6
## 2801   30     1007                           NA                       NA   6
## 2802   25     1016                           NA                       NA   7
## 2803   30     1016                           NA                       NA   7
## 2804   30     1016                           NA                       NA   7
## 2805   30     1015                           NA                       NA   7
## 2806   30     1016                           NA                       NA   7
## 2807   25     1016                           NA                       NA   7
## 2808   25     1016                           NA                       NA   7
## 2809   20     1016                           NA                       NA   7
## 2810   25     1010                           NA                       NA   8
## 2811   30     1009                           NA                       NA   8
## 2812   30     1008                           NA                       NA   8
## 2813   35     1006                           NA                       NA   8
## 2814   35     1003                           NA                       NA   8
## 2815   40     1002                           NA                       NA   8
## 2816   45     1001                           NA                       NA   8
## 2817   45     1000                           NA                       NA   8
## 2818   45     1000                           NA                       NA   8
## 2819   45     1001                           NA                       NA   8
## 2820   45     1002                           NA                       NA   8
## 2821   45     1005                           NA                       NA   8
## 2822   45     1007                           NA                       NA   8
## 2823   40     1011                           NA                       NA   8
## 2824   40     1013                           NA                       NA   8
## 2825   40     1015                           NA                       NA   8
## 2826   40     1014                           NA                       NA   8
## 2827   45     1014                           NA                       NA   8
## 2828   45     1010                           NA                       NA   8
## 2829   50     1007                           NA                       NA   8
## 2830   50     1004                           NA                       NA   8
## 2831   55     1000                           NA                       NA   8
## 2832   65      994                           NA                       NA   8
## 2833   80      981                           NA                       NA   8
## 2834   95      969                           NA                       NA   8
## 2835  110      961                           NA                       NA   8
## 2836  130      947                           NA                       NA   8
## 2837  145      933                           NA                       NA   8
## 2838  150      922                           NA                       NA   8
## 2839  140      923                           NA                       NA   8
## 2840  125      930                           NA                       NA   8
## 2841  130      931                           NA                       NA   8
## 2842  130      937                           NA                       NA   8
## 2843  145      926                           NA                       NA   8
## 2844  145      922                           NA                       NA   8
## 2845  115      951                           NA                       NA   8
## 2846  115      947                           NA                       NA   8
## 2847  115      943                           NA                       NA   8
## 2848  115      948                           NA                       NA   8
## 2849  120      946                           NA                       NA   8
## 2850  125      941                           NA                       NA   8
## 2851  125      937                           NA                       NA   8
## 2852  120      955                           NA                       NA   8
## 2853  100      956                           NA                       NA   8
## 2854   80      973                           NA                       NA   8
## 2855   50      991                           NA                       NA   8
## 2856   35      995                           NA                       NA   8
## 2857   30      997                           NA                       NA   8
## 2858   30      998                           NA                       NA   8
## 2859   25      999                           NA                       NA   8
## 2860   20     1000                           NA                       NA   8
## 2861   20     1000                           NA                       NA   8
## 2862   30     1009                           NA                       NA   9
## 2863   30     1008                           NA                       NA   9
## 2864   35     1005                           NA                       NA   9
## 2865   45     1000                           NA                       NA   9
## 2866   65      988                           NA                       NA   9
## 2867   75      980                           NA                       NA   9
## 2868   80      976                           NA                       NA   9
## 2869   85      973                           NA                       NA   9
## 2870   90      970                           NA                       NA   9
## 2871   90      970                           NA                       NA   9
## 2872   85      973                           NA                       NA   9
## 2873   85      974                           NA                       NA   9
## 2874   85      973                           NA                       NA   9
## 2875   90      972                           NA                       NA   9
## 2876   90      970                           NA                       NA   9
## 2877   90      968                           NA                       NA   9
## 2878   95      965                           NA                       NA   9
## 2879   95      966                           NA                       NA   9
## 2880   95      967                           NA                       NA   9
## 2881   90      968                           NA                       NA   9
## 2882   90      969                           NA                       NA   9
## 2883   90      970                           NA                       NA   9
## 2884   85      972                           NA                       NA   9
## 2885   85      974                           NA                       NA   9
## 2886   80      977                           NA                       NA   9
## 2887   75      979                           NA                       NA   9
## 2888   70      983                           NA                       NA   9
## 2889   65      987                           NA                       NA   9
## 2890   60      995                           NA                       NA   9
## 2891   55      995                           NA                       NA   9
## 2892   45     1000                           NA                       NA   9
## 2893   40     1005                           NA                       NA   9
## 2894   35     1007                           NA                       NA   9
## 2895   30     1009                           NA                       NA   9
## 2896   30     1009                           NA                       NA   9
## 2897   30     1008                           NA                       NA   9
## 2898   35     1006                           NA                       NA   9
## 2899   35     1005                           NA                       NA   9
## 2900   40     1003                           NA                       NA   9
## 2901   40     1001                           NA                       NA   9
## 2902   45      999                           NA                       NA   9
## 2903   50      996                           NA                       NA   9
## 2904   55      994                           NA                       NA   9
## 2905   60      993                           NA                       NA   9
## 2906   60      992                           NA                       NA   9
## 2907   60      992                           NA                       NA   9
## 2908   60      993                           NA                       NA   9
## 2909   55      994                           NA                       NA   9
## 2910   55      995                           NA                       NA   9
## 2911   55      995                           NA                       NA   9
## 2912   55      995                           NA                       NA   9
## 2913   50      997                           NA                       NA   9
## 2914   40     1002                           NA                       NA   9
## 2915   25     1012                           NA                       NA   9
## 2916   30     1011                           NA                       NA   9
## 2917   30     1009                           NA                       NA   9
## 2918   35     1005                           NA                       NA   9
## 2919   45     1000                           NA                       NA   9
## 2920   55      995                           NA                       NA   9
## 2921   60      991                           NA                       NA   9
## 2922   65      987                           NA                       NA   9
## 2923   75      981                           NA                       NA   9
## 2924   85      975                           NA                       NA   9
## 2925   90      970                           NA                       NA   9
## 2926   90      967                           NA                       NA   9
## 2927   95      965                           NA                       NA   9
## 2928   95      967                           NA                       NA   9
## 2929   90      970                           NA                       NA   9
## 2930   85      973                           NA                       NA   9
## 2931   75      976                           NA                       NA   9
## 2932   70      979                           NA                       NA   9
## 2933   65      980                           NA                       NA   9
## 2934   65      980                           NA                       NA   9
## 2935   65      980                           NA                       NA   9
## 2936   60      980                           NA                       NA   9
## 2937   55      980                           NA                       NA   9
## 2938   55      981                           NA                       NA   9
## 2939   30     1009                           NA                       NA   9
## 2940   45     1006                           NA                       NA   9
## 2941   45     1005                           NA                       NA   9
## 2942   45     1005                           NA                       NA   9
## 2943   40     1005                           NA                       NA   9
## 2944   40     1006                           NA                       NA   9
## 2945   40     1006                           NA                       NA   9
## 2946   40     1005                           NA                       NA   9
## 2947   40     1005                           NA                       NA   9
## 2948   40     1005                           NA                       NA   9
## 2949   45     1004                           NA                       NA   9
## 2950   45     1004                           NA                       NA   9
## 2951   55     1001                           NA                       NA   9
## 2952   55     1007                           NA                       NA   9
## 2953   55     1007                           NA                       NA   9
## 2954   40     1008                           NA                       NA   9
## 2955   35     1010                           NA                       NA   9
## 2956   25     1014                           NA                       NA   9
## 2957   25     1012                           NA                       NA   9
## 2958   30     1011                           NA                       NA   9
## 2959   30     1011                           NA                       NA   9
## 2960   25     1012                           NA                       NA   9
## 2961   25     1013                           NA                       NA   9
## 2962   25     1012                           NA                       NA   9
## 2963   30     1011                           NA                       NA   9
## 2964   30     1010                           NA                       NA   9
## 2965   30     1009                           NA                       NA   9
## 2966   30     1010                           NA                       NA   9
## 2967   30     1011                           NA                       NA   9
## 2968   25     1012                           NA                       NA   9
## 2969   25     1013                           NA                       NA   9
## 2970   25     1012                           NA                       NA   9
## 2971   30     1011                           NA                       NA   9
## 2972   30     1010                           NA                       NA   9
## 2973   30     1009                           NA                       NA   9
## 2974   30     1010                           NA                       NA   9
## 2975   30     1009                           NA                       NA   9
## 2976   30     1008                           NA                       NA   9
## 2977   30     1009                           NA                       NA   9
## 2978   30     1010                           NA                       NA   9
## 2979   30     1011                           NA                       NA  10
## 2980   25     1012                           NA                       NA  10
## 2981   20     1015                           NA                       NA  10
## 2982   25     1003                           NA                       NA   5
## 2983   25     1002                           NA                       NA   5
## 2984   25     1000                           NA                       NA   6
## 2985   25     1000                           NA                       NA   6
## 2986   30      999                           NA                       NA   6
## 2987   30      999                           NA                       NA   6
## 2988   30      999                           NA                       NA   6
## 2989   30      999                           NA                       NA   6
## 2990   30     1020                           NA                       NA   8
## 2991   30     1020                           NA                       NA   8
## 2992   30     1020                           NA                       NA   8
## 2993   30     1020                           NA                       NA   8
## 2994   30     1020                           NA                       NA   8
## 2995   30     1020                           NA                       NA   8
## 2996   30     1020                           NA                       NA   8
## 2997   30     1020                           NA                       NA   8
## 2998   30     1019                           NA                       NA   8
## 2999   30     1018                           NA                       NA   8
## 3000   30     1017                           NA                       NA   8
## 3001   35     1016                           NA                       NA   8
## 3002   40     1015                           NA                       NA   8
## 3003   45     1013                           NA                       NA   8
## 3004   55     1010                           NA                       NA   8
## 3005   60     1007                           NA                       NA   8
## 3006   65     1004                           NA                       NA   8
## 3007   60     1000                           NA                       NA   8
## 3008   60      997                           NA                       NA   8
## 3009   60      992                           NA                       NA   8
## 3010   65      982                           NA                       NA   8
## 3011   75      981                           NA                       NA   8
## 3012   75      982                           NA                       NA   8
## 3013   75      981                           NA                       NA   8
## 3014   75      976                           NA                       NA   8
## 3015   70      973                           NA                       NA   8
## 3016   70      978                           NA                       NA   8
## 3017   70      979                           NA                       NA   8
## 3018   70      978                           NA                       NA   8
## 3019   70      977                           NA                       NA   8
## 3020   70      976                           NA                       NA   8
## 3021   75      975                           NA                       NA   8
## 3022   75      974                           NA                       NA   8
## 3023   80      972                           NA                       NA   8
## 3024   85      970                           NA                       NA   8
## 3025   95      965                           NA                       NA   8
## 3026  100      962                           NA                       NA   8
## 3027  100      961                           NA                       NA   8
## 3028  100      960                           NA                       NA   9
## 3029  100      962                           NA                       NA   9
## 3030   95      965                           NA                       NA   9
## 3031   90      969                           NA                       NA   9
## 3032   90      971                           NA                       NA   9
## 3033   90      972                           NA                       NA   9
## 3034   90      973                           NA                       NA   9
## 3035   85      974                           NA                       NA   9
## 3036   80      975                           NA                       NA   9
## 3037   75      979                           NA                       NA   9
## 3038   70      985                           NA                       NA   9
## 3039   60      994                           NA                       NA   9
## 3040   50      999                           NA                       NA   9
## 3041   40     1002                           NA                       NA   9
## 3042   35     1001                           NA                       NA   9
## 3043   30     1006                           NA                       NA   9
## 3044   30     1008                           NA                       NA   9
## 3045   30     1009                           NA                       NA   9
## 3046   25     1010                           NA                       NA   9
## 3047   25     1011                           NA                       NA   9
## 3048   25     1012                           NA                       NA   9
## 3049   25     1013                           NA                       NA   9
## 3050   25     1012                           NA                       NA   9
## 3051   40     1010                           NA                       NA   9
## 3052   45     1009                           NA                       NA   9
## 3053   45     1011                           NA                       NA   9
## 3054   40     1012                           NA                       NA   9
## 3055   40     1011                           NA                       NA   9
## 3056   40     1009                           NA                       NA   9
## 3057   40     1007                           NA                       NA   9
## 3058   50      997                           NA                       NA   9
## 3059   65      990                           NA                       NA   9
## 3060   65      990                           NA                       NA   9
## 3061   65      990                           NA                       NA   9
## 3062   65      990                           NA                       NA   9
## 3063   25     1008                           NA                       NA   9
## 3064   30     1005                           NA                       NA   9
## 3065   30     1001                           NA                       NA   9
## 3066   35     1001                           NA                       NA   9
## 3067   35     1005                           NA                       NA   9
## 3068   30     1006                           NA                       NA   9
## 3069   30     1006                           NA                       NA   9
## 3070   30     1006                           NA                       NA   9
## 3071   25     1006                           NA                       NA   9
## 3072   25     1006                           NA                       NA   9
## 3073   25     1006                           NA                       NA   9
## 3074   25     1006                           NA                       NA   9
## 3075   35     1001                           NA                       NA   9
## 3076   35     1000                           NA                       NA   9
## 3077   35     1002                           NA                       NA   9
## 3078   30     1003                           NA                       NA   9
## 3079   30     1003                           NA                       NA   9
## 3080   30     1001                           NA                       NA   9
## 3081   35     1000                           NA                       NA   9
## 3082   40      993                           NA                       NA   9
## 3083   45      992                           NA                       NA   9
## 3084   55      990                           NA                       NA   9
## 3085   65      982                           NA                       NA   9
## 3086   80      978                           NA                       NA   9
## 3087   85      970                           NA                       NA   9
## 3088   85      970                           NA                       NA   9
## 3089   65      984                           NA                       NA   9
## 3090   40     1000                           NA                       NA   9
## 3091   25     1002                           NA                       NA   9
## 3092   20     1004                           NA                       NA   9
## 3093   30     1014                           NA                       NA   9
## 3094   30     1013                           NA                       NA   9
## 3095   30     1012                           NA                       NA   9
## 3096   30     1010                           NA                       NA   9
## 3097   30     1009                           NA                       NA   9
## 3098   30     1008                           NA                       NA   9
## 3099   35     1005                           NA                       NA   9
## 3100   50      998                           NA                       NA   9
## 3101   65      990                           NA                       NA   9
## 3102   60      992                           NA                       NA   9
## 3103   55      994                           NA                       NA   9
## 3104   50      997                           NA                       NA   9
## 3105   30     1012                           NA                       NA   9
## 3106   30     1010                           NA                       NA   9
## 3107   30     1009                           NA                       NA   9
## 3108   30     1008                           NA                       NA   9
## 3109   30     1008                           NA                       NA   9
## 3110   25     1011                           NA                       NA   6
## 3111   25     1010                           NA                       NA   6
## 3112   30     1008                           NA                       NA   6
## 3113   30     1008                           NA                       NA   7
## 3114   30     1008                           NA                       NA   7
## 3115   30     1008                           NA                       NA   7
## 3116   30     1007                           NA                       NA   7
## 3117   35     1006                           NA                       NA   7
## 3118   35     1005                           NA                       NA   7
## 3119   40     1003                           NA                       NA   7
## 3120   45     1000                           NA                       NA   7
## 3121   45      998                           NA                       NA   7
## 3122   50      997                           NA                       NA   7
## 3123   55      993                           NA                       NA   7
## 3124   55      993                           NA                       NA   7
## 3125   45     1000                           NA                       NA   7
## 3126   25     1004                           NA                       NA   7
## 3127   20     1009                           NA                       NA   7
## 3128   20     1011                           NA                       NA   7
## 3129   20     1014                           NA                       NA   7
## 3130   20     1014                           NA                       NA   7
## 3131   20     1013                           NA                       NA   7
## 3132   20     1013                           NA                       NA   7
## 3133   20     1012                           NA                       NA   7
## 3134   15     1013                           NA                       NA   7
## 3135   15     1013                           NA                       NA   7
## 3136   15     1013                           NA                       NA   7
## 3137   15     1013                           NA                       NA   7
## 3138   10     1012                           NA                       NA   7
## 3139   10     1012                           NA                       NA   7
## 3140   10     1012                           NA                       NA   7
## 3141   10     1013                           NA                       NA   7
## 3142   25     1017                           NA                       NA   7
## 3143   30     1015                           NA                       NA   7
## 3144   30     1015                           NA                       NA   7
## 3145   25     1016                           NA                       NA   7
## 3146   20     1016                           NA                       NA   7
## 3147   15     1016                           NA                       NA   7
## 3148   20     1013                           NA                       NA   8
## 3149   25     1012                           NA                       NA   8
## 3150   25     1009                           NA                       NA   8
## 3151   30     1008                           NA                       NA   8
## 3152   35     1007                           NA                       NA   8
## 3153   45     1004                           NA                       NA   8
## 3154   50     1000                           NA                       NA   8
## 3155   50      999                           NA                       NA   8
## 3156   50     1003                           NA                       NA   8
## 3157   30     1004                           NA                       NA   8
## 3158   25     1005                           NA                       NA   8
## 3159   20     1005                           NA                       NA   8
## 3160   15     1006                           NA                       NA   8
## 3161   15     1009                           NA                       NA   8
## 3162   15     1011                           NA                       NA   8
## 3163   15     1011                           NA                       NA   8
## 3164   15     1011                           NA                       NA   8
## 3165   15     1010                           NA                       NA   8
## 3166   15     1010                           NA                       NA   8
## 3167   15     1012                           NA                       NA   8
## 3168   30     1010                           NA                       NA   8
## 3169   30     1008                           NA                       NA   8
## 3170   35     1006                           NA                       NA   8
## 3171   40     1003                           NA                       NA   8
## 3172   50     1000                           NA                       NA   8
## 3173   60      994                           NA                       NA   8
## 3174   60      988                           NA                       NA   8
## 3175   65      987                           NA                       NA   8
## 3176   65      987                           NA                       NA   8
## 3177   65      987                           NA                       NA   8
## 3178   70      985                           NA                       NA   8
## 3179   70      979                           NA                       NA   8
## 3180   70      979                           NA                       NA   8
## 3181   70      980                           NA                       NA   8
## 3182   65      984                           NA                       NA   8
## 3183   60      995                           NA                       NA   8
## 3184   50     1009                           NA                       NA   8
## 3185   45     1010                           NA                       NA   8
## 3186   40     1011                           NA                       NA   8
## 3187   35     1012                           NA                       NA   8
## 3188   35     1013                           NA                       NA   8
## 3189   35     1013                           NA                       NA   8
## 3190   35     1012                           NA                       NA   8
## 3191   35     1008                           NA                       NA   8
## 3192   35     1006                           NA                       NA   8
## 3193   40     1004                           NA                       NA   8
## 3194   40     1003                           NA                       NA   8
## 3195   40     1003                           NA                       NA   8
## 3196   45     1003                           NA                       NA   8
## 3197   45     1003                           NA                       NA   8
## 3198   30     1007                           NA                       NA   8
## 3199   30     1007                           NA                       NA   8
## 3200   30     1006                           NA                       NA   8
## 3201   30     1005                           NA                       NA   8
## 3202   30     1006                           NA                       NA   8
## 3203   30     1006                           NA                       NA   8
## 3204   30     1006                           NA                       NA   8
## 3205   30     1007                           NA                       NA   8
## 3206   30     1008                           NA                       NA   8
## 3207   25     1011                           NA                       NA   9
## 3208   30     1010                           NA                       NA   9
## 3209   45     1010                           NA                       NA   9
## 3210   55     1007                           NA                       NA   9
## 3211   60     1006                           NA                       NA   9
## 3212   55     1007                           NA                       NA   9
## 3213   50     1008                           NA                       NA   9
## 3214   50     1008                           NA                       NA   9
## 3215   25     1010                           NA                       NA   9
## 3216   25     1010                           NA                       NA   9
## 3217   30     1009                           NA                       NA   9
## 3218   35     1005                           NA                       NA   9
## 3219   45     1000                           NA                       NA   9
## 3220   50      997                           NA                       NA   9
## 3221   50      998                           NA                       NA   9
## 3222   45     1000                           NA                       NA   9
## 3223   45     1001                           NA                       NA   9
## 3224   40     1003                           NA                       NA   9
## 3225   35     1005                           NA                       NA   9
## 3226   30     1007                           NA                       NA   9
## 3227   30     1009                           NA                       NA   9
## 3228   25     1010                           NA                       NA   9
## 3229   25     1010                           NA                       NA   9
## 3230   25     1010                           NA                       NA   9
## 3231   25     1010                           NA                       NA   9
## 3232   20     1011                           NA                       NA   9
## 3233   25     1008                           NA                       NA   9
## 3234   30     1007                           NA                       NA   9
## 3235   30     1007                           NA                       NA   9
## 3236   30     1006                           NA                       NA   9
## 3237   30     1005                           NA                       NA   9
## 3238   30     1004                           NA                       NA   9
## 3239   30     1006                           NA                       NA   9
## 3240   25     1007                           NA                       NA   9
## 3241   25     1007                           NA                       NA   9
## 3242   25     1007                           NA                       NA   9
## 3243   30     1008                           NA                       NA   9
## 3244   30     1008                           NA                       NA   9
## 3245   30     1007                           NA                       NA   9
## 3246   30     1008                           NA                       NA   9
## 3247   30     1008                           NA                       NA   9
## 3248   30     1008                           NA                       NA   9
## 3249   25     1009                           NA                       NA   9
## 3250   25     1007                           NA                       NA   9
## 3251   25     1006                           NA                       NA   9
## 3252   30     1006                           NA                       NA   9
## 3253   30     1005                           NA                       NA   9
## 3254   30     1004                           NA                       NA   9
## 3255   30     1005                           NA                       NA   9
## 3256   25     1006                           NA                       NA   9
## 3257   25     1009                           NA                       NA  11
## 3258   25     1008                           NA                       NA  11
## 3259   30     1007                           NA                       NA  11
## 3260   30     1007                           NA                       NA  11
## 3261   30     1007                           NA                       NA  11
## 3262   30     1007                           NA                       NA  11
## 3263   30     1007                           NA                       NA  11
## 3264   30     1008                           NA                       NA  11
## 3265   30     1008                           NA                       NA  11
## 3266   35     1006                           NA                       NA  11
## 3267   35     1006                           NA                       NA  11
## 3268   35     1003                           NA                       NA  11
## 3269   35     1005                           NA                       NA  11
## 3270   35     1004                           NA                       NA  11
## 3271   40     1000                           NA                       NA  11
## 3272   40      999                           NA                       NA  11
## 3273   40      999                           NA                       NA  11
## 3274   35      999                           NA                       NA  11
## 3275   35      999                           NA                       NA  11
## 3276   35     1000                           NA                       NA  11
## 3277   40     1001                           NA                       NA  11
## 3278   40     1000                           NA                       NA  11
## 3279   40     1000                           NA                       NA  11
## 3280   40     1001                           NA                       NA  11
## 3281   40      999                           NA                       NA  11
## 3282   45      998                           NA                       NA  11
## 3283   45      997                           NA                       NA  11
## 3284   45      998                           NA                       NA  11
## 3285   45      998                           NA                       NA  11
## 3286   45      999                           NA                       NA  11
## 3287   45      999                           NA                       NA  11
## 3288   45      999                           NA                       NA  11
## 3289   45      998                           NA                       NA  11
## 3290   45      998                           NA                       NA  11
## 3291   45      997                           NA                       NA  11
## 3292   45      995                           NA                       NA  11
## 3293   45      996                           NA                       NA  11
## 3294   45      995                           NA                       NA  11
## 3295   55      993                           NA                       NA  11
## 3296   55      989                           NA                       NA  11
## 3297   60      987                           NA                       NA  11
## 3298   65      981                           NA                       NA  11
## 3299   75      980                           NA                       NA  11
## 3300   70      981                           NA                       NA  11
## 3301   70      984                           NA                       NA  11
## 3302   60      986                           NA                       NA  11
## 3303   50      992                           NA                       NA  11
## 3304   45      996                           NA                       NA  11
## 3305   40     1000                           NA                       NA  11
## 3306   35     1005                           NA                       NA  11
## 3307   35     1007                           NA                       NA  11
## 3308   30     1008                           NA                       NA  11
## 3309   30     1009                           NA                       NA  11
## 3310   25     1009                           NA                       NA  11
## 3311   25     1010                           NA                       NA  11
## 3312   25     1011                           NA                       NA  11
## 3313   20     1012                           NA                       NA  11
## 3314   20     1013                           NA                       NA  11
## 3315   20     1013                           NA                       NA  11
## 3316   30     1005                           NA                       NA   6
## 3317   30     1004                           NA                       NA   6
## 3318   35     1003                           NA                       NA   6
## 3319   40     1001                           NA                       NA   6
## 3320   50      997                           NA                       NA   6
## 3321   60      995                           NA                       NA   6
## 3322   65      987                           NA                       NA   6
## 3323   65      988                           NA                       NA   6
## 3324   65      988                           NA                       NA   6
## 3325   60      990                           NA                       NA   6
## 3326   60      990                           NA                       NA   6
## 3327   60      991                           NA                       NA   6
## 3328   55      991                           NA                       NA   6
## 3329   45      993                           NA                       NA   6
## 3330   30      993                           NA                       NA   6
## 3331   20     1019                           NA                       NA   7
## 3332   20     1019                           NA                       NA   7
## 3333   20     1018                           NA                       NA   7
## 3334   25     1017                           NA                       NA   7
## 3335   25     1016                           NA                       NA   7
## 3336   30     1013                           NA                       NA   7
## 3337   30     1011                           NA                       NA   7
## 3338   30     1009                           NA                       NA   7
## 3339   35     1007                           NA                       NA   7
## 3340   40     1004                           NA                       NA   7
## 3341   60     1001                           NA                       NA   7
## 3342   60      998                           NA                       NA   7
## 3343   60      997                           NA                       NA   7
## 3344   55      997                           NA                       NA   7
## 3345   50      997                           NA                       NA   7
## 3346   50      997                           NA                       NA   7
## 3347   50      996                           NA                       NA   7
## 3348   50      995                           NA                       NA   7
## 3349   50      993                           NA                       NA   7
## 3350   50      991                           NA                       NA   7
## 3351   50      990                           NA                       NA   7
## 3352   45      990                           NA                       NA   7
## 3353   45      990                           NA                       NA   7
## 3354   40      989                           NA                       NA   7
## 3355   25     1012                           NA                       NA   7
## 3356   25     1012                           NA                       NA   7
## 3357   25     1012                           NA                       NA   7
## 3358   30     1011                           NA                       NA   7
## 3359   30     1011                           NA                       NA   7
## 3360   30     1011                           NA                       NA   7
## 3361   30     1010                           NA                       NA   7
## 3362   30     1010                           NA                       NA   7
## 3363   35     1006                           NA                       NA   7
## 3364   35     1008                           NA                       NA   7
## 3365   35     1009                           NA                       NA   7
## 3366   40     1010                           NA                       NA   7
## 3367   40     1009                           NA                       NA   7
## 3368   45     1006                           NA                       NA   7
## 3369   45     1006                           NA                       NA   7
## 3370   45     1005                           NA                       NA   7
## 3371   45     1004                           NA                       NA   7
## 3372   50      999                           NA                       NA   7
## 3373   50      999                           NA                       NA   7
## 3374   55      997                           NA                       NA   7
## 3375   60      991                           NA                       NA   7
## 3376   60      995                           NA                       NA   7
## 3377   60      997                           NA                       NA   7
## 3378   55      995                           NA                       NA   7
## 3379   55      994                           NA                       NA   7
## 3380   55      994                           NA                       NA   7
## 3381   50      995                           NA                       NA   7
## 3382   50      996                           NA                       NA   7
## 3383   50      997                           NA                       NA   7
## 3384   50      997                           NA                       NA   7
## 3385   50      998                           NA                       NA   7
## 3386   50      998                           NA                       NA   7
## 3387   50      999                           NA                       NA   7
## 3388   50      999                           NA                       NA   7
## 3389   50     1000                           NA                       NA   7
## 3390   25     1009                           NA                       NA   7
## 3391   30     1008                           NA                       NA   7
## 3392   30     1008                           NA                       NA   7
## 3393   30     1008                           NA                       NA   7
## 3394   30     1007                           NA                       NA   7
## 3395   30     1007                           NA                       NA   7
## 3396   30     1006                           NA                       NA   7
## 3397   30     1005                           NA                       NA   7
## 3398   35     1003                           NA                       NA   7
## 3399   40      999                           NA                       NA   7
## 3400   40      999                           NA                       NA   7
## 3401   30     1002                           NA                       NA   7
## 3402   25     1003                           NA                       NA   7
## 3403   20     1003                           NA                       NA   7
## 3404   20     1004                           NA                       NA   8
## 3405   20     1004                           NA                       NA   8
## 3406   20     1004                           NA                       NA   8
## 3407   20     1004                           NA                       NA   8
## 3408   20     1004                           NA                       NA   8
## 3409   20     1004                           NA                       NA   8
## 3410   20     1004                           NA                       NA   8
## 3411   20     1004                           NA                       NA   8
## 3412   45     1004                           NA                       NA   7
## 3413   50     1003                           NA                       NA   7
## 3414   55      999                           NA                       NA   7
## 3415   60      997                           NA                       NA   7
## 3416   70      992                           NA                       NA   8
## 3417   75      988                           NA                       NA   8
## 3418   75      985                           NA                       NA   8
## 3419   75      980                           NA                       NA   8
## 3420   75      982                           NA                       NA   8
## 3421   75      985                           NA                       NA   8
## 3422   75      984                           NA                       NA   8
## 3423   50      990                           NA                       NA   8
## 3424   60      988                           NA                       NA   8
## 3425   65      985                           NA                       NA   8
## 3426   70      979                           NA                       NA   8
## 3427   80      974                           NA                       NA   8
## 3428   85      973                           NA                       NA   8
## 3429   75      973                           NA                       NA   8
## 3430   65      985                           NA                       NA   8
## 3431   45      997                           NA                       NA   8
## 3432   35     1001                           NA                       NA   8
## 3433   20     1003                           NA                       NA   8
## 3434   20     1003                           NA                       NA   8
## 3435   20     1003                           NA                       NA   8
## 3436   20     1003                           NA                       NA   8
## 3437   20     1003                           NA                       NA   8
## 3438   20     1003                           NA                       NA   8
## 3439   20     1003                           NA                       NA   8
## 3440   20     1005                           NA                       NA   8
## 3441   20     1008                           NA                       NA   8
## 3442   20     1008                           NA                       NA   8
## 3443   20     1005                           NA                       NA   8
## 3444   20     1004                           NA                       NA   8
## 3445   25     1003                           NA                       NA   8
## 3446   30     1003                           NA                       NA   8
## 3447   30     1002                           NA                       NA   8
## 3448   30     1002                           NA                       NA   8
## 3449   30     1003                           NA                       NA   8
## 3450   20     1003                           NA                       NA   8
## 3451   30     1010                           NA                       NA   8
## 3452   30     1008                           NA                       NA   8
## 3453   30     1007                           NA                       NA   8
## 3454   35     1005                           NA                       NA   8
## 3455   40     1004                           NA                       NA   8
## 3456   45     1003                           NA                       NA   8
## 3457   45     1001                           NA                       NA   8
## 3458   45     1000                           NA                       NA   8
## 3459   50      998                           NA                       NA   8
## 3460   55      995                           NA                       NA   8
## 3461   60      993                           NA                       NA   8
## 3462   60      991                           NA                       NA   8
## 3463   65      987                           NA                       NA   8
## 3464   70      980                           NA                       NA   8
## 3465   80      972                           NA                       NA   8
## 3466   90      965                           NA                       NA   8
## 3467  100      955                           NA                       NA   8
## 3468  110      943                           NA                       NA   8
## 3469  115      932                           NA                       NA   8
## 3470  120      929                           NA                       NA   8
## 3471  115      930                           NA                       NA   8
## 3472  105      937                           NA                       NA   8
## 3473  100      942                           NA                       NA   8
## 3474   95      947                           NA                       NA   8
## 3475   90      948                           NA                       NA   8
## 3476   80      954                           NA                       NA   8
## 3477   80      962                           NA                       NA   8
## 3478   75      962                           NA                       NA   8
## 3479   75      962                           NA                       NA   8
## 3480   75      964                           NA                       NA   8
## 3481   70      968                           NA                       NA   8
## 3482   70      965                           NA                       NA   8
## 3483   70      963                           NA                       NA   8
## 3484   70      966                           NA                       NA   8
## 3485   70      968                           NA                       NA   8
## 3486   70      970                           NA                       NA   8
## 3487   65      968                           NA                       NA   8
## 3488   65      971                           NA                       NA   8
## 3489   65      972                           NA                       NA   8
## 3490   65      973                           NA                       NA   8
## 3491   65      973                           NA                       NA   8
## 3492   65      971                           NA                       NA   8
## 3493   65      970                           NA                       NA   8
## 3494   70      971                           NA                       NA   8
## 3495   70      970                           NA                       NA   8
## 3496   70      970                           NA                       NA   8
## 3497   70      971                           NA                       NA   8
## 3498   70      973                           NA                       NA   8
## 3499   65      976                           NA                       NA   8
## 3500   60      979                           NA                       NA   8
## 3501   60      982                           NA                       NA   8
## 3502   60      985                           NA                       NA   8
## 3503   60      986                           NA                       NA   8
## 3504   55      988                           NA                       NA   8
## 3505   50      989                           NA                       NA   8
## 3506   50      988                           NA                       NA   8
## 3507   50      987                           NA                       NA   8
## 3508   50      986                           NA                       NA   8
## 3509   50      985                           NA                       NA   8
## 3510   30     1007                           NA                       NA   8
## 3511   30     1004                           NA                       NA   8
## 3512   30     1002                           NA                       NA   8
## 3513   35      999                           NA                       NA   8
## 3514   40      997                           NA                       NA   8
## 3515   45      995                           NA                       NA   8
## 3516   50      993                           NA                       NA   8
## 3517   55      991                           NA                       NA   8
## 3518   60      990                           NA                       NA   8
## 3519   60      988                           NA                       NA   8
## 3520   30      999                           NA                       NA   8
## 3521   30     1009                           NA                       NA   8
## 3522   35     1005                           NA                       NA   8
## 3523   45     1002                           NA                       NA   8
## 3524   50      998                           NA                       NA   8
## 3525   60      995                           NA                       NA   8
## 3526   65      987                           NA                       NA   8
## 3527   70      985                           NA                       NA   8
## 3528   75      982                           NA                       NA   8
## 3529   80      975                           NA                       NA   8
## 3530   85      973                           NA                       NA   8
## 3531   90      971                           NA                       NA   8
## 3532   95      968                           NA                       NA   8
## 3533   90      970                           NA                       NA   8
## 3534   90      970                           NA                       NA   8
## 3535   90      970                           NA                       NA   8
## 3536   90      970                           NA                       NA   8
## 3537   90      970                           NA                       NA   8
## 3538   90      970                           NA                       NA   8
## 3539   85      972                           NA                       NA   8
## 3540   80      975                           NA                       NA   8
## 3541   80      980                           NA                       NA   8
## 3542   75      982                           NA                       NA   8
## 3543   70      984                           NA                       NA   8
## 3544   70      986                           NA                       NA   8
## 3545   65      992                           NA                       NA   8
## 3546   65      994                           NA                       NA   8
## 3547   65      991                           NA                       NA   8
## 3548   65      987                           NA                       NA   8
## 3549   65      985                           NA                       NA   8
## 3550   70      983                           NA                       NA   8
## 3551   75      981                           NA                       NA   8
## 3552   75      979                           NA                       NA   8
## 3553   80      978                           NA                       NA   8
## 3554   80      976                           NA                       NA   8
## 3555   80      974                           NA                       NA   8
## 3556   80      971                           NA                       NA   8
## 3557   80      970                           NA                       NA   8
## 3558   80      971                           NA                       NA   8
## 3559   70      985                           NA                       NA   8
## 3560   60      995                           NA                       NA   8
## 3561   45     1000                           NA                       NA   9
## 3562   30     1008                           NA                       NA   8
## 3563   35     1007                           NA                       NA   8
## 3564   35     1006                           NA                       NA   8
## 3565   40     1004                           NA                       NA   8
## 3566   55      998                           NA                       NA   8
## 3567   75      991                           NA                       NA   8
## 3568   70      992                           NA                       NA   8
## 3569   70      992                           NA                       NA   8
## 3570   65      992                           NA                       NA   8
## 3571   60      992                           NA                       NA   8
## 3572   55      995                           NA                       NA   8
## 3573   55      996                           NA                       NA   8
## 3574   55      999                           NA                       NA   8
## 3575   50      998                           NA                       NA   8
## 3576   50     1000                           NA                       NA   8
## 3577   45      999                           NA                       NA   8
## 3578   45     1000                           NA                       NA   8
## 3579   40     1003                           NA                       NA   8
## 3580   35     1006                           NA                       NA   8
## 3581   40     1005                           NA                       NA   8
## 3582   45     1002                           NA                       NA   8
## 3583   50      995                           NA                       NA   8
## 3584   55      993                           NA                       NA   8
## 3585   55      993                           NA                       NA   8
## 3586   55      989                           NA                       NA   8
## 3587   60      985                           NA                       NA   8
## 3588   65      983                           NA                       NA   8
## 3589   70      981                           NA                       NA   8
## 3590   80      974                           NA                       NA   8
## 3591   75      973                           NA                       NA   8
## 3592   70      975                           NA                       NA   8
## 3593   70      976                           NA                       NA   8
## 3594   70      977                           NA                       NA   8
## 3595   75      972                           NA                       NA   8
## 3596   75      971                           NA                       NA   8
## 3597   75      971                           NA                       NA   8
## 3598   75      971                           NA                       NA   8
## 3599   75      971                           NA                       NA   8
## 3600   85      968                           NA                       NA   8
## 3601   90      967                           NA                       NA   9
## 3602   95      965                           NA                       NA   9
## 3603   90      967                           NA                       NA   9
## 3604   85      969                           NA                       NA   9
## 3605   85      971                           NA                       NA   9
## 3606   85      973                           NA                       NA   9
## 3607   80      978                           NA                       NA   9
## 3608   75      983                           NA                       NA   9
## 3609   75      982                           NA                       NA   9
## 3610   75      982                           NA                       NA   9
## 3611   75      982                           NA                       NA   9
## 3612   70      985                           NA                       NA   9
## 3613   65      987                           NA                       NA   9
## 3614   60      990                           NA                       NA   9
## 3615   20     1010                           NA                       NA   8
## 3616   25     1009                           NA                       NA   8
## 3617   30     1008                           NA                       NA   8
## 3618   35     1008                           NA                       NA   8
## 3619   35     1006                           NA                       NA   8
## 3620   35     1005                           NA                       NA   8
## 3621   35     1005                           NA                       NA   8
## 3622   35     1004                           NA                       NA   8
## 3623   30     1002                           NA                       NA   8
## 3624   30     1002                           NA                       NA   8
## 3625   30     1002                           NA                       NA   8
## 3626   25     1004                           NA                       NA   8
## 3627   25     1005                           NA                       NA   8
## 3628   25     1005                           NA                       NA   8
## 3629   20     1005                           NA                       NA   8
## 3630   20     1005                           NA                       NA   8
## 3631   20     1006                           NA                       NA   8
## 3632   20     1006                           NA                       NA   8
## 3633   20     1006                           NA                       NA   8
## 3634   20     1006                           NA                       NA   8
## 3635   20     1006                           NA                       NA   8
## 3636   20     1006                           NA                       NA   8
## 3637   30     1009                           NA                       NA   8
## 3638   30     1008                           NA                       NA   8
## 3639   30     1008                           NA                       NA   8
## 3640   30     1007                           NA                       NA   8
## 3641   30     1007                           NA                       NA   8
## 3642   30     1006                           NA                       NA   8
## 3643   30     1006                           NA                       NA   8
## 3644   35     1005                           NA                       NA   8
## 3645   40     1003                           NA                       NA   8
## 3646   45     1001                           NA                       NA   8
## 3647   45     1000                           NA                       NA   8
## 3648   45     1000                           NA                       NA   8
## 3649   45     1000                           NA                       NA   8
## 3650   45     1001                           NA                       NA   8
## 3651   45     1002                           NA                       NA   8
## 3652   40     1003                           NA                       NA   8
## 3653   40     1003                           NA                       NA   8
## 3654   40     1004                           NA                       NA   8
## 3655   40     1004                           NA                       NA   8
## 3656   40     1003                           NA                       NA   8
## 3657   40     1002                           NA                       NA   8
## 3658   40     1001                           NA                       NA   8
## 3659   40     1001                           NA                       NA   9
## 3660   40     1001                           NA                       NA   9
## 3661   35     1001                           NA                       NA   9
## 3662   35     1001                           NA                       NA   9
## 3663   35     1001                           NA                       NA   9
## 3664   35     1001                           NA                       NA   9
## 3665   30     1001                           NA                       NA   9
## 3666   30     1001                           NA                       NA   9
## 3667   30     1002                           NA                       NA   9
## 3668   30     1008                           NA                       NA   8
## 3669   35     1005                           NA                       NA   8
## 3670   40     1000                           NA                       NA   8
## 3671   40     1000                           NA                       NA   8
## 3672   35     1003                           NA                       NA   8
## 3673   35     1005                           NA                       NA   8
## 3674   35     1005                           NA                       NA   8
## 3675   35     1005                           NA                       NA   8
## 3676   45     1002                           NA                       NA   8
## 3677   55      998                           NA                       NA   8
## 3678   75      992                           NA                       NA   8
## 3679   80      979                           NA                       NA   8
## 3680   90      971                           NA                       NA   8
## 3681  100      965                           NA                       NA   9
## 3682  105      958                           NA                       NA   9
## 3683  115      950                           NA                       NA   9
## 3684  115      948                           NA                       NA   9
## 3685  115      948                           NA                       NA   9
## 3686  115      948                           NA                       NA   9
## 3687  120      948                           NA                       NA   9
## 3688  120      948                           NA                       NA   9
## 3689  120      948                           NA                       NA   9
## 3690  120      948                           NA                       NA   9
## 3691  120      948                           NA                       NA   9
## 3692  125      945                           NA                       NA   9
## 3693  125      942                           NA                       NA   9
## 3694  130      940                           NA                       NA   9
## 3695  130      945                           NA                       NA   9
## 3696  125      943                           NA                       NA   9
## 3697  125      940                           NA                       NA   9
## 3698  120      939                           NA                       NA   9
## 3699  115      945                           NA                       NA   9
## 3700  115      944                           NA                       NA   9
## 3701  115      942                           NA                       NA   9
## 3702  120      939                           NA                       NA   9
## 3703  120      943                           NA                       NA   9
## 3704  125      940                           NA                       NA   9
## 3705  125      938                           NA                       NA   9
## 3706  120      936                           NA                       NA   9
## 3707  115      941                           NA                       NA   9
## 3708  115      938                           NA                       NA   9
## 3709  115      935                           NA                       NA   9
## 3710  115      939                           NA                       NA   9
## 3711  110      941                           NA                       NA   9
## 3712  105      944                           NA                       NA   9
## 3713  100      945                           NA                       NA   9
## 3714   95      949                           NA                       NA   9
## 3715   90      952                           NA                       NA   9
## 3716   85      955                           NA                       NA   9
## 3717   85      959                           NA                       NA   9
## 3718   85      963                           NA                       NA   9
## 3719   85      961                           NA                       NA   9
## 3720   25     1009                           NA                       NA   9
## 3721   25     1009                           NA                       NA   9
## 3722   25     1009                           NA                       NA   9
## 3723   25     1009                           NA                       NA   9
## 3724   25     1009                           NA                       NA   9
## 3725   25     1009                           NA                       NA   9
## 3726   25     1009                           NA                       NA   9
## 3727   30     1008                           NA                       NA   9
## 3728   30     1008                           NA                       NA   9
## 3729   30     1008                           NA                       NA   9
## 3730   30     1008                           NA                       NA   9
## 3731   30     1008                           NA                       NA   9
## 3732   30     1008                           NA                       NA   9
## 3733   30     1008                           NA                       NA   9
## 3734   30     1009                           NA                       NA   9
## 3735   30     1009                           NA                       NA   9
## 3736   25     1009                           NA                       NA   9
## 3737   30     1006                           NA                       NA   9
## 3738   35     1004                           NA                       NA   9
## 3739   45      999                           NA                       NA   9
## 3740   55      995                           NA                       NA   9
## 3741   60      990                           NA                       NA   9
## 3742   65      988                           NA                       NA   9
## 3743   70      987                           NA                       NA   9
## 3744   70      986                           NA                       NA   9
## 3745   70      983                           NA                       NA   9
## 3746   70      984                           NA                       NA   9
## 3747   75      985                           NA                       NA   9
## 3748   80      977                           NA                       NA   9
## 3749   80      974                           NA                       NA   9
## 3750   85      969                           NA                       NA   9
## 3751   90      962                           NA                       NA   9
## 3752   95      952                           NA                       NA   9
## 3753   95      951                           NA                       NA   9
## 3754  100      950                           NA                       NA   9
## 3755  100      950                           NA                       NA   9
## 3756  100      949                           NA                       NA   9
## 3757   95      953                           NA                       NA   9
## 3758   80      965                           NA                       NA   9
## 3759   80      968                           NA                       NA   9
## 3760   85      963                           NA                       NA   9
## 3761   85      965                           NA                       NA   9
## 3762   85      966                           NA                       NA   9
## 3763   80      966                           NA                       NA   9
## 3764   80      969                           NA                       NA   9
## 3765   75      970                           NA                       NA   9
## 3766   75      976                           NA                       NA   9
## 3767   80      974                           NA                       NA   9
## 3768   80      974                           NA                       NA   9
## 3769   75      976                           NA                       NA   9
## 3770   70      978                           NA                       NA   9
## 3771   70      980                           NA                       NA   9
## 3772   65      982                           NA                       NA   9
## 3773   65      984                           NA                       NA   9
## 3774   65      987                           NA                       NA   9
## 3775   60      990                           NA                       NA   9
## 3776   55      992                           NA                       NA   9
## 3777   25     1007                           NA                       NA   9
## 3778   30     1006                           NA                       NA   9
## 3779   30     1005                           NA                       NA   9
## 3780   35     1005                           NA                       NA   9
## 3781   40     1002                           NA                       NA   9
## 3782   45     1000                           NA                       NA   9
## 3783   50      998                           NA                       NA   9
## 3784   60      995                           NA                       NA   9
## 3785   65      987                           NA                       NA   9
## 3786   65      987                           NA                       NA   9
## 3787   65      987                           NA                       NA   9
## 3788   65      987                           NA                       NA   9
## 3789   65      987                           NA                       NA   9
## 3790   65      987                           NA                       NA   9
## 3791   65      987                           NA                       NA   9
## 3792   60      990                           NA                       NA   9
## 3793   55      993                           NA                       NA   9
## 3794   50      994                           NA                       NA  10
## 3795   50      995                           NA                       NA  10
## 3796   45     1000                           NA                       NA  10
## 3797   45     1000                           NA                       NA  10
## 3798   45     1000                           NA                       NA  10
## 3799   45     1000                           NA                       NA  10
## 3800   45     1000                           NA                       NA  10
## 3801   45     1000                           NA                       NA  10
## 3802   45     1000                           NA                       NA  10
## 3803   40     1000                           NA                       NA  10
## 3804   45     1000                           NA                       NA  10
## 3805   45     1000                           NA                       NA  10
## 3806   45      999                           NA                       NA  10
## 3807   50      998                           NA                       NA  10
## 3808   50      997                           NA                       NA  10
## 3809   55      994                           NA                       NA  10
## 3810   65      987                           NA                       NA  10
## 3811   65      987                           NA                       NA  10
## 3812   65      987                           NA                       NA  10
## 3813   65      987                           NA                       NA  10
## 3814   60      990                           NA                       NA  10
## 3815   55      994                           NA                       NA  10
## 3816   50      997                           NA                       NA  10
## 3817   40     1001                           NA                       NA  10
## 3818   35     1004                           NA                       NA  10
## 3819   25     1004                           NA                       NA   9
## 3820   25     1004                           NA                       NA   9
## 3821   25     1004                           NA                       NA   9
## 3822   25     1003                           NA                       NA   9
## 3823   25     1003                           NA                       NA   9
## 3824   25     1003                           NA                       NA   9
## 3825   25     1003                           NA                       NA   9
## 3826   25     1003                           NA                       NA   9
## 3827   30     1003                           NA                       NA   9
## 3828   30     1002                           NA                       NA   9
## 3829   30     1002                           NA                       NA   9
## 3830   35     1001                           NA                       NA   9
## 3831   40     1000                           NA                       NA   9
## 3832   45      994                           NA                       NA  10
## 3833   45      987                           NA                       NA  10
## 3834   45      986                           NA                       NA  10
## 3835   50      985                           NA                       NA  10
## 3836   55      984                           NA                       NA  10
## 3837   60      980                           NA                       NA  10
## 3838   65      973                           NA                       NA  10
## 3839   65      972                           NA                       NA  10
## 3840   70      970                           NA                       NA  10
## 3841   75      969                           NA                       NA  10
## 3842   80      968                           NA                       NA  10
## 3843   85      965                           NA                       NA  10
## 3844  100      953                           NA                       NA  10
## 3845  110      935                           NA                       NA  10
## 3846  130      916                           NA                       NA  10
## 3847  130      919                           NA                       NA  10
## 3848  110      938                           NA                       NA  10
## 3849  100      942                           NA                       NA  10
## 3850   80      950                           NA                       NA  10
## 3851   50      974                           NA                       NA  10
## 3852   30      982                           NA                       NA  10
## 3853   30     1009                           NA                       NA  10
## 3854   30     1009                           NA                       NA  10
## 3855   30     1008                           NA                       NA  10
## 3856   35     1006                           NA                       NA  10
## 3857   40     1003                           NA                       NA  10
## 3858   50      997                           NA                       NA  10
## 3859   50      994                           NA                       NA  10
## 3860   50      995                           NA                       NA  10
## 3861   45      998                           NA                       NA  10
## 3862   45     1000                           NA                       NA  10
## 3863   45     1000                           NA                       NA  10
## 3864   45     1000                           NA                       NA  10
## 3865   45     1000                           NA                       NA  10
## 3866   45     1001                           NA                       NA  10
## 3867   45     1007                           NA                       NA  10
## 3868   30     1009                           NA                       NA  10
## 3869   25     1005                           NA                       NA  10
## 3870   25     1005                           NA                       NA  10
## 3871   25     1005                           NA                       NA  10
## 3872   25     1005                           NA                       NA  10
## 3873   30     1004                           NA                       NA  10
## 3874   35     1002                           NA                       NA  10
## 3875   40     1001                           NA                       NA  10
## 3876   45      999                           NA                       NA  10
## 3877   50      995                           NA                       NA  10
## 3878   60      989                           NA                       NA  10
## 3879   70      985                           NA                       NA  10
## 3880   80      972                           NA                       NA  10
## 3881   95      966                           NA                       NA  10
## 3882  100      956                           NA                       NA  10
## 3883  100      958                           NA                       NA  10
## 3884  100      958                           NA                       NA  10
## 3885   90      970                           NA                       NA  10
## 3886   75      983                           NA                       NA  10
## 3887   70      987                           NA                       NA  10
## 3888   65      990                           NA                       NA  10
## 3889   65      992                           NA                       NA  10
## 3890   55      994                           NA                       NA  10
## 3891   55      995                           NA                       NA  10
## 3892   55      993                           NA                       NA  10
## 3893   55      993                           NA                       NA  10
## 3894   55      992                           NA                       NA  10
## 3895   55      988                           NA                       NA  10
## 3896   55      982                           NA                       NA  10
## 3897   60      981                           NA                       NA  10
## 3898   65      980                           NA                       NA  10
## 3899   70      980                           NA                       NA  10
## 3900   70      979                           NA                       NA  10
## 3901   75      979                           NA                       NA  10
## 3902   75      980                           NA                       NA  10
## 3903   75      980                           NA                       NA  10
## 3904   75      981                           NA                       NA  10
## 3905   70      984                           NA                       NA  10
## 3906   65      985                           NA                       NA  10
## 3907   65      987                           NA                       NA  10
## 3908   65      991                           NA                       NA  10
## 3909   60      995                           NA                       NA  10
## 3910   55      998                           NA                       NA  10
## 3911   50     1000                           NA                       NA  10
## 3912   45     1003                           NA                       NA  10
## 3913   40     1004                           NA                       NA  10
## 3914   35     1005                           NA                       NA  10
## 3915   35     1008                           NA                       NA  10
## 3916   30     1009                           NA                       NA  10
## 3917   30     1009                           NA                       NA  10
## 3918   30     1009                           NA                       NA  10
## 3919   30     1009                           NA                       NA  10
## 3920   30     1009                           NA                       NA  10
## 3921   30     1009                           NA                       NA  10
## 3922   25     1009                           NA                       NA  10
## 3923   25     1010                           NA                       NA  10
## 3924   25     1011                           NA                       NA  10
## 3925   25     1006                           NA                       NA  10
## 3926   30     1005                           NA                       NA  10
## 3927   35     1004                           NA                       NA  10
## 3928   35     1004                           NA                       NA  10
## 3929   40     1005                           NA                       NA  10
## 3930   40     1007                           NA                       NA  10
## 3931   40     1007                           NA                       NA  10
## 3932   40     1006                           NA                       NA  10
## 3933   45     1004                           NA                       NA  10
## 3934   55     1001                           NA                       NA  10
## 3935   50     1001                           NA                       NA  10
## 3936   45     1002                           NA                       NA  10
## 3937   40     1003                           NA                       NA  10
## 3938   35     1004                           NA                       NA  10
## 3939   30     1005                           NA                       NA  10
## 3940   30     1007                           NA                       NA  10
## 3941   30     1007                           NA                       NA  10
## 3942   25     1007                           NA                       NA  10
## 3943   20     1008                           NA                       NA  10
## 3944   30     1004                           NA                       NA  10
## 3945   30     1002                           NA                       NA  10
## 3946   35     1001                           NA                       NA  10
## 3947   40      998                           NA                       NA  10
## 3948   45      997                           NA                       NA  10
## 3949   45      996                           NA                       NA  10
## 3950   50      995                           NA                       NA  10
## 3951   55      992                           NA                       NA  10
## 3952   60      990                           NA                       NA  10
## 3953   60      987                           NA                       NA  10
## 3954   65      983                           NA                       NA  10
## 3955   70      982                           NA                       NA  10
## 3956   70      980                           NA                       NA  10
## 3957   70      980                           NA                       NA  10
## 3958   70      979                           NA                       NA  10
## 3959   75      977                           NA                       NA  10
## 3960   75      975                           NA                       NA  10
## 3961   75      972                           NA                       NA  10
## 3962   75      973                           NA                       NA  10
## 3963   75      973                           NA                       NA  10
## 3964   70      974                           NA                       NA  11
## 3965   65      974                           NA                       NA  11
## 3966   60      974                           NA                       NA  11
## 3967   55      972                           NA                       NA  11
## 3968   25     1010                           NA                       NA   6
## 3969   25     1010                           NA                       NA   6
## 3970   25     1009                           NA                       NA   6
## 3971   25     1008                           NA                       NA   6
## 3972   30     1008                           NA                       NA   6
## 3973   35     1004                           NA                       NA   6
## 3974   35     1006                           NA                       NA   6
## 3975   40     1005                           NA                       NA   6
## 3976   40     1005                           NA                       NA   6
## 3977   35     1005                           NA                       NA   6
## 3978   35     1005                           NA                       NA   6
## 3979   30     1005                           NA                       NA   6
## 3980   30     1004                           NA                       NA   6
## 3981   30     1003                           NA                       NA   6
## 3982   30     1002                           NA                       NA   6
## 3983   25     1009                           NA                       NA   7
## 3984   25     1009                           NA                       NA   7
## 3985   30     1007                           NA                       NA   7
## 3986   40     1004                           NA                       NA   7
## 3987   40     1002                           NA                       NA   7
## 3988   40     1002                           NA                       NA   7
## 3989   40     1002                           NA                       NA   7
## 3990   45     1002                           NA                       NA   7
## 3991   50     1002                           NA                       NA   7
## 3992   50     1000                           NA                       NA   7
## 3993   60      992                           NA                       NA   7
## 3994   70      992                           NA                       NA   7
## 3995   65      994                           NA                       NA   7
## 3996   70      992                           NA                       NA   7
## 3997   75      985                           NA                       NA   7
## 3998   70      990                           NA                       NA   7
## 3999   50      995                           NA                       NA   7
## 4000   35     1004                           NA                       NA   7
## 4001   25     1007                           NA                       NA   8
## 4002   25     1007                           NA                       NA   8
## 4003   25     1007                           NA                       NA   8
## 4004   25     1007                           NA                       NA   8
## 4005   25     1007                           NA                       NA   8
## 4006   25     1007                           NA                       NA   8
## 4007   25     1007                           NA                       NA   8
## 4008   25     1007                           NA                       NA   8
## 4009   25     1006                           NA                       NA   8
## 4010   30     1006                           NA                       NA   8
## 4011   35     1005                           NA                       NA   8
## 4012   40     1003                           NA                       NA   8
## 4013   40     1002                           NA                       NA   8
## 4014   45     1000                           NA                       NA   8
## 4015   50      996                           NA                       NA   8
## 4016   65      988                           NA                       NA   8
## 4017   65      986                           NA                       NA   8
## 4018   70      983                           NA                       NA   8
## 4019   75      980                           NA                       NA   8
## 4020   90      970                           NA                       NA   8
## 4021  100      960                           NA                       NA   8
## 4022  120      942                           NA                       NA   8
## 4023  125      933                           NA                       NA   8
## 4024  125      934                           NA                       NA   8
## 4025  125      935                           NA                       NA   8
## 4026  125      936                           NA                       NA   8
## 4027  125      936                           NA                       NA   8
## 4028  125      937                           NA                       NA   8
## 4029  125      938                           NA                       NA   8
## 4030  125      942                           NA                       NA   8
## 4031  120      948                           NA                       NA   8
## 4032  115      952                           NA                       NA   8
## 4033  115      951                           NA                       NA   8
## 4034  125      944                           NA                       NA   8
## 4035  115      952                           NA                       NA   8
## 4036  110      960                           NA                       NA   8
## 4037  110      956                           NA                       NA   8
## 4038  110      957                           NA                       NA   8
## 4039  110      961                           NA                       NA   8
## 4040  115      950                           NA                       NA   8
## 4041  120      948                           NA                       NA   8
## 4042  120      941                           NA                       NA   8
## 4043  120      939                           NA                       NA   8
## 4044  120      938                           NA                       NA   8
## 4045  120      934                           NA                       NA   8
## 4046  110      944                           NA                       NA   8
## 4047  105      950                           NA                       NA   8
## 4048  105      952                           NA                       NA   8
## 4049  100      953                           NA                       NA   8
## 4050  100      959                           NA                       NA   9
## 4051  100      958                           NA                       NA   9
## 4052   95      958                           NA                       NA   9
## 4053   85      960                           NA                       NA   9
## 4054   80      964                           NA                       NA   9
## 4055   70      961                           NA                       NA   9
## 4056   70      962                           NA                       NA   9
## 4057   65      972                           NA                       NA   9
## 4058   60      978                           NA                       NA   9
## 4059   30     1008                           NA                       NA   8
## 4060   30     1008                           NA                       NA   8
## 4061   30     1008                           NA                       NA   8
## 4062   30     1008                           NA                       NA   8
## 4063   30     1008                           NA                       NA   8
## 4064   30     1008                           NA                       NA   8
## 4065   30     1007                           NA                       NA   8
## 4066   30     1007                           NA                       NA   8
## 4067   30     1006                           NA                       NA   8
## 4068   35     1006                           NA                       NA   8
## 4069   35     1005                           NA                       NA   8
## 4070   35     1005                           NA                       NA   8
## 4071   40     1005                           NA                       NA   8
## 4072   40     1005                           NA                       NA   8
## 4073   40     1005                           NA                       NA   8
## 4074   40     1005                           NA                       NA   8
## 4075   35     1005                           NA                       NA   8
## 4076   35     1005                           NA                       NA   8
## 4077   35     1006                           NA                       NA   8
## 4078   35     1006                           NA                       NA   8
## 4079   35     1007                           NA                       NA   8
## 4080   35     1008                           NA                       NA   8
## 4081   35     1008                           NA                       NA   8
## 4082   35     1008                           NA                       NA   8
## 4083   35     1008                           NA                       NA   9
## 4084   35     1008                           NA                       NA   9
## 4085   35     1008                           NA                       NA   9
## 4086   30     1008                           NA                       NA   9
## 4087   30     1008                           NA                       NA   9
## 4088   25     1006                           NA                       NA   9
## 4089   30     1006                           NA                       NA   9
## 4090   30     1006                           NA                       NA   9
## 4091   30     1006                           NA                       NA   9
## 4092   30     1006                           NA                       NA   9
## 4093   30     1006                           NA                       NA   9
## 4094   30     1006                           NA                       NA   9
## 4095   30     1006                           NA                       NA   9
## 4096   30     1006                           NA                       NA   9
## 4097   30     1006                           NA                       NA   9
## 4098   30     1006                           NA                       NA   9
## 4099   30     1006                           NA                       NA   9
## 4100   30     1006                           NA                       NA   9
## 4101   30     1006                           NA                       NA   9
## 4102   30     1006                           NA                       NA   9
## 4103   35     1005                           NA                       NA   9
## 4104   40     1004                           NA                       NA   9
## 4105   40     1000                           NA                       NA   9
## 4106   50      996                           NA                       NA   9
## 4107   55      996                           NA                       NA   9
## 4108   60      996                           NA                       NA   9
## 4109   60      991                           NA                       NA   9
## 4110   60      990                           NA                       NA   9
## 4111   70      987                           NA                       NA   9
## 4112   70      985                           NA                       NA   9
## 4113   70      990                           NA                       NA   9
## 4114   70      989                           NA                       NA   9
## 4115   70      989                           NA                       NA   9
## 4116   65      989                           NA                       NA   9
## 4117   65      990                           NA                       NA   9
## 4118   70      982                           NA                       NA   9
## 4119   75      975                           NA                       NA   9
## 4120   90      971                           NA                       NA   9
## 4121   95      970                           NA                       NA   9
## 4122  100      967                           NA                       NA   9
## 4123  105      962                           NA                       NA   9
## 4124  115      959                           NA                       NA   9
## 4125  115      946                           NA                       NA   9
## 4126  120      935                           NA                       NA   9
## 4127  115      942                           NA                       NA   9
## 4128  100      948                           NA                       NA   9
## 4129  100      948                           NA                       NA   9
## 4130   90      948                           NA                       NA   9
## 4131   90      955                           NA                       NA   9
## 4132   85      960                           NA                       NA   9
## 4133   75      960                           NA                       NA   9
## 4134   70      970                           NA                       NA   9
## 4135   70      978                           NA                       NA   9
## 4136   65      980                           NA                       NA   9
## 4137   60      982                           NA                       NA   9
## 4138   25     1008                           NA                       NA   9
## 4139   30     1008                           NA                       NA   9
## 4140   30     1006                           NA                       NA   9
## 4141   35     1004                           NA                       NA   9
## 4142   45     1000                           NA                       NA   9
## 4143   50      994                           NA                       NA   9
## 4144   60      988                           NA                       NA   9
## 4145   70      984                           NA                       NA   9
## 4146   70      980                           NA                       NA   9
## 4147   75      977                           NA                       NA   9
## 4148   80      974                           NA                       NA   9
## 4149   85      972                           NA                       NA   9
## 4150   90      968                           NA                       NA   9
## 4151   95      963                           NA                       NA   9
## 4152  100      960                           NA                       NA   9
## 4153  100      961                           NA                       NA   9
## 4154   95      965                           NA                       NA   9
## 4155   90      968                           NA                       NA   9
## 4156   85      973                           NA                       NA   9
## 4157   75      979                           NA                       NA   9
## 4158   70      982                           NA                       NA   9
## 4159   65      986                           NA                       NA   9
## 4160   60      989                           NA                       NA   9
## 4161   60      992                           NA                       NA   9
## 4162   50      995                           NA                       NA   9
## 4163   45      997                           NA                       NA   9
## 4164   35     1000                           NA                       NA  10
## 4165   35     1002                           NA                       NA  10
## 4166   30     1005                           NA                       NA  10
## 4167   30     1008                           NA                       NA  10
## 4168   25     1003                           NA                       NA  10
## 4169   30     1003                           NA                       NA  10
## 4170   30     1003                           NA                       NA  10
## 4171   30     1003                           NA                       NA  10
## 4172   30     1003                           NA                       NA  10
## 4173   30     1002                           NA                       NA  10
## 4174   30     1002                           NA                       NA  10
## 4175   30     1003                           NA                       NA  10
## 4176   35     1001                           NA                       NA  10
## 4177   40      996                           NA                       NA  10
## 4178   50      992                           NA                       NA  10
## 4179   60      981                           NA                       NA  10
## 4180   60      983                           NA                       NA  10
## 4181   60      983                           NA                       NA  10
## 4182   60      983                           NA                       NA  10
## 4183   30     1006                           NA                       NA  10
## 4184   45     1002                           NA                       NA  10
## 4185   45     1001                           NA                       NA  10
## 4186   45     1001                           NA                       NA  10
## 4187   35     1004                           NA                       NA  10
## 4188   30     1008                           NA                       NA  10
## 4189   25     1012                           NA                       NA  10
## 4190   25     1006                           NA                       NA  10
## 4191   25     1005                           NA                       NA  10
## 4192   25     1005                           NA                       NA  10
## 4193   25     1005                           NA                       NA  10
## 4194   30     1004                           NA                       NA  10
## 4195   30     1003                           NA                       NA  10
## 4196   30      999                           NA                       NA  10
## 4197   35      998                           NA                       NA  10
## 4198   45      998                           NA                       NA  10
## 4199   50      996                           NA                       NA  10
## 4200   55      992                           NA                       NA  10
## 4201   60      990                           NA                       NA  10
## 4202   65      987                           NA                       NA  10
## 4203   70      984                           NA                       NA  10
## 4204   70      982                           NA                       NA  10
## 4205   75      980                           NA                       NA  10
## 4206   85      975                           NA                       NA  10
## 4207   85      975                           NA                       NA  10
## 4208   80      975                           NA                       NA  10
## 4209   85      975                           NA                       NA  10
## 4210   90      970                           NA                       NA  10
## 4211  100      960                           NA                       NA  10
## 4212   90      962                           NA                       NA  10
## 4213   80      964                           NA                       NA  10
## 4214   80      968                           NA                       NA  10
## 4215   85      960                           NA                       NA  10
## 4216   75      970                           NA                       NA  10
## 4217   75      980                           NA                       NA  10
## 4218   70      985                           NA                       NA  10
## 4219   65      986                           NA                       NA  10
## 4220   65      987                           NA                       NA  10
## 4221   65      987                           NA                       NA  10
## 4222   65      987                           NA                       NA  10
## 4223   65      987                           NA                       NA  10
## 4224   65      987                           NA                       NA  10
## 4225   65      987                           NA                       NA  10
## 4226   65      985                           NA                       NA  10
## 4227   65      981                           NA                       NA  10
## 4228   70      979                           NA                       NA  10
## 4229   70      979                           NA                       NA  10
## 4230   70      979                           NA                       NA  10
## 4231   70      979                           NA                       NA  10
## 4232   75      979                           NA                       NA  10
## 4233   80      977                           NA                       NA  10
## 4234   80      973                           NA                       NA  10
## 4235   85      970                           NA                       NA  10
## 4236   80      971                           NA                       NA  10
## 4237   75      975                           NA                       NA  10
## 4238   70      978                           NA                       NA  10
## 4239   65      979                           NA                       NA  10
## 4240   60      980                           NA                       NA  10
## 4241   55      978                           NA                       NA  10
## 4242   30     1007                           NA                       NA  11
## 4243   30     1007                           NA                       NA  11
## 4244   30     1007                           NA                       NA  11
## 4245   30     1007                           NA                       NA  11
## 4246   30     1006                           NA                       NA  11
## 4247   30     1006                           NA                       NA  11
## 4248   30     1005                           NA                       NA  11
## 4249   30     1004                           NA                       NA  11
## 4250   30     1003                           NA                       NA  11
## 4251   30     1001                           NA                       NA  11
## 4252   35      998                           NA                       NA  11
## 4253   45      997                           NA                       NA  11
## 4254   55      995                           NA                       NA  11
## 4255   60      990                           NA                       NA  11
## 4256   65      983                           NA                       NA  11
## 4257   65      989                           NA                       NA  11
## 4258   45     1000                           NA                       NA  11
## 4259   45     1000                           NA                       NA  11
## 4260   45      995                           NA                       NA  11
## 4261   50      993                           NA                       NA  11
## 4262   50      995                           NA                       NA  11
## 4263   55      992                           NA                       NA  11
## 4264   55      985                           NA                       NA  11
## 4265   60      987                           NA                       NA  11
## 4266   50      995                           NA                       NA  11
## 4267   45      995                           NA                       NA  11
## 4268   35      995                           NA                       NA  11
## 4269   35      995                           NA                       NA  11
## 4270   30     1000                           NA                       NA  11
## 4271   30     1002                           NA                       NA  11
## 4272   30     1003                           NA                       NA  11
## 4273   35     1003                           NA                       NA  11
## 4274   35     1003                           NA                       NA  11
## 4275   45     1002                           NA                       NA  11
## 4276   50     1002                           NA                       NA  11
## 4277   55     1001                           NA                       NA  11
## 4278   45     1009                           NA                       NA  11
## 4279   40     1009                           NA                       NA  11
## 4280   35     1010                           NA                       NA  11
## 4281   30     1010                           NA                       NA  11
## 4282   25     1010                           NA                       NA  11
## 4283   30     1013                           NA                       NA   6
## 4284   30     1011                           NA                       NA   6
## 4285   30     1009                           NA                       NA   7
## 4286   35     1006                           NA                       NA   7
## 4287   40     1004                           NA                       NA   7
## 4288   40     1002                           NA                       NA   7
## 4289   40     1000                           NA                       NA   7
## 4290   35     1000                           NA                       NA   7
## 4291   35     1000                           NA                       NA   7
## 4292   35     1000                           NA                       NA   7
## 4293   35     1001                           NA                       NA   7
## 4294   35     1001                           NA                       NA   7
## 4295   35     1002                           NA                       NA   7
## 4296   30     1002                           NA                       NA   7
## 4297   25     1003                           NA                       NA   7
## 4298   30     1014                           NA                       NA   7
## 4299   40     1013                           NA                       NA   7
## 4300   45     1010                           NA                       NA   7
## 4301   50     1005                           NA                       NA   7
## 4302   60      995                           NA                       NA   7
## 4303   65      987                           NA                       NA   7
## 4304   65      986                           NA                       NA   7
## 4305   65      987                           NA                       NA   7
## 4306   60      990                           NA                       NA   7
## 4307   40      990                           NA                       NA   7
## 4308   25     1011                           NA                       NA   7
## 4309   30     1008                           NA                       NA   7
## 4310   40     1004                           NA                       NA   7
## 4311   40     1003                           NA                       NA   7
## 4312   40     1003                           NA                       NA   7
## 4313   40     1004                           NA                       NA   7
## 4314   40     1005                           NA                       NA   7
## 4315   35     1005                           NA                       NA   7
## 4316   35     1006                           NA                       NA   7
## 4317   40     1009                           NA                       NA   7
## 4318   35     1009                           NA                       NA   7
## 4319   30     1009                           NA                       NA   7
## 4320   35     1006                           NA                       NA   7
## 4321   35     1007                           NA                       NA   7
## 4322   25     1013                           NA                       NA   7
## 4323   30     1013                           NA                       NA   7
## 4324   30     1011                           NA                       NA   7
## 4325   30     1007                           NA                       NA   7
## 4326   40     1003                           NA                       NA   7
## 4327   50     1002                           NA                       NA   7
## 4328   55      997                           NA                       NA   7
## 4329   65      992                           NA                       NA   7
## 4330   65      989                           NA                       NA   7
## 4331   70      990                           NA                       NA   7
## 4332   70      988                           NA                       NA   7
## 4333   70      984                           NA                       NA   7
## 4334   65      987                           NA                       NA   7
## 4335   70      984                           NA                       NA   7
## 4336   70      984                           NA                       NA   7
## 4337   65      986                           NA                       NA   7
## 4338   60      991                           NA                       NA   7
## 4339   45      998                           NA                       NA   7
## 4340   35     1001                           NA                       NA   7
## 4341   30     1004                           NA                       NA   7
## 4342   25     1006                           NA                       NA   7
## 4343   20     1009                           NA                       NA   7
## 4344   20     1010                           NA                       NA   7
## 4345   20     1011                           NA                       NA   7
## 4346   20     1011                           NA                       NA   7
## 4347   20     1012                           NA                       NA   7
## 4348   20     1013                           NA                       NA   7
## 4349   20     1013                           NA                       NA   7
## 4350   20     1012                           NA                       NA   7
## 4351   20     1012                           NA                       NA   7
## 4352   20     1012                           NA                       NA   7
## 4353   20     1012                           NA                       NA   7
## 4354   20     1012                           NA                       NA   7
## 4355   20     1010                           NA                       NA   7
## 4356   30     1004                           NA                       NA   7
## 4357   40     1000                           NA                       NA   7
## 4358   50      996                           NA                       NA   7
## 4359   50      995                           NA                       NA   7
## 4360   50      995                           NA                       NA   7
## 4361   50      994                           NA                       NA   7
## 4362   45      995                           NA                       NA   7
## 4363   25     1009                           NA                       NA   7
## 4364   30     1008                           NA                       NA   7
## 4365   30     1009                           NA                       NA   7
## 4366   30     1009                           NA                       NA   7
## 4367   30     1011                           NA                       NA   7
## 4368   30     1012                           NA                       NA   7
## 4369   30     1013                           NA                       NA   7
## 4370   25     1013                           NA                       NA   7
## 4371   30     1006                           NA                       NA   9
## 4372   30     1005                           NA                       NA   9
## 4373   35     1004                           NA                       NA   9
## 4374   40     1002                           NA                       NA   9
## 4375   50     1001                           NA                       NA   9
## 4376   55     1000                           NA                       NA   9
## 4377   65      999                           NA                       NA   9
## 4378   65      998                           NA                       NA   9
## 4379   65      997                           NA                       NA   9
## 4380   65      996                           NA                       NA   9
## 4381   65      990                           NA                       NA   9
## 4382   65      988                           NA                       NA   9
## 4383   70      986                           NA                       NA   9
## 4384   70      982                           NA                       NA   9
## 4385   75      980                           NA                       NA   9
## 4386   75      979                           NA                       NA   9
## 4387   75      978                           NA                       NA   9
## 4388   75      975                           NA                       NA   9
## 4389   90      970                           NA                       NA   9
## 4390   95      966                           NA                       NA   9
## 4391  100      961                           NA                       NA   9
## 4392  105      957                           NA                       NA   9
## 4393  110      952                           NA                       NA   9
## 4394  110      948                           NA                       NA   9
## 4395  110      946                           NA                       NA   9
## 4396  110      947                           NA                       NA   9
## 4397  110      951                           NA                       NA   9
## 4398  105      955                           NA                       NA   9
## 4399  100      960                           NA                       NA   9
## 4400   95      965                           NA                       NA   9
## 4401   90      970                           NA                       NA   9
## 4402   80      973                           NA                       NA   9
## 4403   75      977                           NA                       NA   9
## 4404   70      984                           NA                       NA   9
## 4405   65      988                           NA                       NA   9
## 4406   60      990                           NA                       NA   9
## 4407   55      994                           NA                       NA   9
## 4408   55      995                           NA                       NA   9
## 4409   50      995                           NA                       NA   9
## 4410   45      995                           NA                       NA   9
## 4411   45      995                           NA                       NA   9
## 4412   45      995                           NA                       NA   9
## 4413   45      995                           NA                       NA   9
## 4414   45      995                           NA                       NA   9
## 4415   50      992                           NA                       NA   9
## 4416   55      989                           NA                       NA   9
## 4417   55      987                           NA                       NA   9
## 4418   60      984                           NA                       NA   9
## 4419   55      984                           NA                       NA   9
## 4420   50      983                           NA                       NA   9
## 4421   50      984                           NA                       NA   9
## 4422   25     1009                           NA                       NA  10
## 4423   25     1009                           NA                       NA  10
## 4424   25     1009                           NA                       NA  10
## 4425   30     1007                           NA                       NA  10
## 4426   35     1005                           NA                       NA  10
## 4427   35     1005                           NA                       NA  10
## 4428   35     1005                           NA                       NA  10
## 4429   35     1005                           NA                       NA  10
## 4430   35     1005                           NA                       NA  10
## 4431   35     1005                           NA                       NA  10
## 4432   35     1005                           NA                       NA  10
## 4433   35     1004                           NA                       NA  10
## 4434   35     1005                           NA                       NA  10
## 4435   35     1005                           NA                       NA  10
## 4436   35     1005                           NA                       NA  10
## 4437   25     1009                           NA                       NA   7
## 4438   25     1009                           NA                       NA   7
## 4439   25     1009                           NA                       NA   7
## 4440   25     1008                           NA                       NA   7
## 4441   30     1007                           NA                       NA   7
## 4442   30     1006                           NA                       NA   7
## 4443   35     1005                           NA                       NA   7
## 4444   35     1005                           NA                       NA   7
## 4445   35     1005                           NA                       NA   7
## 4446   35     1005                           NA                       NA   7
## 4447   35     1005                           NA                       NA   7
## 4448   40     1003                           NA                       NA   7
## 4449   40     1003                           NA                       NA   7
## 4450   45     1003                           NA                       NA   7
## 4451   45     1002                           NA                       NA   7
## 4452   45     1003                           NA                       NA   7
## 4453   45     1003                           NA                       NA   7
## 4454   40     1005                           NA                       NA   7
## 4455   35     1007                           NA                       NA   8
## 4456   35     1009                           NA                       NA   8
## 4457   40     1009                           NA                       NA   8
## 4458   40     1012                           NA                       NA   8
## 4459   35     1012                           NA                       NA   8
## 4460   35     1012                           NA                       NA   8
## 4461   35     1012                           NA                       NA   8
## 4462   30     1014                           NA                       NA   8
## 4463   25     1009                           NA                       NA   8
## 4464   30     1009                           NA                       NA   8
## 4465   30     1009                           NA                       NA   8
## 4466   30     1008                           NA                       NA   8
## 4467   35     1007                           NA                       NA   8
## 4468   35     1006                           NA                       NA   8
## 4469   40     1005                           NA                       NA   8
## 4470   45     1002                           NA                       NA   8
## 4471   50     1000                           NA                       NA   8
## 4472   55      999                           NA                       NA   8
## 4473   65      991                           NA                       NA   8
## 4474   70      989                           NA                       NA   8
## 4475   75      980                           NA                       NA   8
## 4476   85      970                           NA                       NA   8
## 4477   90      962                           NA                       NA   8
## 4478   95      960                           NA                       NA   8
## 4479  100      958                           NA                       NA   8
## 4480  100      955                           NA                       NA   8
## 4481  100      954                           NA                       NA   8
## 4482  100      960                           NA                       NA   8
## 4483  100      962                           NA                       NA   8
## 4484  100      962                           NA                       NA   8
## 4485  100      963                           NA                       NA   8
## 4486  100      962                           NA                       NA   8
## 4487  100      963                           NA                       NA   8
## 4488  100      963                           NA                       NA   8
## 4489  100      958                           NA                       NA   8
## 4490  100      964                           NA                       NA   8
## 4491  100      965                           NA                       NA   8
## 4492  100      962                           NA                       NA   8
## 4493   95      963                           NA                       NA   8
## 4494   95      964                           NA                       NA   8
## 4495   85      965                           NA                       NA   8
## 4496   75      974                           NA                       NA   8
## 4497   60      980                           NA                       NA   8
## 4498   65      983                           NA                       NA   8
## 4499   75      985                           NA                       NA   8
## 4500   65      990                           NA                       NA   8
## 4501   60      991                           NA                       NA   8
## 4502   45      993                           NA                       NA   8
## 4503   45      999                           NA                       NA   8
## 4504   45      999                           NA                       NA   8
## 4505   45     1000                           NA                       NA   8
## 4506   45     1000                           NA                       NA   8
## 4507   45     1000                           NA                       NA   8
## 4508   45     1000                           NA                       NA   8
## 4509   25     1008                           NA                       NA   8
## 4510   30     1008                           NA                       NA   8
## 4511   40     1008                           NA                       NA   8
## 4512   45     1006                           NA                       NA   8
## 4513   60     1002                           NA                       NA   8
## 4514   40     1000                           NA                       NA   8
## 4515   35     1001                           NA                       NA   8
## 4516   30     1003                           NA                       NA   8
## 4517   25     1005                           NA                       NA   8
## 4518   20     1006                           NA                       NA   8
## 4519   20     1007                           NA                       NA   8
## 4520   20     1008                           NA                       NA   8
## 4521   20     1008                           NA                       NA   8
## 4522   25     1007                           NA                       NA   8
## 4523   30     1006                           NA                       NA   8
## 4524   35     1005                           NA                       NA   8
## 4525   40     1003                           NA                       NA   8
## 4526   50      997                           NA                       NA   8
## 4527   65      990                           NA                       NA   8
## 4528   75      982                           NA                       NA   8
## 4529   80      980                           NA                       NA   8
## 4530   90      975                           NA                       NA   8
## 4531   85      980                           NA                       NA   8
## 4532   80      985                           NA                       NA   8
## 4533   80      993                           NA                       NA   8
## 4534   85      994                           NA                       NA   8
## 4535   90      994                           NA                       NA   8
## 4536   85      994                           NA                       NA   8
## 4537   80      992                           NA                       NA   8
## 4538   80      992                           NA                       NA   8
## 4539   80      989                           NA                       NA   8
## 4540   80      986                           NA                       NA   8
## 4541   75      989                           NA                       NA   8
## 4542   70      990                           NA                       NA   8
## 4543   70      988                           NA                       NA   8
## 4544   70      987                           NA                       NA   8
## 4545   65      987                           NA                       NA   8
## 4546   65      988                           NA                       NA   8
## 4547   65      990                           NA                       NA   8
## 4548   65      987                           NA                       NA   8
## 4549   70      983                           NA                       NA   8
## 4550   75      980                           NA                       NA   8
## 4551   90      977                           NA                       NA   8
## 4552   85      975                           NA                       NA   8
## 4553   85      973                           NA                       NA   9
## 4554   85      972                           NA                       NA   9
## 4555   85      968                           NA                       NA   9
## 4556   90      965                           NA                       NA   9
## 4557   80      967                           NA                       NA   9
## 4558   75      970                           NA                       NA   9
## 4559   70      975                           NA                       NA   9
## 4560   70      975                           NA                       NA   9
## 4561   70      970                           NA                       NA   9
## 4562   70      960                           NA                       NA   9
## 4563   70      965                           NA                       NA   9
## 4564   65      965                           NA                       NA   9
## 4565   30     1009                           NA                       NA   9
## 4566   30     1009                           NA                       NA   9
## 4567   30     1009                           NA                       NA   9
## 4568   30     1009                           NA                       NA   9
## 4569   35     1005                           NA                       NA   9
## 4570   35     1003                           NA                       NA   9
## 4571   45     1000                           NA                       NA   9
## 4572   50      997                           NA                       NA   9
## 4573   55      994                           NA                       NA   9
## 4574   65      987                           NA                       NA   9
## 4575   70      984                           NA                       NA   9
## 4576   80      977                           NA                       NA   9
## 4577   85      973                           NA                       NA   9
## 4578   90      970                           NA                       NA   9
## 4579   90      970                           NA                       NA   9
## 4580   95      965                           NA                       NA   9
## 4581  110      954                           NA                       NA   9
## 4582  125      949                           NA                       NA   9
## 4583  130      939                           NA                       NA   9
## 4584  135      937                           NA                       NA   9
## 4585  130      939                           NA                       NA   9
## 4586  115      956                           NA                       NA   9
## 4587  100      963                           NA                       NA   9
## 4588  100      966                           NA                       NA   9
## 4589  100      966                           NA                       NA   9
## 4590  100      966                           NA                       NA   9
## 4591   95      966                           NA                       NA   9
## 4592   90      970                           NA                       NA   9
## 4593  100      968                           NA                       NA   9
## 4594   90      970                           NA                       NA   9
## 4595   95      972                           NA                       NA   9
## 4596  105      964                           NA                       NA   9
## 4597  105      962                           NA                       NA   9
## 4598   95      970                           NA                       NA   9
## 4599   70      980                           NA                       NA   9
## 4600   65      990                           NA                       NA   9
## 4601   65      996                           NA                       NA   9
## 4602   65      994                           NA                       NA   9
## 4603   65      993                           NA                       NA   9
## 4604   65      992                           NA                       NA   9
## 4605   65      991                           NA                       NA   9
## 4606   70      990                           NA                       NA   9
## 4607   75      989                           NA                       NA   9
## 4608   80      987                           NA                       NA   9
## 4609   85      986                           NA                       NA   9
## 4610   90      982                           NA                       NA   9
## 4611   90      981                           NA                       NA   9
## 4612   90      975                           NA                       NA   9
## 4613   90      974                           NA                       NA   9
## 4614   90      975                           NA                       NA   9
## 4615   90      974                           NA                       NA   9
## 4616   90      975                           NA                       NA   9
## 4617   95      969                           NA                       NA   9
## 4618   95      970                           NA                       NA   9
## 4619   95      962                           NA                       NA   9
## 4620   95      962                           NA                       NA   9
## 4621   95      961                           NA                       NA   9
## 4622   90      964                           NA                       NA   9
## 4623   90      964                           NA                       NA   9
## 4624   90      965                           NA                       NA   9
## 4625   65      984                           NA                       NA   9
## 4626   50      986                           NA                       NA   9
## 4627   40      992                           NA                       NA   9
## 4628   30      994                           NA                       NA   9
## 4629   30      996                           NA                       NA   9
## 4630   30      998                           NA                       NA   9
## 4631   30     1000                           NA                       NA   9
## 4632   25     1002                           NA                       NA   9
## 4633   25     1004                           NA                       NA   9
## 4634   25     1006                           NA                       NA  10
## 4635   20     1008                           NA                       NA  10
## 4636   30     1001                           NA                       NA   9
## 4637   30     1001                           NA                       NA   9
## 4638   30     1000                           NA                       NA   9
## 4639   30      999                           NA                       NA   9
## 4640   30      999                           NA                       NA   9
## 4641   30     1000                           NA                       NA   9
## 4642   30     1001                           NA                       NA   9
## 4643   30     1001                           NA                       NA   9
## 4644   35     1001                           NA                       NA   9
## 4645   40     1000                           NA                       NA   9
## 4646   40      999                           NA                       NA   9
## 4647   35     1000                           NA                       NA   9
## 4648   35     1001                           NA                       NA   9
## 4649   30     1002                           NA                       NA   9
## 4650   20     1003                           NA                       NA   9
## 4651   25     1010                           NA                       NA   9
## 4652   25     1010                           NA                       NA   9
## 4653   25     1010                           NA                       NA   9
## 4654   25     1010                           NA                       NA   9
## 4655   30     1009                           NA                       NA   9
## 4656   30     1009                           NA                       NA   9
## 4657   30     1008                           NA                       NA   9
## 4658   35     1006                           NA                       NA   9
## 4659   35     1005                           NA                       NA   9
## 4660   35     1003                           NA                       NA   9
## 4661   35     1003                           NA                       NA   9
## 4662   40     1002                           NA                       NA   9
## 4663   40     1001                           NA                       NA   9
## 4664   45     1000                           NA                       NA   9
## 4665   45      997                           NA                       NA   9
## 4666   55      994                           NA                       NA   9
## 4667   50      996                           NA                       NA   9
## 4668   45      997                           NA                       NA   9
## 4669   55      990                           NA                       NA   9
## 4670   65      987                           NA                       NA   9
## 4671   65      986                           NA                       NA   9
## 4672   70      985                           NA                       NA   9
## 4673   70      985                           NA                       NA   9
## 4674   70      985                           NA                       NA   9
## 4675   70      984                           NA                       NA   9
## 4676   70      984                           NA                       NA   9
## 4677   70      984                           NA                       NA   9
## 4678   75      983                           NA                       NA   9
## 4679   75      980                           NA                       NA   9
## 4680   80      975                           NA                       NA   9
## 4681   75      977                           NA                       NA   9
## 4682   75      982                           NA                       NA   9
## 4683   60      994                           NA                       NA   9
## 4684   30     1008                           NA                       NA   9
## 4685   30     1006                           NA                       NA   9
## 4686   35     1004                           NA                       NA   9
## 4687   40     1002                           NA                       NA   9
## 4688   45     1000                           NA                       NA   9
## 4689   55      994                           NA                       NA   9
## 4690   65      987                           NA                       NA   9
## 4691   70      983                           NA                       NA   9
## 4692   75      980                           NA                       NA   9
## 4693   80      975                           NA                       NA   9
## 4694   85      973                           NA                       NA   9
## 4695   85      972                           NA                       NA   9
## 4696   90      971                           NA                       NA   9
## 4697   90      970                           NA                       NA   9
## 4698   90      969                           NA                       NA   9
## 4699   90      971                           NA                       NA   9
## 4700   90      973                           NA                       NA   9
## 4701   85      975                           NA                       NA   9
## 4702   80      977                           NA                       NA   9
## 4703   75      979                           NA                       NA   9
## 4704   70      983                           NA                       NA   9
## 4705   70      983                           NA                       NA   9
## 4706   75      980                           NA                       NA   9
## 4707   75      980                           NA                       NA   9
## 4708   70      983                           NA                       NA   9
## 4709   70      983                           NA                       NA   9
## 4710   70      983                           NA                       NA   9
## 4711   70      983                           NA                       NA   9
## 4712   70      983                           NA                       NA   9
## 4713   75      980                           NA                       NA   9
## 4714   80      977                           NA                       NA   9
## 4715   80      977                           NA                       NA   9
## 4716   75      980                           NA                       NA   9
## 4717   65      985                           NA                       NA   9
## 4718   60      990                           NA                       NA   9
## 4719   50      997                           NA                       NA   9
## 4720   45     1000                           NA                       NA   9
## 4721   40     1002                           NA                       NA   9
## 4722   35     1006                           NA                       NA   9
## 4723   25     1003                           NA                       NA   9
## 4724   30     1004                           NA                       NA   9
## 4725   35     1003                           NA                       NA   9
## 4726   35     1002                           NA                       NA   9
## 4727   40     1001                           NA                       NA   9
## 4728   45     1000                           NA                       NA   9
## 4729   50      998                           NA                       NA   9
## 4730   55      994                           NA                       NA   9
## 4731   65      987                           NA                       NA   9
## 4732   70      984                           NA                       NA   9
## 4733   75      981                           NA                       NA   9
## 4734   75      979                           NA                       NA   9
## 4735   75      977                           NA                       NA   9
## 4736   80      973                           NA                       NA   9
## 4737   90      970                           NA                       NA   9
## 4738   90      970                           NA                       NA   9
## 4739   80      973                           NA                       NA   9
## 4740   70      983                           NA                       NA   9
## 4741   55      994                           NA                       NA   9
## 4742   30     1008                           NA                       NA  10
## 4743   35     1007                           NA                       NA  10
## 4744   35     1007                           NA                       NA  10
## 4745   40     1006                           NA                       NA  10
## 4746   40     1006                           NA                       NA  10
## 4747   45     1005                           NA                       NA  10
## 4748   45     1005                           NA                       NA  10
## 4749   45     1005                           NA                       NA  10
## 4750   50     1004                           NA                       NA  10
## 4751   50     1003                           NA                       NA  10
## 4752   50     1002                           NA                       NA  10
## 4753   50     1001                           NA                       NA  10
## 4754   55     1000                           NA                       NA  10
## 4755   55      999                           NA                       NA  10
## 4756   55      999                           NA                       NA  10
## 4757   60      999                           NA                       NA  10
## 4758   60      999                           NA                       NA  10
## 4759   60      997                           NA                       NA  10
## 4760   65      995                           NA                       NA  10
## 4761   65      997                           NA                       NA  10
## 4762   30     1002                           NA                       NA  10
## 4763   30     1002                           NA                       NA  10
## 4764   30     1002                           NA                       NA  10
## 4765   35     1001                           NA                       NA  10
## 4766   40     1000                           NA                       NA  10
## 4767   45      999                           NA                       NA  10
## 4768   45      999                           NA                       NA  10
## 4769   50      998                           NA                       NA  10
## 4770   55      997                           NA                       NA  10
## 4771   65      990                           NA                       NA  10
## 4772   75      985                           NA                       NA  10
## 4773   90      980                           NA                       NA  10
## 4774  100      965                           NA                       NA  10
## 4775  105      951                           NA                       NA  10
## 4776  115      945                           NA                       NA  10
## 4777  125      926                           NA                       NA  10
## 4778  130      923                           NA                       NA  10
## 4779  135      922                           NA                       NA  10
## 4780  145      914                           NA                       NA  10
## 4781  155      905                           NA                       NA  10
## 4782  155      910                           NA                       NA  10
## 4783  150      917                           NA                       NA  10
## 4784  150      922                           NA                       NA  10
## 4785  145      928                           NA                       NA  10
## 4786  140      933                           NA                       NA  10
## 4787  130      938                           NA                       NA  10
## 4788  115      948                           NA                       NA  10
## 4789   95      959                           NA                       NA  10
## 4790   85      970                           NA                       NA  10
## 4791   75      979                           NA                       NA  10
## 4792   70      987                           NA                       NA  10
## 4793   60      994                           NA                       NA  10
## 4794   55      995                           NA                       NA  10
## 4795   50      996                           NA                       NA  10
## 4796   45      997                           NA                       NA  10
## 4797   45      998                           NA                       NA  10
## 4798   45      999                           NA                       NA  10
## 4799   40     1000                           NA                       NA  10
## 4800   35     1000                           NA                       NA  10
## 4801   30     1001                           NA                       NA  10
## 4802   30     1002                           NA                       NA  11
## 4803   25     1003                           NA                       NA  11
## 4804   25     1005                           NA                       NA  11
## 4805   25     1005                           NA                       NA  11
## 4806   40      997                           NA                       NA  11
## 4807   35      997                           NA                       NA  11
## 4808   35      998                           NA                       NA  11
## 4809   30      998                           NA                       NA  11
## 4810   40      998                           NA                       NA  11
## 4811   40      993                           NA                       NA  11
## 4812   45      993                           NA                       NA  11
## 4813   50      990                           NA                       NA  11
## 4814   55      989                           NA                       NA  11
## 4815   55      987                           NA                       NA  11
## 4816   30     1010                           NA                       NA  11
## 4817   35     1005                           NA                       NA  11
## 4818   45     1000                           NA                       NA  11
## 4819   60      997                           NA                       NA  11
## 4820   60      995                           NA                       NA  11
## 4821   60      994                           NA                       NA  11
## 4822   55      994                           NA                       NA  11
## 4823   50      994                           NA                       NA  11
## 4824   40      998                           NA                       NA  11
## 4825   35     1000                           NA                       NA  11
## 4826   30     1007                           NA                       NA  11
## 4827   25     1009                           NA                       NA  11
## 4828   25     1009                           NA                       NA  11
## 4829   25     1009                           NA                       NA  11
## 4830   30     1009                           NA                       NA  11
## 4831   40     1005                           NA                       NA  11
## 4832   50     1001                           NA                       NA  11
## 4833   50     1000                           NA                       NA  11
## 4834   50     1000                           NA                       NA  11
## 4835   50     1000                           NA                       NA  11
## 4836   45     1000                           NA                       NA  11
## 4837   45     1000                           NA                       NA  11
## 4838   55     1000                           NA                       NA  11
## 4839   60      995                           NA                       NA  11
## 4840   65      992                           NA                       NA  11
## 4841   65      992                           NA                       NA  11
## 4842   65      987                           NA                       NA  11
## 4843   70      984                           NA                       NA  11
## 4844   75      979                           NA                       NA  12
## 4845   70      980                           NA                       NA  12
## 4846   60      982                           NA                       NA  12
## 4847   30     1006                           NA                       NA   7
## 4848   30     1004                           NA                       NA   7
## 4849   30     1004                           NA                       NA   7
## 4850   25     1005                           NA                       NA   7
## 4851   30     1007                           NA                       NA   8
## 4852   35     1006                           NA                       NA   8
## 4853   45     1004                           NA                       NA   8
## 4854   45     1005                           NA                       NA   8
## 4855   40     1006                           NA                       NA   8
## 4856   40     1007                           NA                       NA   8
## 4857   40     1005                           NA                       NA   8
## 4858   40     1005                           NA                       NA   8
## 4859   40     1007                           NA                       NA   8
## 4860   40     1010                           NA                       NA   8
## 4861   35     1010                           NA                       NA   8
## 4862   35     1010                           NA                       NA   8
## 4863   35     1011                           NA                       NA   8
## 4864   35     1009                           NA                       NA   8
## 4865   40     1007                           NA                       NA   8
## 4866   40     1007                           NA                       NA   8
## 4867   35     1009                           NA                       NA   8
## 4868   30     1009                           NA                       NA   8
## 4869   25     1006                           NA                       NA   9
## 4870   30     1006                           NA                       NA   9
## 4871   30     1006                           NA                       NA   9
## 4872   30     1006                           NA                       NA   9
## 4873   30     1006                           NA                       NA   9
## 4874   30     1006                           NA                       NA   9
## 4875   30     1006                           NA                       NA   9
## 4876   25     1007                           NA                       NA   9
## 4877   25     1008                           NA                       NA   9
## 4878   30     1007                           NA                       NA   9
## 4879   35     1005                           NA                       NA   9
## 4880   40     1003                           NA                       NA   9
## 4881   45     1000                           NA                       NA   9
## 4882   45     1000                           NA                       NA   9
## 4883   45     1003                           NA                       NA   9
## 4884   50     1003                           NA                       NA   9
## 4885   60      996                           NA                       NA   9
## 4886   60      995                           NA                       NA   9
## 4887   60      990                           NA                       NA   9
## 4888   70      989                           NA                       NA   9
## 4889   70      975                           NA                       NA   9
## 4890   80      971                           NA                       NA   9
## 4891   95      963                           NA                       NA   9
## 4892   95      962                           NA                       NA   9
## 4893   90      966                           NA                       NA   9
## 4894   85      967                           NA                       NA   9
## 4895   95      960                           NA                       NA   9
## 4896  105      955                           NA                       NA   9
## 4897  115      940                           NA                       NA   9
## 4898  125      931                           NA                       NA   9
## 4899  135      922                           NA                       NA   9
## 4900  135      921                           NA                       NA   9
## 4901  125      923                           NA                       NA   9
## 4902  115      924                           NA                       NA   9
## 4903  105      927                           NA                       NA   9
## 4904  105      930                           NA                       NA   9
## 4905  110      930                           NA                       NA   9
## 4906  110      932                           NA                       NA   9
## 4907  115      933                           NA                       NA   9
## 4908  110      935                           NA                       NA   9
## 4909  100      943                           NA                       NA   9
## 4910   95      947                           NA                       NA   9
## 4911   90      950                           NA                       NA   9
## 4912   90      956                           NA                       NA   9
## 4913   90      956                           NA                       NA   9
## 4914   70      967                           NA                       NA   9
## 4915   60      974                           NA                       NA   9
## 4916   50      980                           NA                       NA   9
## 4917   50      983                           NA                       NA   9
## 4918   30     1006                           NA                       NA   9
## 4919   30     1005                           NA                       NA   9
## 4920   30     1006                           NA                       NA   9
## 4921   30     1005                           NA                       NA   9
## 4922   35     1001                           NA                       NA   9
## 4923   45      997                           NA                       NA   9
## 4924   55      995                           NA                       NA   9
## 4925   60      990                           NA                       NA   9
## 4926   65      984                           NA                       NA   9
## 4927   70      979                           NA                       NA   9
## 4928   75      976                           NA                       NA   9
## 4929   85      973                           NA                       NA   9
## 4930   90      968                           NA                       NA   9
## 4931   95      962                           NA                       NA   9
## 4932  100      955                           NA                       NA   9
## 4933  110      948                           NA                       NA   9
## 4934  115      940                           NA                       NA   9
## 4935  125      933                           NA                       NA   9
## 4936  130      930                           NA                       NA   9
## 4937  130      933                           NA                       NA   9
## 4938  125      941                           NA                       NA   9
## 4939  120      940                           NA                       NA   9
## 4940  115      944                           NA                       NA   9
## 4941  125      942                           NA                       NA   9
## 4942  125      945                           NA                       NA   9
## 4943  115      950                           NA                       NA   9
## 4944  110      953                           NA                       NA   9
## 4945  105      954                           NA                       NA   9
## 4946  105      953                           NA                       NA   9
## 4947  105      950                           NA                       NA   9
## 4948  110      947                           NA                       NA   9
## 4949  115      946                           NA                       NA   9
## 4950  115      946                           NA                       NA   9
## 4951  115      946                           NA                       NA   9
## 4952  115      947                           NA                       NA   9
## 4953  110      947                           NA                       NA   9
## 4954  105      948                           NA                       NA   9
## 4955  100      949                           NA                       NA   9
## 4956   95      950                           NA                       NA   9
## 4957   90      952                           NA                       NA   9
## 4958   85      955                           NA                       NA   9
## 4959   80      958                           NA                       NA   9
## 4960   75      960                           NA                       NA   9
## 4961   75      961                           NA                       NA   9
## 4962   70      962                           NA                       NA   9
## 4963   65      963                           NA                       NA   9
## 4964   60      964                           NA                       NA   9
## 4965   60      968                           NA                       NA   9
## 4966   30     1005                           NA                       NA   9
## 4967   30     1004                           NA                       NA   9
## 4968   30     1003                           NA                       NA   9
## 4969   40     1002                           NA                       NA   9
## 4970   40     1001                           NA                       NA   9
## 4971   40      998                           NA                       NA   9
## 4972   50      998                           NA                       NA   9
## 4973   50      995                           NA                       NA   9
## 4974   50      995                           NA                       NA   9
## 4975   50      994                           NA                       NA   9
## 4976   50      996                           NA                       NA   9
## 4977   50      999                           NA                       NA   9
## 4978   50      999                           NA                       NA   9
## 4979   40     1000                           NA                       NA   9
## 4980   30     1005                           NA                       NA  10
## 4981   30     1004                           NA                       NA  10
## 4982   30     1003                           NA                       NA  10
## 4983   30     1002                           NA                       NA  10
## 4984   30     1003                           NA                       NA  10
## 4985   30     1004                           NA                       NA  10
## 4986   30     1005                           NA                       NA  10
## 4987   30     1006                           NA                       NA  10
## 4988   30     1007                           NA                       NA  10
## 4989   30     1007                           NA                       NA  10
## 4990   30     1008                           NA                       NA  10
## 4991   30     1008                           NA                       NA  10
## 4992   30     1007                           NA                       NA  10
## 4993   30     1007                           NA                       NA  10
## 4994   30     1008                           NA                       NA  10
## 4995   30     1008                           NA                       NA  10
## 4996   30     1008                           NA                       NA  10
## 4997   30     1008                           NA                       NA  10
## 4998   30     1008                           NA                       NA  10
## 4999   30     1008                           NA                       NA  10
## 5000   30     1008                           NA                       NA  10
## 5001   25     1010                           NA                       NA  10
## 5002   30     1001                           NA                       NA  10
## 5003   30     1001                           NA                       NA  10
## 5004   30     1001                           NA                       NA  10
## 5005   30     1000                           NA                       NA  10
## 5006   35     1000                           NA                       NA  10
## 5007   35      999                           NA                       NA  10
## 5008   30     1000                           NA                       NA  10
## 5009   25     1001                           NA                       NA  10
## 5010   25     1003                           NA                       NA  10
## 5011   25     1005                           NA                       NA  10
## 5012   25     1007                           NA                       NA  10
## 5013   25     1008                           NA                       NA  10
## 5014   25     1009                           NA                       NA  10
## 5015   20     1010                           NA                       NA  11
## 5016   20     1011                           NA                       NA  11
## 5017   20     1011                           NA                       NA  11
## 5018   30     1003                           NA                       NA  11
## 5019   30     1003                           NA                       NA  11
## 5020   30     1002                           NA                       NA  11
## 5021   40     1000                           NA                       NA  11
## 5022   55      992                           NA                       NA  11
## 5023   70      988                           NA                       NA  11
## 5024   75      977                           NA                       NA  11
## 5025   85      971                           NA                       NA  11
## 5026   75      983                           NA                       NA  11
## 5027   75      982                           NA                       NA  11
## 5028   75      974                           NA                       NA  11
## 5029   85      971                           NA                       NA  11
## 5030   85      967                           NA                       NA  11
## 5031  100      959                           NA                       NA  11
## 5032  105      952                           NA                       NA  11
## 5033  115      946                           NA                       NA  11
## 5034  135      933                           NA                       NA  11
## 5035  130      940                           NA                       NA  11
## 5036  125      944                           NA                       NA  11
## 5037  120      953                           NA                       NA  11
## 5038  110      966                           NA                       NA  11
## 5039   85      975                           NA                       NA  11
## 5040   75      979                           NA                       NA  11
## 5041   70      986                           NA                       NA  11
## 5042   60      994                           NA                       NA  11
## 5043   55      994                           NA                       NA  11
## 5044   55      995                           NA                       NA  11
## 5045   50      996                           NA                       NA  11
## 5046   45      998                           NA                       NA  11
## 5047   40      998                           NA                       NA  11
## 5048   30      998                           NA                       NA  11
## 5049   30      999                           NA                       NA  11
## 5050   25     1000                           NA                       NA  11
## 5051   25     1001                           NA                       NA  11
## 5052   25     1002                           NA                       NA  11
## 5053   25     1004                           NA                       NA  11
## 5054   20     1005                           NA                       NA  11
## 5055   20     1006                           NA                       NA  11
## 5056   20     1006                           NA                       NA  11
## 5057   25     1008                           NA                       NA   6
## 5058   25     1009                           NA                       NA   6
## 5059   25     1010                           NA                       NA   6
## 5060   25     1010                           NA                       NA   6
## 5061   25     1010                           NA                       NA   6
## 5062   30     1009                           NA                       NA   6
## 5063   30     1009                           NA                       NA   6
## 5064   30     1009                           NA                       NA   6
## 5065   30     1009                           NA                       NA   6
## 5066   30     1009                           NA                       NA   6
## 5067   30     1009                           NA                       NA   6
## 5068   30     1009                           NA                       NA   6
## 5069   30     1009                           NA                       NA   6
## 5070   30     1008                           NA                       NA   6
## 5071   30     1009                           NA                       NA   6
## 5072   25     1010                           NA                       NA   6
## 5073   25     1007                           NA                       NA   8
## 5074   30     1005                           NA                       NA   8
## 5075   35     1004                           NA                       NA   8
## 5076   35     1003                           NA                       NA   8
## 5077   40     1002                           NA                       NA   8
## 5078   40     1001                           NA                       NA   8
## 5079   45     1000                           NA                       NA   8
## 5080   45      999                           NA                       NA   8
## 5081   55      994                           NA                       NA   8
## 5082   65      987                           NA                       NA   8
## 5083   65      985                           NA                       NA   8
## 5084   70      983                           NA                       NA   8
## 5085   75      981                           NA                       NA   8
## 5086   75      979                           NA                       NA   8
## 5087   80      978                           NA                       NA   8
## 5088   80      977                           NA                       NA   8
## 5089   80      978                           NA                       NA   8
## 5090   75      979                           NA                       NA   8
## 5091   70      982                           NA                       NA   8
## 5092   70      985                           NA                       NA   8
## 5093   65      987                           NA                       NA   8
## 5094   60      989                           NA                       NA   8
## 5095   60      992                           NA                       NA   8
## 5096   55      994                           NA                       NA   8
## 5097   60      991                           NA                       NA   8
## 5098   65      988                           NA                       NA   8
## 5099   65      987                           NA                       NA   8
## 5100   65      986                           NA                       NA   8
## 5101   65      984                           NA                       NA   8
## 5102   70      982                           NA                       NA   8
## 5103   75      979                           NA                       NA   8
## 5104   80      976                           NA                       NA   8
## 5105   85      973                           NA                       NA   8
## 5106   90      970                           NA                       NA   8
## 5107  100      960                           NA                       NA   8
## 5108  110      950                           NA                       NA   8
## 5109  110      954                           NA                       NA   8
## 5110  105      958                           NA                       NA   8
## 5111   95      966                           NA                       NA   8
## 5112   85      973                           NA                       NA   8
## 5113   75      980                           NA                       NA   8
## 5114   65      987                           NA                       NA   8
## 5115   60      991                           NA                       NA   8
## 5116   55      994                           NA                       NA   8
## 5117   50      997                           NA                       NA   8
## 5118   45     1000                           NA                       NA   8
## 5119   45     1001                           NA                       NA   8
## 5120   45     1002                           NA                       NA   8
## 5121   40     1002                           NA                       NA   8
## 5122   40     1003                           NA                       NA   8
## 5123   40     1003                           NA                       NA   8
## 5124   40     1003                           NA                       NA   8
## 5125   40     1002                           NA                       NA   8
## 5126   45     1001                           NA                       NA   8
## 5127   45     1000                           NA                       NA   8
## 5128   50      998                           NA                       NA   8
## 5129   50      997                           NA                       NA   8
## 5130   55      995                           NA                       NA   8
## 5131   55      993                           NA                       NA   8
## 5132   60      991                           NA                       NA   8
## 5133   65      987                           NA                       NA   8
## 5134   75      979                           NA                       NA   8
## 5135   80      976                           NA                       NA   8
## 5136   85      973                           NA                       NA   8
## 5137   90      970                           NA                       NA   8
## 5138   90      970                           NA                       NA   8
## 5139   90      971                           NA                       NA   8
## 5140   85      972                           NA                       NA   8
## 5141   85      973                           NA                       NA   8
## 5142   85      974                           NA                       NA   8
## 5143   80      976                           NA                       NA   8
## 5144   80      977                           NA                       NA   8
## 5145   80      978                           NA                       NA   8
## 5146   75      979                           NA                       NA   8
## 5147   75      981                           NA                       NA   8
## 5148   70      983                           NA                       NA   8
## 5149   65      985                           NA                       NA   8
## 5150   65      987                           NA                       NA   8
## 5151   55      994                           NA                       NA   8
## 5152   30     1011                           NA                       NA   8
## 5153   30     1010                           NA                       NA   8
## 5154   30     1010                           NA                       NA   8
## 5155   30     1010                           NA                       NA   8
## 5156   30     1010                           NA                       NA   8
## 5157   30     1010                           NA                       NA   8
## 5158   30     1009                           NA                       NA   8
## 5159   30     1010                           NA                       NA   8
## 5160   30     1010                           NA                       NA   8
## 5161   25     1011                           NA                       NA   8
## 5162   25     1011                           NA                       NA   8
## 5163   25     1012                           NA                       NA   8
## 5164   25     1013                           NA                       NA   8
## 5165   30     1008                           NA                       NA   8
## 5166   30     1008                           NA                       NA   8
## 5167   35     1007                           NA                       NA   8
## 5168   40     1009                           NA                       NA   8
## 5169   45     1009                           NA                       NA   8
## 5170   45     1007                           NA                       NA   8
## 5171   45     1009                           NA                       NA   8
## 5172   30     1010                           NA                       NA   8
## 5173   25     1012                           NA                       NA   8
## 5174   25     1009                           NA                       NA   8
## 5175   25     1009                           NA                       NA   8
## 5176   25     1009                           NA                       NA   8
## 5177   30     1009                           NA                       NA   8
## 5178   35     1008                           NA                       NA   8
## 5179   30     1011                           NA                       NA   8
## 5180   25     1012                           NA                       NA   8
## 5181   25     1012                           NA                       NA   8
## 5182   20     1013                           NA                       NA   8
## 5183   30     1010                           NA                       NA   8
## 5184   30     1010                           NA                       NA   8
## 5185   35     1009                           NA                       NA   8
## 5186   40     1008                           NA                       NA   8
## 5187   45     1007                           NA                       NA   8
## 5188   55     1006                           NA                       NA   8
## 5189   65     1005                           NA                       NA   8
## 5190   75     1004                           NA                       NA   8
## 5191   75     1004                           NA                       NA   8
## 5192   70      995                           NA                       NA   8
## 5193   70      991                           NA                       NA   8
## 5194   65      993                           NA                       NA   8
## 5195   65      993                           NA                       NA   8
## 5196   65      994                           NA                       NA   8
## 5197   65      994                           NA                       NA   8
## 5198   65      995                           NA                       NA   8
## 5199   65      995                           NA                       NA   8
## 5200   65      995                           NA                       NA   8
## 5201   60     1005                           NA                       NA   8
## 5202   50     1009                           NA                       NA   8
## 5203   40     1010                           NA                       NA   8
## 5204   35     1011                           NA                       NA   8
## 5205   30     1011                           NA                       NA   8
## 5206   25     1009                           NA                       NA   9
## 5207   30     1009                           NA                       NA   9
## 5208   30     1009                           NA                       NA   9
## 5209   35     1008                           NA                       NA   9
## 5210   35     1008                           NA                       NA   9
## 5211   35     1008                           NA                       NA   9
## 5212   35     1008                           NA                       NA   9
## 5213   35     1008                           NA                       NA   9
## 5214   35     1008                           NA                       NA   9
## 5215   30     1009                           NA                       NA   9
## 5216   25     1009                           NA                       NA   9
## 5217   30     1008                           NA                       NA   9
## 5218   30     1009                           NA                       NA   9
## 5219   25     1009                           NA                       NA   9
## 5220   25     1009                           NA                       NA   9
## 5221   25     1010                           NA                       NA   9
## 5222   25     1008                           NA                       NA   9
## 5223   25     1007                           NA                       NA   9
## 5224   25     1007                           NA                       NA   9
## 5225   25     1006                           NA                       NA   9
## 5226   25     1004                           NA                       NA   9
## 5227   30     1004                           NA                       NA   9
## 5228   40     1000                           NA                       NA   9
## 5229   50      997                           NA                       NA   9
## 5230   55      992                           NA                       NA   9
## 5231   60      983                           NA                       NA   9
## 5232   65      985                           NA                       NA   9
## 5233   70      981                           NA                       NA   9
## 5234   65      987                           NA                       NA   9
## 5235   65      985                           NA                       NA   9
## 5236   60      989                           NA                       NA   9
## 5237   55      991                           NA                       NA   9
## 5238   40     1000                           NA                       NA   9
## 5239   30     1006                           NA                       NA   9
## 5240   30     1008                           NA                       NA   9
## 5241   30     1008                           NA                       NA   9
## 5242   35     1005                           NA                       NA   9
## 5243   40     1001                           NA                       NA   9
## 5244   45     1000                           NA                       NA   9
## 5245   45     1000                           NA                       NA   9
## 5246   50      997                           NA                       NA   9
## 5247   55      994                           NA                       NA   9
## 5248   70      984                           NA                       NA   9
## 5249   85      973                           NA                       NA   9
## 5250  105      960                           NA                       NA   9
## 5251  100      960                           NA                       NA   9
## 5252  100      960                           NA                       NA   9
## 5253  100      960                           NA                       NA   9
## 5254   95      965                           NA                       NA   9
## 5255   95      965                           NA                       NA   9
## 5256   90      970                           NA                       NA   9
## 5257   90      970                           NA                       NA   9
## 5258   90      970                           NA                       NA   9
## 5259   85      973                           NA                       NA   9
## 5260   75      980                           NA                       NA   9
## 5261   75      980                           NA                       NA   9
## 5262   80      977                           NA                       NA   9
## 5263   85      973                           NA                       NA   9
## 5264   90      970                           NA                       NA   9
## 5265   95      965                           NA                       NA   9
## 5266  100      960                           NA                       NA   9
## 5267  105      955                           NA                       NA   9
## 5268  110      950                           NA                       NA   9
## 5269  120      943                           NA                       NA   9
## 5270  115      948                           NA                       NA   9
## 5271  110      950                           NA                       NA   9
## 5272  105      955                           NA                       NA   9
## 5273   90      965                           NA                       NA   9
## 5274   85      970                           NA                       NA   9
## 5275   80      975                           NA                       NA   9
## 5276   75      979                           NA                       NA   9
## 5277   70      985                           NA                       NA   9
## 5278   65      987                           NA                       NA  10
## 5279   60      990                           NA                       NA  10
## 5280   55      990                           NA                       NA  10
## 5281   25     1009                           NA                       NA   9
## 5282   30     1009                           NA                       NA   9
## 5283   35     1008                           NA                       NA   9
## 5284   35     1007                           NA                       NA   9
## 5285   35     1005                           NA                       NA   9
## 5286   40     1002                           NA                       NA   9
## 5287   50      998                           NA                       NA   9
## 5288   55      993                           NA                       NA   9
## 5289   65      985                           NA                       NA   9
## 5290   70      978                           NA                       NA   9
## 5291   75      976                           NA                       NA   9
## 5292   80      975                           NA                       NA   9
## 5293   80      975                           NA                       NA   9
## 5294   75      976                           NA                       NA   9
## 5295   75      977                           NA                       NA   9
## 5296   70      980                           NA                       NA   9
## 5297   65      984                           NA                       NA   9
## 5298   60      988                           NA                       NA   9
## 5299   55      992                           NA                       NA   9
## 5300   50      996                           NA                       NA   9
## 5301   45     1000                           NA                       NA   9
## 5302   40     1003                           NA                       NA   9
## 5303   40     1005                           NA                       NA  10
## 5304   35     1006                           NA                       NA  10
## 5305   35     1007                           NA                       NA  10
## 5306   30     1008                           NA                       NA  10
## 5307   30     1009                           NA                       NA  10
## 5308   25     1009                           NA                       NA  10
## 5309   25     1005                           NA                       NA   9
## 5310   25     1004                           NA                       NA   9
## 5311   30     1003                           NA                       NA   9
## 5312   30     1002                           NA                       NA   9
## 5313   40     1000                           NA                       NA   9
## 5314   45      993                           NA                       NA   9
## 5315   55      987                           NA                       NA   9
## 5316   65      982                           NA                       NA   9
## 5317   75      977                           NA                       NA   9
## 5318  100      955                           NA                       NA  10
## 5319  120      941                           NA                       NA  10
## 5320  120      939                           NA                       NA  10
## 5321  115      944                           NA                       NA  10
## 5322  110      950                           NA                       NA  10
## 5323  100      959                           NA                       NA  10
## 5324   80      974                           NA                       NA  10
## 5325   70      980                           NA                       NA  10
## 5326   65      987                           NA                       NA  10
## 5327   65      988                           NA                       NA  10
## 5328   60      989                           NA                       NA  10
## 5329   60      990                           NA                       NA  10
## 5330   45      990                           NA                       NA  10
## 5331   30      995                           NA                       NA  10
## 5332   30      998                           NA                       NA  10
## 5333   25     1000                           NA                       NA  10
## 5334   30     1000                           NA                       NA  10
## 5335   35      999                           NA                       NA  10
## 5336   40      996                           NA                       NA  10
## 5337   60      988                           NA                       NA  10
## 5338   65      987                           NA                       NA  10
## 5339   75      983                           NA                       NA  10
## 5340   80      980                           NA                       NA  10
## 5341   45      988                           NA                       NA  10
## 5342   30     1002                           NA                       NA  10
## 5343   20     1007                           NA                       NA  10
## 5344   35     1009                           NA                       NA  10
## 5345   35     1009                           NA                       NA  10
## 5346   35     1010                           NA                       NA  10
## 5347   40     1006                           NA                       NA  10
## 5348   40     1007                           NA                       NA  10
## 5349   40     1007                           NA                       NA  10
## 5350   40     1006                           NA                       NA  10
## 5351   40     1006                           NA                       NA  10
## 5352   40     1006                           NA                       NA  10
## 5353   35     1003                           NA                       NA  10
## 5354   45     1000                           NA                       NA  10
## 5355   55      995                           NA                       NA  10
## 5356   65      988                           NA                       NA  10
## 5357   65      988                           NA                       NA  10
## 5358   65      986                           NA                       NA  10
## 5359   65      984                           NA                       NA  10
## 5360   70      979                           NA                       NA  10
## 5361   75      983                           NA                       NA  10
## 5362   65      986                           NA                       NA  10
## 5363   75      979                           NA                       NA  10
## 5364   85      965                           NA                       NA  10
## 5365   25     1009                           NA                       NA  10
## 5366   30     1008                           NA                       NA  10
## 5367   30     1008                           NA                       NA  10
## 5368   30     1005                           NA                       NA  10
## 5369   35     1003                           NA                       NA  10
## 5370   40     1000                           NA                       NA  10
## 5371   50      999                           NA                       NA  10
## 5372   50     1000                           NA                       NA  10
## 5373   50     1000                           NA                       NA  10
## 5374   45     1000                           NA                       NA  10
## 5375   40     1007                           NA                       NA   6
## 5376   50     1002                           NA                       NA   6
## 5377   45     1003                           NA                       NA   6
## 5378   45     1003                           NA                       NA   6
## 5379   30     1006                           NA                       NA   6
## 5380   20     1005                           NA                       NA   6
## 5381   20     1005                           NA                       NA   6
## 5382   20     1005                           NA                       NA   6
## 5383   20     1006                           NA                       NA   6
## 5384   20     1006                           NA                       NA   6
## 5385   15     1007                           NA                       NA   6
## 5386   15     1002                           NA                       NA   6
## 5387   20     1004                           NA                       NA   6
## 5388   20     1007                           NA                       NA   6
## 5389   20     1007                           NA                       NA   6
## 5390   20     1007                           NA                       NA   6
## 5391   20     1007                           NA                       NA   6
## 5392   20     1007                           NA                       NA   6
## 5393   20     1008                           NA                       NA   6
## 5394   25     1011                           NA                       NA   7
## 5395   25     1010                           NA                       NA   7
## 5396   25     1011                           NA                       NA   7
## 5397   25     1011                           NA                       NA   7
## 5398   25     1012                           NA                       NA   7
## 5399   30     1011                           NA                       NA   8
## 5400   45     1010                           NA                       NA   8
## 5401   40     1007                           NA                       NA   8
## 5402   35     1008                           NA                       NA   8
## 5403   35     1007                           NA                       NA   8
## 5404   35     1007                           NA                       NA   8
## 5405   30     1005                           NA                       NA   8
## 5406   30     1005                           NA                       NA   8
## 5407   30     1006                           NA                       NA   8
## 5408   35     1005                           NA                       NA   8
## 5409   35     1003                           NA                       NA   8
## 5410   40     1004                           NA                       NA   8
## 5411   50      990                           NA                       NA   8
## 5412   60      991                           NA                       NA   8
## 5413   60      992                           NA                       NA   8
## 5414   60      990                           NA                       NA   8
## 5415   60      991                           NA                       NA   8
## 5416   25     1007                           NA                       NA   8
## 5417   20     1009                           NA                       NA   8
## 5418   15     1012                           NA                       NA   8
## 5419   25     1010                           NA                       NA   8
## 5420   25     1010                           NA                       NA   8
## 5421   25     1010                           NA                       NA   8
## 5422   30     1010                           NA                       NA   8
## 5423   30     1010                           NA                       NA   8
## 5424   30     1010                           NA                       NA   8
## 5425   30     1011                           NA                       NA   8
## 5426   35     1010                           NA                       NA   8
## 5427   35     1006                           NA                       NA   8
## 5428   45     1004                           NA                       NA   8
## 5429   55     1003                           NA                       NA   8
## 5430   50     1006                           NA                       NA   8
## 5431   50     1003                           NA                       NA   8
## 5432   55     1002                           NA                       NA   8
## 5433   60      997                           NA                       NA   8
## 5434   60     1004                           NA                       NA   8
## 5435   55     1005                           NA                       NA   8
## 5436   50     1007                           NA                       NA   8
## 5437   50     1008                           NA                       NA   8
## 5438   50     1007                           NA                       NA   8
## 5439   55     1006                           NA                       NA   8
## 5440   60     1000                           NA                       NA   8
## 5441   60      999                           NA                       NA   8
## 5442   55     1000                           NA                       NA   8
## 5443   45     1002                           NA                       NA   8
## 5444   35     1006                           NA                       NA   8
## 5445   25     1007                           NA                       NA   8
## 5446   25     1008                           NA                       NA   8
## 5447   25     1009                           NA                       NA   8
## 5448   45     1010                           NA                       NA   8
## 5449   50     1009                           NA                       NA   8
## 5450   50     1010                           NA                       NA   8
## 5451   50     1010                           NA                       NA   8
## 5452   30     1012                           NA                       NA   8
## 5453   30     1004                           NA                       NA   8
## 5454   40     1001                           NA                       NA   8
## 5455   50     1000                           NA                       NA   8
## 5456   55      996                           NA                       NA   8
## 5457   60      994                           NA                       NA   8
## 5458   60      995                           NA                       NA   8
## 5459   55      996                           NA                       NA   8
## 5460   50      997                           NA                       NA   8
## 5461   30     1006                           NA                       NA   9
## 5462   30     1005                           NA                       NA   9
## 5463   40     1002                           NA                       NA   9
## 5464   45     1003                           NA                       NA   9
## 5465   45     1003                           NA                       NA   9
## 5466   45     1003                           NA                       NA   9
## 5467   50     1003                           NA                       NA   9
## 5468   50     1003                           NA                       NA   9
## 5469   40     1002                           NA                       NA   9
## 5470   40     1002                           NA                       NA   9
## 5471   45     1000                           NA                       NA   9
## 5472   45     1000                           NA                       NA   9
## 5473   45     1000                           NA                       NA   9
## 5474   45     1000                           NA                       NA   9
## 5475   45     1000                           NA                       NA   9
## 5476   35     1013                           NA                       NA   9
## 5477   25     1013                           NA                       NA   9
## 5478   25     1012                           NA                       NA   9
## 5479   30     1008                           NA                       NA   9
## 5480   30     1008                           NA                       NA   9
## 5481   35     1005                           NA                       NA   9
## 5482   35     1004                           NA                       NA   9
## 5483   40      999                           NA                       NA   9
## 5484   45      999                           NA                       NA   9
## 5485   60      994                           NA                       NA   9
## 5486   75      987                           NA                       NA   9
## 5487   90      982                           NA                       NA   9
## 5488   95      979                           NA                       NA   9
## 5489  105      968                           NA                       NA   9
## 5490  105      969                           NA                       NA   9
## 5491  105      969                           NA                       NA   9
## 5492  100      969                           NA                       NA   9
## 5493   90      970                           NA                       NA   9
## 5494   80      973                           NA                       NA   9
## 5495   80      976                           NA                       NA   9
## 5496   80      976                           NA                       NA   9
## 5497   80      976                           NA                       NA   9
## 5498   80      976                           NA                       NA   9
## 5499   75      979                           NA                       NA   9
## 5500   75      979                           NA                       NA   9
## 5501   75      979                           NA                       NA   9
## 5502   75      979                           NA                       NA   9
## 5503   70      982                           NA                       NA   9
## 5504   70      982                           NA                       NA   9
## 5505   70      982                           NA                       NA   9
## 5506   70      982                           NA                       NA   9
## 5507   65      987                           NA                       NA   9
## 5508   65      987                           NA                       NA   9
## 5509   65      984                           NA                       NA   9
## 5510   60      981                           NA                       NA   9
## 5511   30     1008                           NA                       NA   9
## 5512   30     1007                           NA                       NA   9
## 5513   30     1007                           NA                       NA   9
## 5514   30     1008                           NA                       NA   9
## 5515   30     1008                           NA                       NA   9
## 5516   30     1008                           NA                       NA   9
## 5517   30     1007                           NA                       NA   9
## 5518   30     1006                           NA                       NA   9
## 5519   30     1004                           NA                       NA   9
## 5520   35     1003                           NA                       NA   9
## 5521   35     1003                           NA                       NA   9
## 5522   40     1000                           NA                       NA   9
## 5523   45      998                           NA                       NA   9
## 5524   55      994                           NA                       NA   9
## 5525   60      993                           NA                       NA   9
## 5526   65      987                           NA                       NA   9
## 5527   75      979                           NA                       NA   9
## 5528   85      972                           NA                       NA   9
## 5529   95      966                           NA                       NA   9
## 5530  100      962                           NA                       NA   9
## 5531  100      962                           NA                       NA   9
## 5532   95      966                           NA                       NA   9
## 5533   90      970                           NA                       NA   9
## 5534   90      970                           NA                       NA   9
## 5535   90      970                           NA                       NA   9
## 5536   90      970                           NA                       NA   9
## 5537   85      975                           NA                       NA   9
## 5538   85      975                           NA                       NA   9
## 5539   80      976                           NA                       NA   9
## 5540   75      977                           NA                       NA   9
## 5541   70      979                           NA                       NA   9
## 5542   70      981                           NA                       NA   9
## 5543   65      983                           NA                       NA   9
## 5544   60      985                           NA                       NA   9
## 5545   55      990                           NA                       NA   9
## 5546   45      995                           NA                       NA   9
## 5547   40      998                           NA                       NA   9
## 5548   35     1001                           NA                       NA   9
## 5549   30     1002                           NA                       NA   9
## 5550   25     1002                           NA                       NA   9
## 5551   25     1010                           NA                       NA   9
## 5552   25     1009                           NA                       NA   9
## 5553   25     1008                           NA                       NA   9
## 5554   25     1008                           NA                       NA   9
## 5555   30     1007                           NA                       NA   9
## 5556   30     1005                           NA                       NA   9
## 5557   30     1005                           NA                       NA   9
## 5558   35     1003                           NA                       NA   9
## 5559   40      998                           NA                       NA   9
## 5560   45      997                           NA                       NA   9
## 5561   50      992                           NA                       NA   9
## 5562   60      983                           NA                       NA   9
## 5563   45      994                           NA                       NA   9
## 5564   40      995                           NA                       NA   9
## 5565   40      995                           NA                       NA   9
## 5566   40      998                           NA                       NA   9
## 5567   45      999                           NA                       NA   9
## 5568   50      998                           NA                       NA   9
## 5569   50      998                           NA                       NA   9
## 5570   55      995                           NA                       NA   9
## 5571   55      995                           NA                       NA   9
## 5572   65      991                           NA                       NA   9
## 5573   65      991                           NA                       NA   9
## 5574   70      983                           NA                       NA   9
## 5575   70      983                           NA                       NA   9
## 5576   60      987                           NA                       NA   9
## 5577   55      990                           NA                       NA   9
## 5578   55      990                           NA                       NA   9
## 5579   60      980                           NA                       NA   9
## 5580   60      975                           NA                       NA   9
## 5581   30     1008                           NA                       NA   9
## 5582   30     1005                           NA                       NA   9
## 5583   30     1006                           NA                       NA   9
## 5584   25     1008                           NA                       NA   9
## 5585   25     1012                           NA                       NA   9
## 5586   25     1012                           NA                       NA   9
## 5587   25     1010                           NA                       NA   9
## 5588   30     1010                           NA                       NA   9
## 5589   40     1007                           NA                       NA   9
## 5590   50      998                           NA                       NA   9
## 5591   55      995                           NA                       NA   9
## 5592   55      994                           NA                       NA   9
## 5593   65      990                           NA                       NA   9
## 5594   80      986                           NA                       NA   9
## 5595   85      983                           NA                       NA   9
## 5596   75      989                           NA                       NA   9
## 5597   70      990                           NA                       NA   9
## 5598   70      991                           NA                       NA   9
## 5599   65      992                           NA                       NA   9
## 5600   65      992                           NA                       NA   9
## 5601   65      992                           NA                       NA   9
## 5602   65      990                           NA                       NA   9
## 5603   65      990                           NA                       NA   9
## 5604   75      980                           NA                       NA   9
## 5605   90      970                           NA                       NA   9
## 5606   80      977                           NA                       NA   9
## 5607   70      987                           NA                       NA   9
## 5608   65      991                           NA                       NA   9
## 5609   60      994                           NA                       NA   9
## 5610   45      996                           NA                       NA   9
## 5611   25     1011                           NA                       NA  10
## 5612   30     1010                           NA                       NA  10
## 5613   30     1010                           NA                       NA  10
## 5614   30     1010                           NA                       NA  10
## 5615   35     1008                           NA                       NA  10
## 5616   45     1005                           NA                       NA  10
## 5617   50     1001                           NA                       NA  10
## 5618   55      998                           NA                       NA  10
## 5619   55      998                           NA                       NA  10
## 5620   65      992                           NA                       NA  10
## 5621   75      993                           NA                       NA  10
## 5622   75      989                           NA                       NA  10
## 5623   75      989                           NA                       NA  10
## 5624   75      991                           NA                       NA  10
## 5625   80      988                           NA                       NA  10
## 5626   90      963                           NA                       NA  10
## 5627  120      950                           NA                       NA  10
## 5628  115      950                           NA                       NA  10
## 5629  125      948                           NA                       NA  10
## 5630  125      948                           NA                       NA  10
## 5631   60     1005                           NA                       NA  10
## 5632   30     1004                           NA                       NA  10
## 5633   25     1008                           NA                       NA  10
## 5634   30     1007                           NA                       NA  10
## 5635   35     1007                           NA                       NA  10
## 5636   40     1007                           NA                       NA  10
## 5637   45     1007                           NA                       NA  10
## 5638   45     1007                           NA                       NA  10
## 5639   45     1006                           NA                       NA  10
## 5640   45     1004                           NA                       NA  10
## 5641   35     1007                           NA                       NA  10
## 5642   25     1008                           NA                       NA  10
## 5643   60      988                           NA                       NA  10
## 5644   60      986                           NA                       NA  10
## 5645   65      985                           NA                       NA  10
## 5646   65      985                           NA                       NA  10
## 5647   70      982                           NA                       NA  10
## 5648   60      988                           NA                       NA  10
## 5649   55      992                           NA                       NA  10
## 5650   50      995                           NA                       NA  10
## 5651   45      997                           NA                       NA  10
## 5652   40      998                           NA                       NA  10
## 5653   30     1010                           NA                       NA  10
## 5654   30     1009                           NA                       NA  10
## 5655   30     1009                           NA                       NA  10
## 5656   30     1009                           NA                       NA  10
## 5657   30     1009                           NA                       NA  10
## 5658   30     1009                           NA                       NA  10
## 5659   30     1009                           NA                       NA  10
## 5660   30     1009                           NA                       NA  10
## 5661   30     1009                           NA                       NA  10
## 5662   30     1009                           NA                       NA  10
## 5663   35     1007                           NA                       NA  10
## 5664   35     1007                           NA                       NA  10
## 5665   35     1007                           NA                       NA  10
## 5666   35     1008                           NA                       NA  10
## 5667   35     1008                           NA                       NA  10
## 5668   35     1008                           NA                       NA  10
## 5669   30     1004                           NA                       NA  10
## 5670   30     1004                           NA                       NA  10
## 5671   30     1005                           NA                       NA  10
## 5672   30     1005                           NA                       NA  10
## 5673   30     1006                           NA                       NA  10
## 5674   30     1004                           NA                       NA  10
## 5675   30     1005                           NA                       NA  10
## 5676   30     1004                           NA                       NA  10
## 5677   30     1004                           NA                       NA  10
## 5678   35     1001                           NA                       NA  11
## 5679   45      999                           NA                       NA  11
## 5680   50      995                           NA                       NA  11
## 5681   50      993                           NA                       NA  11
## 5682   55      991                           NA                       NA  11
## 5683   60      988                           NA                       NA  11
## 5684   70      979                           NA                       NA  11
## 5685   80      969                           NA                       NA  11
## 5686   90      957                           NA                       NA  11
## 5687  105      942                           NA                       NA  11
## 5688  115      937                           NA                       NA  11
## 5689  110      934                           NA                       NA  11
## 5690  110      933                           NA                       NA  11
## 5691  115      938                           NA                       NA  11
## 5692  120      944                           NA                       NA  11
## 5693  120      947                           NA                       NA  11
## 5694  120      949                           NA                       NA  11
## 5695  115      950                           NA                       NA  11
## 5696  105      953                           NA                       NA  11
## 5697   80      972                           NA                       NA  11
## 5698   80      974                           NA                       NA  11
## 5699   75      980                           NA                       NA  11
## 5700   65      986                           NA                       NA  11
## 5701   65      986                           NA                       NA  11
## 5702   60      990                           NA                       NA  11
## 5703   55      994                           NA                       NA  11
## 5704   50      989                           NA                       NA  11
## 5705   50      989                           NA                       NA  11
## 5706   50      989                           NA                       NA  11
## 5707   50      989                           NA                       NA  11
## 5708   55      989                           NA                       NA  11
## 5709   60      987                           NA                       NA  11
## 5710   60      979                           NA                       NA  11
## 5711   60      979                           NA                       NA  11
## 5712   65      979                           NA                       NA  11
## 5713   65      977                           NA                       NA  11
## 5714   75      975                           NA                       NA  11
## 5715   80      973                           NA                       NA  11
## 5716   80      974                           NA                       NA  11
## 5717   75      975                           NA                       NA  11
## 5718   75      975                           NA                       NA  11
## 5719   75      975                           NA                       NA  11
## 5720   75      977                           NA                       NA  11
## 5721   70      979                           NA                       NA  11
## 5722   65      987                           NA                       NA  11
## 5723   60      990                           NA                       NA  11
## 5724   60      992                           NA                       NA  11
## 5725   55      994                           NA                       NA  11
## 5726   45      998                           NA                       NA  11
## 5727   35     1001                           NA                       NA  11
## 5728   30     1003                           NA                       NA  11
## 5729   30     1004                           NA                       NA  11
## 5730   30     1004                           NA                       NA  12
## 5731   30     1005                           NA                       NA  12
## 5732   30     1004                           NA                       NA  12
## 5733   30     1004                           NA                       NA  12
## 5734   35     1003                           NA                       NA  12
## 5735   35     1003                           NA                       NA  12
## 5736   40     1001                           NA                       NA  12
## 5737   40     1001                           NA                       NA  12
## 5738   35     1004                           NA                       NA  12
## 5739   35     1005                           NA                       NA  12
## 5740   35     1005                           NA                       NA  12
## 5741   35     1005                           NA                       NA  12
## 5742   30     1006                           NA                       NA  12
## 5743   30     1006                           NA                       NA  12
## 5744   30     1006                           NA                       NA  12
## 5745   30     1006                           NA                       NA  12
## 5746   30     1009                           NA                       NA   7
## 5747   30     1008                           NA                       NA   7
## 5748   35     1006                           NA                       NA   7
## 5749   45     1004                           NA                       NA   7
## 5750   45     1002                           NA                       NA   7
## 5751   50     1000                           NA                       NA   7
## 5752   50      998                           NA                       NA   7
## 5753   50      998                           NA                       NA   7
## 5754   50      997                           NA                       NA   7
## 5755   30     1008                           NA                       NA   8
## 5756   30     1004                           NA                       NA   8
## 5757   30     1004                           NA                       NA   8
## 5758   30     1004                           NA                       NA   8
## 5759   35     1002                           NA                       NA   8
## 5760   40      999                           NA                       NA   8
## 5761   40      999                           NA                       NA   8
## 5762   40      999                           NA                       NA   8
## 5763   40     1000                           NA                       NA   8
## 5764   45     1000                           NA                       NA   8
## 5765   45     1000                           NA                       NA   8
## 5766   45     1003                           NA                       NA   8
## 5767   45     1008                           NA                       NA   8
## 5768   30     1013                           NA                       NA   9
## 5769   30     1011                           NA                       NA   9
## 5770   35     1007                           NA                       NA   9
## 5771   35     1007                           NA                       NA   9
## 5772   35     1005                           NA                       NA   9
## 5773   35     1003                           NA                       NA   9
## 5774   35     1003                           NA                       NA   9
## 5775   55     1002                           NA                       NA   9
## 5776   45     1004                           NA                       NA   9
## 5777   40     1005                           NA                       NA   9
## 5778   35     1002                           NA                       NA   9
## 5779   35     1006                           NA                       NA   9
## 5780   35     1009                           NA                       NA   9
## 5781   35     1008                           NA                       NA   9
## 5782   35     1009                           NA                       NA   9
## 5783   25     1011                           NA                       NA   9
## 5784   20     1011                           NA                       NA   9
## 5785   20     1011                           NA                       NA   9
## 5786   20     1009                           NA                       NA   9
## 5787   20     1010                           NA                       NA   9
## 5788   20     1008                           NA                       NA   9
## 5789   30     1009                           NA                       NA   9
## 5790   35     1006                           NA                       NA   9
## 5791   45     1005                           NA                       NA   9
## 5792   50     1001                           NA                       NA   9
## 5793   50      999                           NA                       NA   9
## 5794   50      998                           NA                       NA   9
## 5795   50      999                           NA                       NA   9
## 5796   50      999                           NA                       NA   9
## 5797   30     1002                           NA                       NA   9
## 5798   25     1002                           NA                       NA   9
## 5799   20     1003                           NA                       NA   9
## 5800   30     1013                           NA                       NA   9
## 5801   30     1014                           NA                       NA   9
## 5802   30     1015                           NA                       NA   9
## 5803   25     1016                           NA                       NA   9
## 5804   25     1016                           NA                       NA   9
## 5805   50      987                           NA                       NA   9
## 5806   55      985                           NA                       NA   9
## 5807   55      983                           NA                       NA   9
## 5808   60      977                           NA                       NA   9
## 5809   70      971                           NA                       NA   9
## 5810   85      964                           NA                       NA   9
## 5811   80      962                           NA                       NA   9
## 5812   80      960                           NA                       NA   9
## 5813   80      960                           NA                       NA   9
## 5814   75      960                           NA                       NA   9
## 5815   65      963                           NA                       NA   9
## 5816   30     1001                           NA                       NA   9
## 5817   35     1001                           NA                       NA   9
## 5818   35     1001                           NA                       NA   9
## 5819   35     1001                           NA                       NA   9
## 5820   35     1001                           NA                       NA   9
## 5821   40     1002                           NA                       NA   9
## 5822   45     1002                           NA                       NA   9
## 5823   45     1003                           NA                       NA   9
## 5824   50     1001                           NA                       NA   9
## 5825   50     1003                           NA                       NA   9
## 5826   50     1003                           NA                       NA   9
## 5827   50     1003                           NA                       NA   9
## 5828   50     1002                           NA                       NA   9
## 5829   30     1005                           NA                       NA   9
## 5830   20     1009                           NA                       NA   9
## 5831   20     1011                           NA                       NA   9
## 5832   20     1014                           NA                       NA   9
## 5833   25     1009                           NA                       NA   9
## 5834   25     1009                           NA                       NA   9
## 5835   25     1009                           NA                       NA   9
## 5836   25     1009                           NA                       NA   9
## 5837   30     1008                           NA                       NA   9
## 5838   30     1006                           NA                       NA   9
## 5839   30     1006                           NA                       NA   9
## 5840   35     1006                           NA                       NA   9
## 5841   40     1004                           NA                       NA   9
## 5842   45     1001                           NA                       NA   9
## 5843   50      998                           NA                       NA   9
## 5844   50      990                           NA                       NA   9
## 5845   60      990                           NA                       NA   9
## 5846   65      983                           NA                       NA   9
## 5847   75      979                           NA                       NA   9
## 5848   90      967                           NA                       NA   9
## 5849   85      966                           NA                       NA   9
## 5850   75      965                           NA                       NA   9
## 5851   75      964                           NA                       NA   9
## 5852   75      964                           NA                       NA   9
## 5853   85      964                           NA                       NA   9
## 5854  100      955                           NA                       NA   9
## 5855  110      946                           NA                       NA   9
## 5856  110      947                           NA                       NA   9
## 5857  110      936                           NA                       NA   9
## 5858  110      934                           NA                       NA   9
## 5859  110      935                           NA                       NA   9
## 5860  110      936                           NA                       NA   9
## 5861  100      950                           NA                       NA   9
## 5862   70      952                           NA                       NA   9
## 5863   60      960                           NA                       NA   9
## 5864   50      968                           NA                       NA   9
## 5865   35      980                           NA                       NA   9
## 5866   45      985                           NA                       NA   9
## 5867   50      987                           NA                       NA   9
## 5868   50      988                           NA                       NA   9
## 5869   50      987                           NA                       NA   9
## 5870   50      987                           NA                       NA   9
## 5871   50      990                           NA                       NA   9
## 5872   55      988                           NA                       NA   9
## 5873   55      989                           NA                       NA   9
## 5874   55      984                           NA                       NA   9
## 5875   55      985                           NA                       NA   9
## 5876   40      988                           NA                       NA   9
## 5877   20      992                           NA                       NA   9
## 5878   20      995                           NA                       NA   9
## 5879   20      998                           NA                       NA   9
## 5880   30     1016                           NA                       NA   9
## 5881   30     1015                           NA                       NA   9
## 5882   30     1014                           NA                       NA   9
## 5883   35     1009                           NA                       NA   9
## 5884   35     1009                           NA                       NA   9
## 5885   35     1009                           NA                       NA   9
## 5886   35     1009                           NA                       NA   9
## 5887   35     1009                           NA                       NA   9
## 5888   35     1007                           NA                       NA   9
## 5889   35     1007                           NA                       NA   9
## 5890   35     1005                           NA                       NA   9
## 5891   40     1003                           NA                       NA   9
## 5892   40     1003                           NA                       NA   9
## 5893   45     1000                           NA                       NA   9
## 5894   50      997                           NA                       NA   9
## 5895   55      994                           NA                       NA   9
## 5896   55      994                           NA                       NA   9
## 5897   55      994                           NA                       NA   9
## 5898   60      990                           NA                       NA   9
## 5899   65      987                           NA                       NA   9
## 5900   65      987                           NA                       NA   9
## 5901   70      984                           NA                       NA   9
## 5902   75      982                           NA                       NA   9
## 5903   75      981                           NA                       NA   9
## 5904   75      980                           NA                       NA   9
## 5905   75      982                           NA                       NA   9
## 5906   75      982                           NA                       NA   9
## 5907   70      984                           NA                       NA   9
## 5908   70      984                           NA                       NA   9
## 5909   65      987                           NA                       NA   9
## 5910   60      990                           NA                       NA   9
## 5911   50      997                           NA                       NA   9
## 5912   45     1000                           NA                       NA   9
## 5913   40     1002                           NA                       NA   9
## 5914   40     1002                           NA                       NA   9
## 5915   40     1002                           NA                       NA   9
## 5916   40     1002                           NA                       NA   9
## 5917   35     1003                           NA                       NA   9
## 5918   35     1004                           NA                       NA   9
## 5919   30     1005                           NA                       NA   9
## 5920   30     1005                           NA                       NA  10
## 5921   30     1008                           NA                       NA  10
## 5922   35     1005                           NA                       NA  10
## 5923   40     1002                           NA                       NA  10
## 5924   45     1000                           NA                       NA  10
## 5925   45     1000                           NA                       NA  10
## 5926   50      997                           NA                       NA  10
## 5927   55      994                           NA                       NA  10
## 5928   55      994                           NA                       NA  10
## 5929   55      994                           NA                       NA  10
## 5930   50     1000                           NA                       NA  10
## 5931   45     1000                           NA                       NA  10
## 5932   45     1000                           NA                       NA  10
## 5933   35     1000                           NA                       NA  10
## 5934   35     1004                           NA                       NA  10
## 5935   35     1004                           NA                       NA  10
## 5936   35     1004                           NA                       NA  10
## 5937   30     1006                           NA                       NA  10
## 5938   30     1005                           NA                       NA  10
## 5939   30     1005                           NA                       NA  10
## 5940   30     1006                           NA                       NA  10
## 5941   30     1008                           NA                       NA  10
## 5942   35     1007                           NA                       NA  10
## 5943   35     1006                           NA                       NA  10
## 5944   35     1006                           NA                       NA  10
## 5945   35     1006                           NA                       NA  10
## 5946   35     1006                           NA                       NA  10
## 5947   35     1006                           NA                       NA  10
## 5948   35     1006                           NA                       NA  10
## 5949   35     1006                           NA                       NA  10
## 5950   35     1006                           NA                       NA  10
## 5951   30     1009                           NA                       NA  10
## 5952   30     1010                           NA                       NA  10
## 5953   30     1009                           NA                       NA  10
## 5954   30     1010                           NA                       NA  10
## 5955   25     1011                           NA                       NA  10
## 5956   25     1010                           NA                       NA  10
## 5957   25     1010                           NA                       NA  10
## 5958   25     1010                           NA                       NA  10
## 5959   30     1010                           NA                       NA  10
## 5960   30     1009                           NA                       NA  10
## 5961   35     1008                           NA                       NA  10
## 5962   35     1008                           NA                       NA  10
## 5963   35     1011                           NA                       NA  10
## 5964   35     1011                           NA                       NA  10
## 5965   35     1011                           NA                       NA  10
## 5966   30     1012                           NA                       NA  10
## 5967   40     1009                           NA                       NA  10
## 5968   40     1009                           NA                       NA  10
## 5969   25     1009                           NA                       NA   9
## 5970   30     1007                           NA                       NA   9
## 5971   30     1006                           NA                       NA   9
## 5972   30     1006                           NA                       NA   9
## 5973   30     1005                           NA                       NA   9
## 5974   35     1005                           NA                       NA   9
## 5975   40     1005                           NA                       NA   9
## 5976   45     1004                           NA                       NA   9
## 5977   50     1005                           NA                       NA   9
## 5978   50     1006                           NA                       NA   9
## 5979   50     1006                           NA                       NA   9
## 5980   60     1004                           NA                       NA   9
## 5981   50     1007                           NA                       NA   9
## 5982   35     1008                           NA                       NA   9
## 5983   35     1008                           NA                       NA   9
## 5984   30     1006                           NA                       NA   9
## 5985   30     1006                           NA                       NA   9
## 5986   35     1003                           NA                       NA   9
## 5987   40     1004                           NA                       NA   9
## 5988   45      999                           NA                       NA   9
## 5989   45      999                           NA                       NA   9
## 5990   45     1002                           NA                       NA   9
## 5991   45     1003                           NA                       NA   9
## 5992   45     1001                           NA                       NA   9
## 5993   40      999                           NA                       NA   9
## 5994   45      994                           NA                       NA   9
## 5995   50      994                           NA                       NA   9
## 5996   55      993                           NA                       NA   9
## 5997   60      990                           NA                       NA   9
## 5998   65      986                           NA                       NA   9
## 5999   65      986                           NA                       NA   9
## 6000   65      984                           NA                       NA   9
## 6001   70      978                           NA                       NA  10
## 6002   75      970                           NA                       NA  10
## 6003   90      971                           NA                       NA  10
## 6004   90      971                           NA                       NA  10
## 6005   90      971                           NA                       NA  10
## 6006   90      971                           NA                       NA  10
## 6007   90      967                           NA                       NA  10
## 6008  100      962                           NA                       NA  10
## 6009  110      952                           NA                       NA  10
## 6010  120      941                           NA                       NA  10
## 6011  125      938                           NA                       NA  10
## 6012  125      940                           NA                       NA  10
## 6013  105      957                           NA                       NA  10
## 6014   80      962                           NA                       NA  10
## 6015   80      963                           NA                       NA  10
## 6016   60      976                           NA                       NA  10
## 6017   40      985                           NA                       NA  10
## 6018   30      994                           NA                       NA  10
## 6019   25      997                           NA                       NA  10
## 6020   30     1008                           NA                       NA  10
## 6021   30     1005                           NA                       NA  10
## 6022   30     1004                           NA                       NA  10
## 6023   30     1004                           NA                       NA  10
## 6024   30     1004                           NA                       NA  10
## 6025   30     1002                           NA                       NA  10
## 6026   30     1003                           NA                       NA  10
## 6027   30     1003                           NA                       NA  10
## 6028   30     1005                           NA                       NA  10
## 6029   25     1006                           NA                       NA  10
## 6030   25     1006                           NA                       NA  10
## 6031   50      995                           NA                       NA   4
## 6032   50      995                           NA                       NA   4
## 6033   50      995                           NA                       NA   4
## 6034   50      994                           NA                       NA   4
## 6035   50      994                           NA                       NA   4
## 6036   50      994                           NA                       NA   4
## 6037   45      995                           NA                       NA   4
## 6038   45      996                           NA                       NA   4
## 6039   40      998                           NA                       NA   4
## 6040   40     1000                           NA                       NA   4
## 6041   40     1000                           NA                       NA   4
## 6042   35     1001                           NA                       NA   4
## 6043   35     1003                           NA                       NA   4
## 6044   30     1009                           NA                       NA   6
## 6045   30     1008                           NA                       NA   6
## 6046   30     1008                           NA                       NA   6
## 6047   30     1010                           NA                       NA   6
## 6048   30     1007                           NA                       NA   6
## 6049   35     1007                           NA                       NA   6
## 6050   40     1009                           NA                       NA   6
## 6051   45     1008                           NA                       NA   6
## 6052   45     1007                           NA                       NA   6
## 6053   50     1002                           NA                       NA   6
## 6054   50      997                           NA                       NA   6
## 6055   50      997                           NA                       NA   6
## 6056   45      998                           NA                       NA   7
## 6057   30     1003                           NA                       NA   7
## 6058   25     1004                           NA                       NA   7
## 6059   20     1007                           NA                       NA   7
## 6060   20     1007                           NA                       NA   7
## 6061   20     1007                           NA                       NA   7
## 6062   20     1009                           NA                       NA   7
## 6063   45     1006                           NA                       NA   7
## 6064   50     1001                           NA                       NA   7
## 6065   60     1003                           NA                       NA   7
## 6066   55     1004                           NA                       NA   7
## 6067   55     1002                           NA                       NA   7
## 6068   55     1002                           NA                       NA   7
## 6069   55      998                           NA                       NA   7
## 6070   70      988                           NA                       NA   7
## 6071   55     1003                           NA                       NA   7
## 6072   50     1010                           NA                       NA   7
## 6073   50     1009                           NA                       NA   7
## 6074   50     1009                           NA                       NA   7
## 6075   50     1009                           NA                       NA   7
## 6076   45     1009                           NA                       NA   7
## 6077   45     1008                           NA                       NA   7
## 6078   45     1007                           NA                       NA   7
## 6079   45     1006                           NA                       NA   7
## 6080   45     1008                           NA                       NA   7
## 6081   45     1003                           NA                       NA   7
## 6082   45     1005                           NA                       NA   7
## 6083   50      999                           NA                       NA   7
## 6084   50      995                           NA                       NA   7
## 6085   55      991                           NA                       NA   7
## 6086   55      993                           NA                       NA   7
## 6087   55      991                           NA                       NA   7
## 6088   60      989                           NA                       NA   7
## 6089   60      988                           NA                       NA   7
## 6090   65      987                           NA                       NA   7
## 6091   75      982                           NA                       NA   7
## 6092   80      979                           NA                       NA   7
## 6093   70      984                           NA                       NA   7
## 6094   50      995                           NA                       NA   7
## 6095   40      999                           NA                       NA   7
## 6096   35     1003                           NA                       NA   7
## 6097   35     1007                           NA                       NA   7
## 6098   30     1014                           NA                       NA   7
## 6099   25     1017                           NA                       NA   7
## 6100   30     1015                           NA                       NA   7
## 6101   35     1013                           NA                       NA   7
## 6102   45     1011                           NA                       NA   7
## 6103   50     1009                           NA                       NA   7
## 6104   55     1008                           NA                       NA   7
## 6105   55     1007                           NA                       NA   7
## 6106   55     1006                           NA                       NA   7
## 6107   60     1003                           NA                       NA   7
## 6108   65     1002                           NA                       NA   7
## 6109   65     1001                           NA                       NA   7
## 6110   65     1000                           NA                       NA   7
## 6111   65     1001                           NA                       NA   7
## 6112   60     1003                           NA                       NA   7
## 6113   55     1005                           NA                       NA   7
## 6114   45     1007                           NA                       NA   7
## 6115   40     1008                           NA                       NA   7
## 6116   30     1009                           NA                       NA   7
## 6117   30     1009                           NA                       NA   7
## 6118   30     1010                           NA                       NA   7
## 6119   30     1010                           NA                       NA   7
## 6120   30     1011                           NA                       NA   7
## 6121   30     1011                           NA                       NA   7
## 6122   30     1012                           NA                       NA   7
## 6123   30     1012                           NA                       NA   7
## 6124   30     1013                           NA                       NA   7
## 6125   30     1012                           NA                       NA   7
## 6126   25     1017                           NA                       NA   7
## 6127   25     1017                           NA                       NA   7
## 6128   30     1016                           NA                       NA   7
## 6129   25     1018                           NA                       NA   7
## 6130   20     1022                           NA                       NA   7
## 6131   15     1022                           NA                       NA   7
## 6132   15     1022                           NA                       NA   7
## 6133   35     1011                           NA                       NA   8
## 6134   40     1008                           NA                       NA   8
## 6135   40     1008                           NA                       NA   8
## 6136   45     1007                           NA                       NA   8
## 6137   50     1001                           NA                       NA   8
## 6138   55      995                           NA                       NA   8
## 6139   60      988                           NA                       NA   8
## 6140   65      986                           NA                       NA   8
## 6141   65      988                           NA                       NA   8
## 6142   35     1003                           NA                       NA   8
## 6143   25     1008                           NA                       NA   8
## 6144   30     1009                           NA                       NA   8
## 6145   30     1007                           NA                       NA   8
## 6146   30     1008                           NA                       NA   8
## 6147   30     1008                           NA                       NA   8
## 6148   25     1009                           NA                       NA   8
## 6149   30     1008                           NA                       NA   8
## 6150   30     1008                           NA                       NA   8
## 6151   35     1006                           NA                       NA   8
## 6152   40     1004                           NA                       NA   8
## 6153   45     1000                           NA                       NA   8
## 6154   50      997                           NA                       NA   8
## 6155   50      997                           NA                       NA   8
## 6156   60      990                           NA                       NA   8
## 6157   65      987                           NA                       NA   8
## 6158   70      984                           NA                       NA   8
## 6159   85      973                           NA                       NA   8
## 6160  100      960                           NA                       NA   8
## 6161  110      952                           NA                       NA   8
## 6162  110      952                           NA                       NA   8
## 6163  110      952                           NA                       NA   8
## 6164  115      948                           NA                       NA   8
## 6165  120      945                           NA                       NA   9
## 6166  120      949                           NA                       NA   9
## 6167  120      949                           NA                       NA   9
## 6168  125      944                           NA                       NA   9
## 6169  125      943                           NA                       NA   9
## 6170  120      945                           NA                       NA   9
## 6171  120      945                           NA                       NA   9
## 6172  120      946                           NA                       NA   9
## 6173  115      945                           NA                       NA   9
## 6174  110      945                           NA                       NA   9
## 6175  110      945                           NA                       NA   9
## 6176  110      944                           NA                       NA   9
## 6177  115      939                           NA                       NA   9
## 6178  105      944                           NA                       NA   9
## 6179  105      944                           NA                       NA   9
## 6180  110      941                           NA                       NA   9
## 6181  115      940                           NA                       NA   9
## 6182  105      946                           NA                       NA   9
## 6183  105      951                           NA                       NA   9
## 6184  105      950                           NA                       NA   9
## 6185  100      953                           NA                       NA   9
## 6186  100      956                           NA                       NA   9
## 6187  100      957                           NA                       NA   9
## 6188  100      958                           NA                       NA   9
## 6189   90      962                           NA                       NA   9
## 6190   85      965                           NA                       NA   9
## 6191   80      967                           NA                       NA   9
## 6192   75      972                           NA                       NA   9
## 6193   70      975                           NA                       NA   9
## 6194   70      977                           NA                       NA   9
## 6195   65      980                           NA                       NA   9
## 6196   25     1013                           NA                       NA   9
## 6197   25     1011                           NA                       NA   9
## 6198   25     1009                           NA                       NA   9
## 6199   30     1010                           NA                       NA   9
## 6200   30     1002                           NA                       NA   9
## 6201   30     1004                           NA                       NA   9
## 6202   35     1000                           NA                       NA   9
## 6203   40      997                           NA                       NA   9
## 6204   50      997                           NA                       NA   9
## 6205   30     1002                           NA                       NA   9
## 6206   30     1005                           NA                       NA   9
## 6207   30     1006                           NA                       NA   9
## 6208   25     1007                           NA                       NA   9
## 6209   25     1006                           NA                       NA   9
## 6210   30     1006                           NA                       NA   9
## 6211   30     1008                           NA                       NA   9
## 6212   30     1006                           NA                       NA   9
## 6213   30     1006                           NA                       NA   9
## 6214   30     1006                           NA                       NA   9
## 6215   30     1007                           NA                       NA   9
## 6216   30     1006                           NA                       NA   9
## 6217   30     1009                           NA                       NA   9
## 6218   35     1005                           NA                       NA   9
## 6219   40     1003                           NA                       NA   9
## 6220   45     1000                           NA                       NA   9
## 6221   55      994                           NA                       NA   9
## 6222   60      991                           NA                       NA   9
## 6223   65      987                           NA                       NA   9
## 6224   70      984                           NA                       NA   9
## 6225   80      976                           NA                       NA   9
## 6226   95      966                           NA                       NA   9
## 6227  110      952                           NA                       NA   9
## 6228  110      952                           NA                       NA   9
## 6229  115      948                           NA                       NA   9
## 6230  115      948                           NA                       NA   9
## 6231  115      948                           NA                       NA   9
## 6232  115      948                           NA                       NA   9
## 6233  110      952                           NA                       NA   9
## 6234  110      952                           NA                       NA   9
## 6235  115      948                           NA                       NA   9
## 6236  120      942                           NA                       NA   9
## 6237  125      935                           NA                       NA   9
## 6238  125      935                           NA                       NA   9
## 6239  135      925                           NA                       NA   9
## 6240  145      915                           NA                       NA   9
## 6241  140      920                           NA                       NA   9
## 6242  140      920                           NA                       NA   9
## 6243  140      920                           NA                       NA   9
## 6244  140      920                           NA                       NA   9
## 6245  135      925                           NA                       NA   9
## 6246  130      935                           NA                       NA   9
## 6247  135      935                           NA                       NA   9
## 6248  140      932                           NA                       NA   9
## 6249  135      935                           NA                       NA   9
## 6250  135      939                           NA                       NA   9
## 6251  135      935                           NA                       NA   9
## 6252  140      933                           NA                       NA   9
## 6253  130      937                           NA                       NA   9
## 6254  125      940                           NA                       NA   9
## 6255  120      946                           NA                       NA   9
## 6256  115      949                           NA                       NA   9
## 6257  105      952                           NA                       NA   9
## 6258  100      955                           NA                       NA   9
## 6259   95      959                           NA                       NA   9
## 6260   95      959                           NA                       NA   9
## 6261   95      957                           NA                       NA   9
## 6262   95      957                           NA                       NA   9
## 6263   90      957                           NA                       NA   9
## 6264   90      955                           NA                       NA   9
## 6265   90      953                           NA                       NA   9
## 6266   90      956                           NA                       NA   9
## 6267   90      956                           NA                       NA   9
## 6268   90      957                           NA                       NA   9
## 6269   85      958                           NA                       NA   9
## 6270   65      969                           NA                       NA   9
## 6271   50      988                           NA                       NA   9
## 6272   25     1009                           NA                       NA   9
## 6273   25     1009                           NA                       NA   9
## 6274   25     1009                           NA                       NA   9
## 6275   25     1008                           NA                       NA   9
## 6276   25     1007                           NA                       NA   9
## 6277   30     1007                           NA                       NA   9
## 6278   30     1007                           NA                       NA   9
## 6279   25     1008                           NA                       NA   9
## 6280   25     1009                           NA                       NA   9
## 6281   25     1010                           NA                       NA   9
## 6282   25     1009                           NA                       NA   9
## 6283   30     1007                           NA                       NA   9
## 6284   35     1006                           NA                       NA   9
## 6285   40     1002                           NA                       NA   9
## 6286   45     1000                           NA                       NA   9
## 6287   50      996                           NA                       NA   9
## 6288   55      992                           NA                       NA   9
## 6289   60      990                           NA                       NA   9
## 6290   65      987                           NA                       NA   9
## 6291   70      987                           NA                       NA   9
## 6292   75      984                           NA                       NA   9
## 6293   75      981                           NA                       NA   9
## 6294   75      979                           NA                       NA   9
## 6295   90      969                           NA                       NA   9
## 6296   90      970                           NA                       NA   9
## 6297   90      970                           NA                       NA   9
## 6298   90      970                           NA                       NA   9
## 6299   90      970                           NA                       NA   9
## 6300   85      972                           NA                       NA   9
## 6301   85      973                           NA                       NA   9
## 6302   65      982                           NA                       NA   9
## 6303   45      995                           NA                       NA   9
## 6304   30     1008                           NA                       NA   9
## 6305   30     1008                           NA                       NA   9
## 6306   30     1008                           NA                       NA   9
## 6307   30     1007                           NA                       NA   9
## 6308   30     1007                           NA                       NA   9
## 6309   30     1007                           NA                       NA   9
## 6310   30     1007                           NA                       NA   9
## 6311   30     1007                           NA                       NA   9
## 6312   35     1005                           NA                       NA   9
## 6313   45     1000                           NA                       NA   9
## 6314   50      997                           NA                       NA   9
## 6315   50      997                           NA                       NA   9
## 6316   50      997                           NA                       NA   9
## 6317   50      997                           NA                       NA   9
## 6318   55      994                           NA                       NA   9
## 6319   55      991                           NA                       NA   9
## 6320   65      987                           NA                       NA   9
## 6321   65      987                           NA                       NA   9
## 6322   55      992                           NA                       NA   9
## 6323   55      992                           NA                       NA   9
## 6324   50      996                           NA                       NA   9
## 6325   50      997                           NA                       NA  10
## 6326   50      997                           NA                       NA  10
## 6327   55      994                           NA                       NA  10
## 6328   65      987                           NA                       NA  10
## 6329   65      987                           NA                       NA  10
## 6330   75      979                           NA                       NA  10
## 6331   75      979                           NA                       NA  10
## 6332   80      976                           NA                       NA  10
## 6333   80      976                           NA                       NA  10
## 6334   90      970                           NA                       NA  10
## 6335   90      970                           NA                       NA  10
## 6336  100      962                           NA                       NA  10
## 6337  100      962                           NA                       NA  10
## 6338  100      962                           NA                       NA  10
## 6339  105      956                           NA                       NA  10
## 6340  110      952                           NA                       NA  10
## 6341  100      962                           NA                       NA  10
## 6342   95      968                           NA                       NA  10
## 6343   90      973                           NA                       NA  10
## 6344   85      975                           NA                       NA  10
## 6345   80      977                           NA                       NA  10
## 6346   80      977                           NA                       NA  10
## 6347   75      979                           NA                       NA  10
## 6348   70      983                           NA                       NA  10
## 6349   65      987                           NA                       NA  10
## 6350   60      987                           NA                       NA  10
## 6351   60      987                           NA                       NA  10
## 6352   60      980                           NA                       NA  10
## 6353   45     1003                           NA                       NA  10
## 6354   45     1002                           NA                       NA  10
## 6355   45     1000                           NA                       NA  10
## 6356   45      998                           NA                       NA  10
## 6357   50      996                           NA                       NA  10
## 6358   55      993                           NA                       NA  10
## 6359   50      994                           NA                       NA  10
## 6360   50      994                           NA                       NA  10
## 6361   50      995                           NA                       NA  10
## 6362   50      995                           NA                       NA  10
## 6363   50      994                           NA                       NA  10
## 6364   50      994                           NA                       NA  10
## 6365   50      996                           NA                       NA  10
## 6366   50      996                           NA                       NA  10
## 6367   50      996                           NA                       NA  10
## 6368   50      996                           NA                       NA  10
## 6369   50      997                           NA                       NA  10
## 6370   40     1000                           NA                       NA  10
## 6371   35     1003                           NA                       NA  10
## 6372   25     1005                           NA                       NA  10
## 6373   40     1004                           NA                       NA  10
## 6374   40     1002                           NA                       NA  10
## 6375   40     1003                           NA                       NA  10
## 6376   35     1007                           NA                       NA  10
## 6377   35     1007                           NA                       NA  10
## 6378   35     1006                           NA                       NA  10
## 6379   30     1007                           NA                       NA  10
## 6380   30     1008                           NA                       NA  10
## 6381   30     1008                           NA                       NA  10
## 6382   30     1008                           NA                       NA  10
## 6383   30     1008                           NA                       NA  10
## 6384   30     1008                           NA                       NA  10
## 6385   30     1007                           NA                       NA  10
## 6386   25     1008                           NA                       NA  10
## 6387   25     1009                           NA                       NA  10
## 6388   25     1008                           NA                       NA  10
## 6389   25     1008                           NA                       NA  10
## 6390   30     1007                           NA                       NA  10
## 6391   30     1006                           NA                       NA  10
## 6392   30     1006                           NA                       NA  10
## 6393   30     1006                           NA                       NA  10
## 6394   35     1005                           NA                       NA  10
## 6395   40     1003                           NA                       NA  10
## 6396   45     1000                           NA                       NA  10
## 6397   45     1000                           NA                       NA  10
## 6398   45     1000                           NA                       NA  10
## 6399   45     1000                           NA                       NA  10
## 6400   45     1000                           NA                       NA  10
## 6401   50      997                           NA                       NA  10
## 6402   55      994                           NA                       NA  10
## 6403   55      995                           NA                       NA  10
## 6404   55      994                           NA                       NA  10
## 6405   60      990                           NA                       NA  10
## 6406   55      994                           NA                       NA  10
## 6407   55      994                           NA                       NA  10
## 6408   55      994                           NA                       NA  10
## 6409   55      994                           NA                       NA  10
## 6410   50      997                           NA                       NA  10
## 6411   50      997                           NA                       NA  10
## 6412   50      997                           NA                       NA  10
## 6413   50      997                           NA                       NA  10
## 6414   45     1000                           NA                       NA  10
## 6415   45     1000                           NA                       NA  10
## 6416   45     1000                           NA                       NA  10
## 6417   40     1002                           NA                       NA  10
## 6418   35     1005                           NA                       NA  10
## 6419   35     1005                           NA                       NA  10
## 6420   40     1002                           NA                       NA  10
## 6421   45     1000                           NA                       NA  10
## 6422   45     1000                           NA                       NA  10
## 6423   40     1002                           NA                       NA  10
## 6424   35     1005                           NA                       NA  10
## 6425   35     1005                           NA                       NA  10
## 6426   35     1005                           NA                       NA  10
## 6427   35     1005                           NA                       NA  10
## 6428   30     1006                           NA                       NA  10
## 6429   30     1007                           NA                       NA  10
## 6430   30     1008                           NA                       NA  10
## 6431   30     1005                           NA                       NA  12
## 6432   35     1003                           NA                       NA  12
## 6433   45     1000                           NA                       NA  12
## 6434   50      993                           NA                       NA  12
## 6435   50      993                           NA                       NA  12
## 6436   50      995                           NA                       NA  12
## 6437   50      995                           NA                       NA  12
## 6438   55      995                           NA                       NA  12
## 6439   55      995                           NA                       NA  12
## 6440   55      994                           NA                       NA  12
## 6441   50      995                           NA                       NA  12
## 6442   45      997                           NA                       NA  12
## 6443   40     1000                           NA                       NA  12
## 6444   40     1003                           NA                       NA  12
## 6445   40      998                           NA                       NA  12
## 6446   50      992                           NA                       NA  12
## 6447   60      990                           NA                       NA  12
## 6448   45     1000                           NA                       NA  12
## 6449   35     1005                           NA                       NA  12
## 6450   30     1005                           NA                       NA  12
## 6451   30     1005                           NA                       NA  12
## 6452   30     1005                           NA                       NA  12
## 6453   25     1010                            0                        0   7
## 6454   25     1009                            0                        0   8
## 6455   25     1009                            0                        0   8
## 6456   30     1009                            0                        0   8
## 6457   35     1009                           50                        0   8
## 6458   35     1007                           50                        0   8
## 6459   40     1005                          150                        0   8
## 6460   50      992                          135                        0   8
## 6461   50      993                          125                        0   8
## 6462   60      987                          125                        0   8
## 6463   70      983                          130                       40   8
## 6464   85      974                          130                       40   8
## 6465   85      972                          165                       50   8
## 6466   80      974                          155                       55   8
## 6467   80      973                          195                       65   8
## 6468   85      973                          195                       65   8
## 6469   95      965                          225                       65   8
## 6470  105      957                          225                       70   8
## 6471  105      957                          300                       70   8
## 6472  100      962                          380                       70   8
## 6473   90      970                          375                       50   8
## 6474   75      978                          375                       50   8
## 6475   65      984                          375                       50   8
## 6476   50      987                          375                        0   8
## 6477   25     1010                            0                        0   8
## 6478   25     1010                            0                        0   8
## 6479   30     1010                            0                        0   8
## 6480   30     1010                            0                        0   8
## 6481   30     1010                            0                        0   8
## 6482   25     1009                            0                        0   8
## 6483   25     1008                            0                        0   8
## 6484   25     1008                            0                        0   8
## 6485   30     1008                            0                        0   8
## 6486   35     1008                           50                        0   8
## 6487   40     1007                           50                        0   8
## 6488   45     1006                           50                        0   8
## 6489   45     1005                           50                        0   8
## 6490   50     1002                           50                        0   8
## 6491   45     1003                           65                        0   8
## 6492   40     1003                           50                        0   8
## 6493   40     1003                           70                        0   8
## 6494   45     1001                           85                        0   8
## 6495   55     1001                           85                        0   8
## 6496   50     1007                           85                        0   8
## 6497   45     1008                           85                        0   8
## 6498   45     1002                           85                        0   8
## 6499   40     1002                           NA                       NA   8
## 6500   30     1006                            0                        0   8
## 6501   25     1008                            0                        0   8
## 6502   25     1008                            0                        0   8
## 6503   25     1008                            0                        0   8
## 6504   25     1008                            0                        0   8
## 6505   30     1010                            0                        0   8
## 6506   30     1009                            0                        0   8
## 6507   30     1009                            0                        0   8
## 6508   35     1007                           75                        0   8
## 6509   40     1004                          125                        0   8
## 6510   45     1000                          125                        0   8
## 6511   55      999                          125                        0   8
## 6512   55      999                          125                        0   8
## 6513   60      995                          150                        0   8
## 6514   65      993                          150                       25   8
## 6515   65      992                          150                       25   8
## 6516   75      988                          150                       20   8
## 6517   80      984                          165                       35   8
## 6518   90      980                          180                       40   8
## 6519   90      976                          180                       40   8
## 6520  105      966                           NA                       NA   8
## 6521  105      966                          180                       40   8
## 6522   95      969                          165                       40   8
## 6523  125      947                          125                       30   8
## 6524  130      941                           NA                       NA   8
## 6525  125      942                           NA                       NA   8
## 6526   75      970                          115                       40   8
## 6527   75      993                          140                       60   8
## 6528   65      988                          140                       40   8
## 6529   70      992                           NA                       NA   8
## 6530   65      997                           NA                       NA   8
## 6531   60     1000                          105                        0   8
## 6532   30     1009                            0                        0   8
## 6533   30     1009                            0                        0   8
## 6534   35     1009                           90                        0   8
## 6535   40     1004                          100                        0   8
## 6536   45     1004                          110                        0   8
## 6537   55      994                          165                        0   8
## 6538   65      987                          195                       40   8
## 6539   75      981                          195                       45   8
## 6540   80      978                          195                       45   8
## 6541   85      975                          195                       50   8
## 6542   90      970                          190                       40   8
## 6543   90      970                          180                       40   8
## 6544   90      970                          165                       40   8
## 6545   95      964                          150                       45   8
## 6546   95      965                          150                       45   8
## 6547   90      970                          150                       40   8
## 6548   90      970                          150                       35   8
## 6549   85      974                          150                       40   8
## 6550   75      981                          150                       40   8
## 6551   65      985                          130                       20   8
## 6552   55      994                          120                        0   8
## 6553   45     1005                           90                        0   8
## 6554   40     1007                          120                        0   8
## 6555   40     1007                           90                        0   8
## 6556   35     1007                           90                        0   8
## 6557   35     1007                           90                        0   8
## 6558   35     1009                           90                        0   8
## 6559   35     1010                           90                        0   8
## 6560   35     1011                           90                        0   8
## 6561   30     1012                            0                        0   8
## 6562   30     1012                            0                        0   8
## 6563   30     1013                            0                        0   8
## 6564   25     1014                            0                        0   8
## 6565   25     1015                            0                        0   8
## 6566   25     1014                            0                        0   8
## 6567   30     1011                            0                        0   8
## 6568   35     1005                           50                        0   8
## 6569   45     1000                           50                        0   8
## 6570   50      997                          115                        0   8
## 6571   55      994                          100                        0   8
## 6572   60      991                          100                        0   8
## 6573   65      986                           80                       10   8
## 6574   65      985                           NA                       NA   8
## 6575   45      992                           60                        0   8
## 6576   30      995                            0                        0   8
## 6577   30      998                            0                        0   8
## 6578   25     1000                            0                        0   8
## 6579   30     1002                            0                        0   8
## 6580   35     1001                           45                        0   8
## 6581   35     1001                           45                        0   8
## 6582   35     1001                           45                        0   8
## 6583   35      999                          120                        0   8
## 6584   40      999                          150                        0   9
## 6585   45      999                          180                        0   9
## 6586   25     1016                            0                        0   8
## 6587   25     1016                            0                        0   8
## 6588   25     1016                            0                        0   8
## 6589   30     1015                            0                        0   8
## 6590   30     1015                            0                        0   8
## 6591   30     1014                            0                        0   8
## 6592   30     1014                            0                        0   8
## 6593   35     1012                           75                        0   8
## 6594   40     1005                           75                        0   8
## 6595   40     1005                          100                        0   8
## 6596   50     1002                           90                        0   8
## 6597   45     1007                          100                        0   8
## 6598   45     1008                          125                        0   8
## 6599   35     1011                           40                        0   8
## 6600   35     1012                           25                        0   8
## 6601   25     1009                            0                        0   9
## 6602   30     1007                            0                        0   9
## 6603   35     1005                           50                        0   9
## 6604   40     1003                           50                        0   9
## 6605   45     1000                          185                        0   9
## 6606   45      999                          185                        0   9
## 6607   50      997                          160                        0   9
## 6608   50      997                          160                        0   9
## 6609   55      994                          160                        0   9
## 6610   60      991                          190                        0   9
## 6611   65      987                          180                       40   9
## 6612   85      977                          200                       40   9
## 6613  110      955                          200                       40   9
## 6614  115      948                          220                       60   9
## 6615  110      950                          220                       60   9
## 6616  110      955                          240                       60   9
## 6617   90      969                          170                       45   9
## 6618   90      964                          190                       60   9
## 6619   95      965                          200                       75   9
## 6620  100      963                          200                       75   9
## 6621  105      956                          265                       75   9
## 6622  110      952                           NA                       NA   9
## 6623  115      950                          265                       80   9
## 6624  120      946                          265                       80   9
## 6625  120      955                          265                       80   9
## 6626  120      950                          265                       80   9
## 6627  130      938                          265                       75   9
## 6628  140      925                          265                       75   9
## 6629  140      919                          265                       75   9
## 6630  130      921                          215                       60   9
## 6631  130      923                          240                       80   9
## 6632  125      930                          240                       80   9
## 6633  125      934                          240                       75   9
## 6634  120      940                          240                       75   9
## 6635  135      926                          240                       80   9
## 6636  130      924                           NA                       NA   9
## 6637  130      923                          250                       70   9
## 6638  125      925                          250                       70   9
## 6639  145      920                          250                       90   9
## 6640  145      910                          250                      120   9
## 6641  135      915                          250                      105   9
## 6642  135      919                          270                      125   9
## 6643  130      920                           NA                       NA   9
## 6644  130      920                          270                      125   9
## 6645  140      916                          300                      130   9
## 6646  140      920                          300                      130   9
## 6647  140      915                          305                      130   9
## 6648  140      912                          330                      170   9
## 6649  140      910                           NA                       NA   9
## 6650  140      914                          325                      160   9
## 6651  140      916                           NA                       NA   9
## 6652  140      924                          325                      160   9
## 6653  125      930                          375                      160   9
## 6654  120      931                          375                      165   9
## 6655  120      928                          375                      165   9
## 6656  120      935                          375                      165   9
## 6657  115      939                          425                      165   9
## 6658  115      937                          400                      165   9
## 6659  110      931                          400                      165   9
## 6660  105      943                          350                      165   9
## 6661  105      946                           NA                       NA   9
## 6662   70      965                          325                       80   9
## 6663   50      975                          100                        0   9
## 6664   30      986                            0                        0   9
## 6665   25      991                            0                        0   9
## 6666   20      994                            0                        0   9
## 6667   20      996                            0                        0   9
## 6668   20      999                            0                        0   9
## 6669   15      998                            0                        0   9
## 6670   15     1000                            0                        0   9
## 6671   30     1008                            0                        0   9
## 6672   35     1007                           75                        0   9
## 6673   35     1007                           75                        0   9
## 6674   50      998                          100                        0   9
## 6675   40     1003                           90                        0   9
## 6676   30     1003                            0                        0   9
## 6677   30     1004                            0                        0   9
## 6678   25     1009                            0                        0   9
## 6679   25     1009                            0                        0   9
## 6680   25     1009                            0                        0   9
## 6681   25     1010                            0                        0   9
## 6682   25     1011                            0                        0   9
## 6683   25     1012                            0                        0   9
## 6684   25     1012                            0                        0   9
## 6685   30     1012                            0                        0   9
## 6686   30     1013                            0                        0   9
## 6687   25     1010                            0                        0   9
## 6688   25     1010                            0                        0   9
## 6689   30     1009                            0                        0   9
## 6690   30     1009                            0                        0   9
## 6691   35     1006                           45                        0   9
## 6692   50      996                           70                        0   9
## 6693   55      996                           70                        0   9
## 6694   55      994                           70                        0   9
## 6695   60      991                          100                        0   9
## 6696   60      991                           NA                       NA   9
## 6697   60      991                          120                        0   9
## 6698   60      993                          120                        0   9
## 6699   60      992                           55                        0   9
## 6700   70      985                           NA                       NA   9
## 6701   70      984                           55                       20   9
## 6702   65      988                          120                       20   9
## 6703   60      990                          120                        0   9
## 6704   55      990                          120                        0   9
## 6705   50      990                          225                        0   9
## 6706   30     1002                            0                        0   9
## 6707   40     1000                           15                        0   9
## 6708   45     1000                           75                        0   9
## 6709   45     1000                           75                        0   9
## 6710   40     1005                           75                        0   9
## 6711   40     1002                           75                        0   9
## 6712   40     1002                           75                        0   9
## 6713   40     1000                           75                        0   9
## 6714   45      996                          150                        0   9
## 6715   50      994                          150                        0   9
## 6716   55      992                          165                        0   9
## 6717   60      989                          170                        0   9
## 6718   75      984                          170                       40   9
## 6719   75      982                          180                       40   9
## 6720   75      972                          195                       75   9
## 6721   75      972                          195                       70   9
## 6722   75      972                          195                       70   9
## 6723   80      972                          190                       70   9
## 6724   85      968                          210                       70   9
## 6725   85      968                          220                       70   9
## 6726   85      967                          220                       70   9
## 6727   85      966                          220                       70   9
## 6728   85      966                          220                       70   9
## 6729   80      966                          220                       70   9
## 6730   75      966                          220                       70   9
## 6731   70      966                          220                       70   9
## 6732   75      969                          225                       70   9
## 6733   80      969                          235                       75   9
## 6734   85      968                          235                       75   9
## 6735   85      964                          285                      105   9
## 6736   90      960                          285                      105   9
## 6737  100      957                          255                      105   9
## 6738  100      956                           NA                       NA   9
## 6739  105      952                          270                      105   9
## 6740  105      951                          305                      120   9
## 6741  105      950                           NA                       NA   9
## 6742   95      953                          305                      100   9
## 6743   75      965                          275                       30   9
## 6744   55      970                          275                        0   9
## 6745   45      978                          225                        0   9
## 6746   40      981                          265                        0   9
## 6747   35      987                          265                        0   9
## 6748   30      993                            0                        0   9
## 6749   25      998                            0                        0   9
## 6750   20      999                            0                        0   9
## 6751   20     1000                            0                        0   9
## 6752   25      999                            0                        0   9
## 6753   30     1008                            0                        0   9
## 6754   30     1007                            0                        0   9
## 6755   35     1005                           60                        0   9
## 6756   40     1002                           80                        0   9
## 6757   50      997                          110                        0   9
## 6758   55      994                          120                        0   9
## 6759   55      992                          150                        0   9
## 6760   70      984                          150                       25   9
## 6761   85      975                          170                       35   9
## 6762   90      970                          210                       35   9
## 6763   95      965                          210                       45   9
## 6764   95      965                          210                       45   9
## 6765  100      960                          225                       55   9
## 6766  105      955                          210                       55   9
## 6767  110      951                          240                       60   9
## 6768  110      951                          240                       60   9
## 6769  115      948                          270                       70   9
## 6770  110      951                          310                       90   9
## 6771  110      951                          325                      105   9
## 6772  120      943                          375                      105   9
## 6773  125      938                          425                      120   9
## 6774  120      943                          450                      135   9
## 6775  105      948                          450                      150   9
## 6776  100      955                          450                      150   9
## 6777   95      962                          450                      150   9
## 6778   90      967                          450                      150   9
## 6779   90      970                          450                      150   9
## 6780   95      965                          475                      125   9
## 6781  110      951                          500                      125   9
## 6782  105      953                          525                      125   9
## 6783   90      955                          550                      125   9
## 6784   80      957                          550                      125   9
## 6785   75      959                          575                      125   9
## 6786   70      961                          600                      140   9
## 6787   65      962                          675                      140   9
## 6788   30     1004                            0                        0   9
## 6789   30     1004                            0                        0   9
## 6790   30     1004                            0                        0   9
## 6791   40     1002                           80                        0   9
## 6792   50      997                           90                        0   9
## 6793   55      994                           90                        0   9
## 6794   60      990                           90                        0   9
## 6795   60      990                           90                        0   9
## 6796   60      990                           90                        0   9
## 6797   55      994                          100                        0   9
## 6798   50      997                          100                        0   9
## 6799   45     1000                           80                        0   9
## 6800   45     1000                           80                        0   9
## 6801   45     1000                           80                        0   9
## 6802   40     1002                          100                        0   9
## 6803   35     1003                          100                        0   9
## 6804   30     1005                            0                        0   9
## 6805   30     1005                            0                        0   9
## 6806   40     1002                           60                        0   9
## 6807   35     1003                           60                        0   9
## 6808   30     1005                            0                        0   9
## 6809   30     1005                            0                        0   9
## 6810   35     1003                           75                        0   9
## 6811   45     1000                           75                        0   9
## 6812   45     1000                           75                        0   9
## 6813   45     1000                          100                        0   9
## 6814   50      997                          150                        0   9
## 6815   55      994                          150                        0   9
## 6816   50      997                          150                        0   9
## 6817   45     1000                          175                        0   9
## 6818   45     1000                          200                        0   9
## 6819   45     1000                          150                        0   9
## 6820   40     1002                           75                        0   9
## 6821   40     1002                          125                        0   9
## 6822   40     1002                          125                        0   9
## 6823   45     1000                          125                        0   9
## 6824   55      994                          125                        0   9
## 6825   60      990                          150                        0   9
## 6826   60      990                          250                        0   9
## 6827   60      990                          275                        0   9
## 6828   60      990                          275                        0   9
## 6829   60      990                          350                        0   9
## 6830   55      994                          350                        0   9
## 6831   50      997                          230                        0   9
## 6832   45     1000                          185                        0   9
## 6833   50      997                          185                        0  10
## 6834   55      994                          185                        0  10
## 6835   60      990                          150                        0  10
## 6836   60      990                          130                        0  10
## 6837   60      990                          130                        0  10
## 6838   65      987                          130                       20  10
## 6839   65      987                          130                       20  10
## 6840   55      994                          125                        0  10
## 6841   50      997                          125                        0  10
## 6842   30     1007                            0                        0  10
## 6843   35     1004                          150                        0  10
## 6844   40     1000                          150                        0  10
## 6845   35     1002                          100                        0  10
## 6846   35     1002                          100                        0  10
## 6847   40      997                          120                        0  10
## 6848   40      998                          120                        0  10
## 6849   40      999                          100                        0  10
## 6850   35      999                           NA                       NA  10
## 6851   30     1000                            0                        0  10
## 6852   25     1002                            0                        0  10
## 6853   40      997                          175                        0  11
## 6854   40      997                          210                        0  12
## 6855   40      997                          210                        0  12
## 6856   40      997                          160                        0  12
## 6857   35      997                          120                        0  12
## 6858   35      997                           90                        0  12
## 6859   35      996                           65                        0  12
## 6860   30      995                            0                        0  12
## 6861   30      996                            0                        0  12
## 6862   30      997                            0                        0  12
## 6863   25     1010                            0                        0   7
## 6864   30     1009                            0                        0   7
## 6865   30     1009                            0                        0   7
## 6866   30     1007                            0                        0   7
## 6867   35     1006                           50                        0   7
## 6868   40     1005                           50                        0   7
## 6869   45     1004                           65                        0   7
## 6870   45     1004                           65                        0   7
## 6871   45     1003                          100                        0   7
## 6872   45     1003                          125                        0   7
## 6873   50     1003                          130                        0   7
## 6874   55     1003                          190                        0   7
## 6875   70      999                          190                       20   7
## 6876   75      991                          190                       25   7
## 6877   75      989                           NA                       NA   7
## 6878   85      980                          180                       40   7
## 6879  100      971                          165                       40   7
## 6880  110      959                          185                       40   7
## 6881  115      952                          190                       50   7
## 6882  115      964                          200                       50   7
## 6883   95      969                          200                       40   7
## 6884  110      958                          180                       50   7
## 6885  120      953                          180                       70   7
## 6886  130      944                          180                       75   7
## 6887  135      937                          190                       65   7
## 6888  140      929                          190                       65   7
## 6889  135      940                          190                       65   7
## 6890  130      946                          190                       65   7
## 6891  125      948                          190                       65   7
## 6892  120      951                          210                       65   7
## 6893  115      955                          235                       65   7
## 6894  115      955                           NA                       NA   7
## 6895   65      975                          215                       30   7
## 6896   65      984                          150                       30   7
## 6897   75      981                          175                       30   7
## 6898   80      980                          180                       50   7
## 6899   80      977                          205                       55   7
## 6900   85      959                          220                       70   7
## 6901  110      948                          230                       85   7
## 6902  110      944                          230                       85   7
## 6903  110      944                          215                       85   7
## 6904   70      975                          190                       60   7
## 6905   45      995                          120                        0   7
## 6906   30     1000                            0                        0   7
## 6907   25     1007                            0                        0   7
## 6908   30     1010                            0                        0   7
## 6909   40     1009                           35                        0   7
## 6910   40     1008                           35                        0   7
## 6911   45     1007                           30                        0   7
## 6912   45     1006                           45                        0   7
## 6913   45     1003                           75                        0   7
## 6914   50     1001                          100                        0   7
## 6915   60     1001                          115                        0   7
## 6916   60     1001                          120                        0   7
## 6917   55     1001                          105                        0   7
## 6918   55     1001                           90                        0   7
## 6919   45     1001                           90                        0   7
## 6920   45     1000                           90                        0   7
## 6921   40     1000                          105                        0   7
## 6922   40     1000                          120                        0   7
## 6923   40      999                          150                        0   7
## 6924   40      999                          150                        0   7
## 6925   35     1000                          150                        0   7
## 6926   35     1001                          120                        0   7
## 6927   35     1002                           90                        0   7
## 6928   35     1001                           90                        0   7
## 6929   40     1000                           90                        0   7
## 6930   40     1000                           90                        0   7
## 6931   45      999                           90                        0   7
## 6932   45      999                          130                        0   7
## 6933   50      997                          160                        0   7
## 6934   50      997                          160                        0   7
## 6935   45      999                          100                        0   7
## 6936   50      997                          115                        0   7
## 6937   50      997                          125                        0   7
## 6938   50      997                          135                        0   7
## 6939   50      997                          165                        0   7
## 6940   50      999                          160                        0   7
## 6941   25     1011                            0                        0   7
## 6942   30     1009                            0                        0   7
## 6943   35     1009                           50                        0   7
## 6944   35     1008                          100                        0   7
## 6945   35     1007                          150                        0   7
## 6946   40     1005                          150                        0   7
## 6947   30     1006                            0                        0   7
## 6948   25     1006                            0                        0   7
## 6949   30     1006                            0                        0   8
## 6950   30     1005                            0                        0   8
## 6951   40     1003                           90                        0   8
## 6952   45     1001                           90                        0   8
## 6953   50      999                           90                        0   8
## 6954   50      997                           90                        0   8
## 6955   50      995                           90                        0   8
## 6956   50      995                          105                        0   8
## 6957   55      994                          105                        0   8
## 6958   55      994                          120                        0   8
## 6959   55      994                          120                        0   8
## 6960   50      995                          135                        0   8
## 6961   45      997                          135                        0   8
## 6962   45      997                          150                        0   8
## 6963   50      995                          150                        0   8
## 6964   50      995                          135                        0   8
## 6965   50      995                          130                        0   8
## 6966   50      995                          130                        0   8
## 6967   50      995                          130                        0   8
## 6968   45      998                          130                        0   8
## 6969   45      998                          130                        0   8
## 6970   45      998                          150                        0   8
## 6971   45      998                          150                        0   8
## 6972   45      998                          180                        0   8
## 6973   45      998                          180                        0   8
## 6974   25     1009                            0                        0   8
## 6975   30     1008                            0                        0   8
## 6976   30     1008                            0                        0   8
## 6977   25     1009                            0                        0   8
## 6978   25     1009                            0                        0   8
## 6979   30     1008                            0                        0   8
## 6980   30     1007                            0                        0   8
## 6981   30     1007                            0                        0   8
## 6982   35     1006                           60                        0   8
## 6983   40     1003                           60                        0   8
## 6984   45     1000                           60                        0   8
## 6985   50      997                           60                        0   8
## 6986   55      994                          110                        0   8
## 6987   60      988                          130                        0   8
## 6988   70      984                           NA                       NA   8
## 6989   70      983                          120                       20   8
## 6990   65      987                          115                       20   8
## 6991   75      979                          120                       30   8
## 6992   85      968                          130                       35   8
## 6993   90      959                          165                       45   8
## 6994   95      950                          220                       65   8
## 6995  100      942                          220                       65   8
## 6996  100      948                          230                       80   8
## 6997  100      941                          240                      105   8
## 6998  125      930                          300                      150   8
## 6999  145      909                          320                      165   8
## 7000  150      902                          360                      180   8
## 7001  140      905                          380                      170   8
## 7002  125      913                          350                      160   8
## 7003  110      920                           NA                       NA   8
## 7004  110      923                          350                      150   8
## 7005  105      928                           NA                       NA   8
## 7006   80      948                          280                       80   8
## 7007   50      961                          165                        0   8
## 7008   40      978                          150                        0   8
## 7009   30      985                            0                        0   8
## 7010   30      990                            0                        0   8
## 7011   25     1009                            0                        0   8
## 7012   25     1007                            0                        0   8
## 7013   25     1007                            0                        0   8
## 7014   25     1007                            0                        0   8
## 7015   25     1008                            0                        0   8
## 7016   30     1007                            0                        0   8
## 7017   35     1006                           60                        0   8
## 7018   35     1007                           60                        0   8
## 7019   30     1009                            0                        0   9
## 7020   30     1010                            0                        0   9
## 7021   30     1010                            0                        0   9
## 7022   30     1010                            0                        0   9
## 7023   25     1010                            0                        0   9
## 7024   30     1008                            0                        0   9
## 7025   30     1008                            0                        0   9
## 7026   30     1008                            0                        0   9
## 7027   30     1008                            0                        0   9
## 7028   35     1006                           60                        0   9
## 7029   40     1003                           60                        0   9
## 7030   45     1001                           90                        0   9
## 7031   45     1000                           90                        0   9
## 7032   50      997                          100                        0   9
## 7033   55      994                          120                        0   9
## 7034   60      990                          130                        0   9
## 7035   65      987                          130                       20   9
## 7036   65      987                          150                       30   9
## 7037   75      980                          150                       30   9
## 7038   75      980                          150                       30   9
## 7039   80      977                          155                       30   9
## 7040   85      975                          180                       40   9
## 7041   90      970                          180                       40   9
## 7042  100      962                          180                       40   9
## 7043   90      970                          180                       35   9
## 7044   80      975                          200                       35   9
## 7045   75      980                          200                       35   9
## 7046   65      987                          200                       60   9
## 7047   70      983                          280                       90   9
## 7048   75      980                          375                      150   9
## 7049   75      980                          375                      150   9
## 7050   70      982                          375                      135   9
## 7051   65      985                          375                      135   9
## 7052   65      985                          400                       75   9
## 7053   65      985                          400                       75   9
## 7054   60      987                          400                        0   9
## 7055   55      987                          375                        0   9
## 7056   55      988                          350                        0   9
## 7057   50      988                          350                        0   9
## 7058   50      988                          350                        0   9
## 7059   50      988                          350                        0   9
## 7060   30     1008                            0                        0   9
## 7061   35     1005                           80                        0   9
## 7062   40     1002                           80                        0   9
## 7063   50     1000                           80                        0   9
## 7064   50      997                          120                        0   9
## 7065   55      994                          120                        0   9
## 7066   60      990                          120                        0   9
## 7067   65      987                          180                       40   9
## 7068   70      985                          180                       40   9
## 7069   75      984                          180                       40   9
## 7070   75      982                          180                       40   9
## 7071   75      982                          180                       40   9
## 7072   75      982                          180                       40   9
## 7073   80      979                          300                       45   9
## 7074   70      985                          330                      100   9
## 7075   65      986                          330                       45   9
## 7076   55      991                          330                        0   9
## 7077   55      997                          300                        0   9
## 7078   45      997                          300                        0   9
## 7079   45      997                          300                        0   9
## 7080   25     1009                            0                        0   9
## 7081   25     1010                            0                        0   9
## 7082   25     1010                            0                        0   9
## 7083   25     1010                            0                        0   9
## 7084   30     1006                            0                        0   9
## 7085   35     1003                           60                        0   9
## 7086   40     1000                           60                        0   9
## 7087   45      997                           90                        0   9
## 7088   45      994                           90                        0   9
## 7089   50      994                          100                        0   9
## 7090   55      988                          100                        0   9
## 7091   60      988                          140                        0   9
## 7092   65      990                          120                       20   9
## 7093   55      990                          120                        0   9
## 7094   55      983                          120                        0   9
## 7095   65      983                          140                       25   9
## 7096   60      983                          150                        0   9
## 7097   60      984                          180                        0   9
## 7098   65      976                          225                       25   9
## 7099   70      977                          240                       25   9
## 7100   70      977                          240                       55   9
## 7101   75      978                          260                       55   9
## 7102   70      978                          260                       55   9
## 7103   65      978                          280                       50   9
## 7104   60      980                          280                        0   9
## 7105   60      985                          280                        0   9
## 7106   55      988                          270                        0   9
## 7107   60      989                          260                        0   9
## 7108   60      989                          260                        0   9
## 7109   60      990                          260                        0   9
## 7110   60      989                          240                        0   9
## 7111   60      988                          240                        0   9
## 7112   65      985                          220                       75   9
## 7113   70      980                          220                       75   9
## 7114   75      980                          220                       75   9
## 7115   75      979                          220                       75   9
## 7116   75      979                          220                       65   9
## 7117   70      982                          220                       65   9
## 7118   65      984                          220                       65   9
## 7119   65      986                          220                       35   9
## 7120   60      987                          200                        0   9
## 7121   55      993                          175                        0   9
## 7122   50      995                          175                        0   9
## 7123   55      993                          175                        0   9
## 7124   55      995                          190                        0   9
## 7125   50     1000                          210                        0   9
## 7126   50      997                          210                        0   9
## 7127   50      995                          210                        0   9
## 7128   30     1008                            0                        0   9
## 7129   35     1007                           75                        0   9
## 7130   40     1003                           90                        0   9
## 7131   45     1000                           90                        0   9
## 7132   50      996                           90                        0   9
## 7133   55      993                          110                        0   9
## 7134   65      987                          110                       15   9
## 7135   65      987                          100                       15   9
## 7136   65      987                          100                       15   9
## 7137   65      987                          105                       15   9
## 7138   70      985                          105                       15   9
## 7139   65      987                          140                       15   9
## 7140   60      990                          140                        0   9
## 7141   55      992                          120                        0   9
## 7142   55      994                          120                        0   9
##  [ reached 'max' / getOption("max.print") -- omitted 4717 rows ]
head(df_storms)
##   name year month day hour  lat  long              status category wind
## 1  Amy 1975     6  27    0 27.5 -79.0 tropical depression       -1   25
## 2  Amy 1975     6  27    6 28.5 -79.0 tropical depression       -1   25
## 3  Amy 1975     6  27   12 29.5 -79.0 tropical depression       -1   25
## 4  Amy 1975     6  27   18 30.5 -79.0 tropical depression       -1   25
## 5  Amy 1975     6  28    0 31.5 -78.8 tropical depression       -1   25
## 6  Amy 1975     6  28    6 32.4 -78.7 tropical depression       -1   25
##   pressure tropicalstorm_force_diameter hurricane_force_diameter mmm
## 1     1013                           NA                       NA   6
## 2     1013                           NA                       NA   6
## 3     1013                           NA                       NA   6
## 4     1013                           NA                       NA   6
## 5     1012                           NA                       NA   6
## 6     1012                           NA                       NA   6
tail(df_storms)
##       name year month day hour  lat  long              status category wind
## 11854 Iota 2020    11  17    6 13.7 -83.8           hurricane        3  110
## 11855 Iota 2020    11  17   12 13.7 -84.7           hurricane        1   75
## 11856 Iota 2020    11  17   18 13.7 -85.7      tropical storm        0   55
## 11857 Iota 2020    11  18    0 13.8 -86.7      tropical storm        0   40
## 11858 Iota 2020    11  18    6 13.8 -87.8      tropical storm        0   35
## 11859 Iota 2020    11  18   12 13.7 -89.0 tropical depression       -1   25
##       pressure tropicalstorm_force_diameter hurricane_force_diameter mmm
## 11854      935                          310                       50  11
## 11855      965                          270                       30  11
## 11856      988                          210                        0  11
## 11857     1000                          140                        0  11
## 11858     1005                          140                        0  11
## 11859     1006                            0                        0  11

We will use “tibble” data frames, which are a class of data frame with a more usable print method - especially for long and wide data frames. We can get to the tibble class by attaching the dplyr package - this package is extremely useful for manipulating data frames and harp harnesses many of the methods available from dplyr.

library(dplyr)
class(df_storms)
## [1] "tbl_df"     "tbl"        "data.frame"
df_storms <- as_tibble(df_storms)
df_storms
## # A tibble: 11,859 × 14
##    name   year month   day  hour   lat  long status      category  wind pressure
##    <chr> <dbl> <fct> <int> <dbl> <dbl> <dbl> <chr>       <ord>    <int>    <int>
##  1 Amy    1975 6        27     0  27.5 -79   tropical d… -1          25     1013
##  2 Amy    1975 6        27     6  28.5 -79   tropical d… -1          25     1013
##  3 Amy    1975 6        27    12  29.5 -79   tropical d… -1          25     1013
##  4 Amy    1975 6        27    18  30.5 -79   tropical d… -1          25     1013
##  5 Amy    1975 6        28     0  31.5 -78.8 tropical d… -1          25     1012
##  6 Amy    1975 6        28     6  32.4 -78.7 tropical d… -1          25     1012
##  7 Amy    1975 6        28    12  33.3 -78   tropical d… -1          25     1011
##  8 Amy    1975 6        28    18  34   -77   tropical d… -1          30     1006
##  9 Amy    1975 6        29     0  34.4 -75.8 tropical s… 0           35     1004
## 10 Amy    1975 6        29     6  34   -74.8 tropical s… 0           40     1002
## # ℹ 11,849 more rows
## # ℹ 3 more variables: tropicalstorm_force_diameter <int>,
## #   hurricane_force_diameter <int>, mmm <fct>
class(df_storms)
## [1] "tbl_df"     "tbl"        "data.frame"
storms
## # A tibble: 19,066 × 13
##    name   year month   day  hour   lat  long status      category  wind pressure
##    <chr> <dbl> <dbl> <int> <dbl> <dbl> <dbl> <fct>          <dbl> <int>    <int>
##  1 Amy    1975     6    27     0  27.5 -79   tropical d…       NA    25     1013
##  2 Amy    1975     6    27     6  28.5 -79   tropical d…       NA    25     1013
##  3 Amy    1975     6    27    12  29.5 -79   tropical d…       NA    25     1013
##  4 Amy    1975     6    27    18  30.5 -79   tropical d…       NA    25     1013
##  5 Amy    1975     6    28     0  31.5 -78.8 tropical d…       NA    25     1012
##  6 Amy    1975     6    28     6  32.4 -78.7 tropical d…       NA    25     1012
##  7 Amy    1975     6    28    12  33.3 -78   tropical d…       NA    25     1011
##  8 Amy    1975     6    28    18  34   -77   tropical d…       NA    30     1006
##  9 Amy    1975     6    29     0  34.4 -75.8 tropical s…       NA    35     1004
## 10 Amy    1975     6    29     6  34   -74.8 tropical s…       NA    40     1002
## # ℹ 19,056 more rows
## # ℹ 2 more variables: tropicalstorm_force_diameter <int>,
## #   hurricane_force_diameter <int>

The storms dataset is an example of a tidy dataset - each column is a variable, each row is an observation and each cell is a value. However, many datasets you encounter in real life are untidy. Let’s say we’ve used the storms dataset to categorise each storm by the maximum category they reach and count the number of occurrences each year by the maximum category. We may come up with a dataset that looks like this:

u_storm_count
## # A tibble: 7 × 47
##   max_category `1975` `1976` `1977` `1978` `1979` `1980` `1981` `1982` `1983`
##   <ord>         <int>  <int>  <int>  <int>  <int>  <int>  <int>  <int>  <int>
## 1 0                 1      0      0      3      2      2      0      3      1
## 2 2                 1      1      0      0      1      3      1      0      0
## 3 3                 1      1      0      0      0      0      1      0      1
## 4 1                 0      0      2      1      2      3      2      1      2
## 5 5                 0      0      1      0      1      0      0      0      0
## 6 4                 0      0      0      0      1      0      1      1      0
## 7 -1                0      0      0      0      0      0      0      0      0
## # ℹ 37 more variables: `1984` <int>, `1985` <int>, `1986` <int>, `1987` <int>,
## #   `1988` <int>, `1989` <int>, `1990` <int>, `1991` <int>, `1992` <int>,
## #   `1993` <int>, `1994` <int>, `1995` <int>, `1996` <int>, `1997` <int>,
## #   `1998` <int>, `1999` <int>, `2000` <int>, `2001` <int>, `2002` <int>,
## #   `2003` <int>, `2004` <int>, `2005` <int>, `2006` <int>, `2007` <int>,
## #   `2008` <int>, `2009` <int>, `2010` <int>, `2011` <int>, `2012` <int>,
## #   `2013` <int>, `2014` <int>, `2015` <int>, `2016` <int>, `2017` <int>, …

If we want a barplot using base R, we have to coerce this into a matrix with rownames and column names.

m_storm_count <- as.matrix(as.data.frame(u_storm_count)[, 2:ncol(u_storm_count)])
rownames(m_storm_count) <- paste0("cat_", u_storm_count$max_category)
barplot(m_storm_count)

colours <- RColorBrewer::brewer.pal(nrow(m_storm_count), "Dark2")
barplot(m_storm_count, col = colours)
legend("topleft", rownames(m_storm_count), fill = colours)

How do we get a line chart out of this now?

plot(m_storm_count, type = "l")

Well that doesn’t work, but there is a way…

cats <- paste0("cat_", u_storm_count$max_category)
l_storm_count <- u_storm_count[, -1]
plot(
  colnames(l_storm_count), 
  l_storm_count[1, ], 
  type = "n",
  xlab = "Year",
  ylab = "count"
)

for (i in 1:nrow(l_storm_count)) {
  lines(
    colnames(l_storm_count), 
    l_storm_count[i, ],
    col = colours[i]
  )
}

legend("topleft", cats, lty = 1, col = colours)

But this is not tidy and can only work for 2 dimensional data.

Maybe we can tidy it by transposing it

storm_count           <- as.data.frame(t(u_storm_count))
storm_count
##              V1 V2 V3 V4 V5 V6 V7
## max_category  0  2  3  1  5  4 -1
## 1975          1  1  1  0  0  0  0
## 1976          0  1  1  0  0  0  0
## 1977          0  0  0  2  1  0  0
## 1978          3  0  0  1  0  0  0
## 1979          2  1  0  2  1  1  0
## 1980          2  3  0  3  0  0  0
## 1981          0  1  1  2  0  1  0
## 1982          3  0  0  1  0  1  0
## 1983          1  0  1  2  0  0  0
## 1984          5  1  0  3  0  1  0
## 1985          4  0  1  4  0  1  0
## 1986          2  0  0  2  0  0  0
## 1987          1  0  1  1  0  0  0
## 1988          7  0  0  1  1  1  0
## 1989          4  2  0  3  1  1  0
## 1990          5  2  1  4  0  0  0
## 1991          4  0  1  1  0  1  2
## 1992          1  2  0  0  1  0  3
## 1993          0  1  1  2  0  0  2
## 1994          4  0  0  2  0  0  5
## 1995          8  3  2  3  0  3  2
## 1996          4  0  2  2  0  2  0
## 1997          3  0  1  2  0  0  1
## 1998          3  3  1  3  1  1  0
## 1999          3  0  0  0  0  3  4
## 2000          5  1  1  3  0  2  4
## 2001          6  1  2  4  0  2  2
## 2002          6  1  1  1  0  1  2
## 2003          8  1  1  3  1  1  5
## 2004          4  1  2  2  1  2  1
## 2005          7  0  2  6  4  0  2
## 2006          6  0  1  2  0  0  0
## 2007          8  0  0  4  2  0  2
## 2008          7  0  0  2  0  4  1
## 2009          5  1  1  0  0  1  2
## 2010          7  4  1  3  0  3  2
## 2011          8  0  1  3  0  2  1
## 2012          7  3  2  5  0  0  0
## 2013         11  0  0  2  0  0  1
## 2014          1  1  1  2  0  1  1
## 2015          6  0  1  2  0  1  1
## 2016          8  0  2  2  1  1  1
## 2017          4  2  2  2  1  1  1
## 2018          7  2  0  3  1  0  1
## 2019         10  1  1  2  2  0  2
## 2020         13  2  2  5  0  3  1
colnames(storm_count) <- paste0("cat_", storm_count[1,])
storm_count
##              cat_0 cat_2 cat_3 cat_1 cat_5 cat_4 cat_-1
## max_category     0     2     3     1     5     4     -1
## 1975             1     1     1     0     0     0      0
## 1976             0     1     1     0     0     0      0
## 1977             0     0     0     2     1     0      0
## 1978             3     0     0     1     0     0      0
## 1979             2     1     0     2     1     1      0
## 1980             2     3     0     3     0     0      0
## 1981             0     1     1     2     0     1      0
## 1982             3     0     0     1     0     1      0
## 1983             1     0     1     2     0     0      0
## 1984             5     1     0     3     0     1      0
## 1985             4     0     1     4     0     1      0
## 1986             2     0     0     2     0     0      0
## 1987             1     0     1     1     0     0      0
## 1988             7     0     0     1     1     1      0
## 1989             4     2     0     3     1     1      0
## 1990             5     2     1     4     0     0      0
## 1991             4     0     1     1     0     1      2
## 1992             1     2     0     0     1     0      3
## 1993             0     1     1     2     0     0      2
## 1994             4     0     0     2     0     0      5
## 1995             8     3     2     3     0     3      2
## 1996             4     0     2     2     0     2      0
## 1997             3     0     1     2     0     0      1
## 1998             3     3     1     3     1     1      0
## 1999             3     0     0     0     0     3      4
## 2000             5     1     1     3     0     2      4
## 2001             6     1     2     4     0     2      2
## 2002             6     1     1     1     0     1      2
## 2003             8     1     1     3     1     1      5
## 2004             4     1     2     2     1     2      1
## 2005             7     0     2     6     4     0      2
## 2006             6     0     1     2     0     0      0
## 2007             8     0     0     4     2     0      2
## 2008             7     0     0     2     0     4      1
## 2009             5     1     1     0     0     1      2
## 2010             7     4     1     3     0     3      2
## 2011             8     0     1     3     0     2      1
## 2012             7     3     2     5     0     0      0
## 2013            11     0     0     2     0     0      1
## 2014             1     1     1     2     0     1      1
## 2015             6     0     1     2     0     1      1
## 2016             8     0     2     2     1     1      1
## 2017             4     2     2     2     1     1      1
## 2018             7     2     0     3     1     0      1
## 2019            10     1     1     2     2     0      2
## 2020            13     2     2     5     0     3      1
storm_count           <- storm_count[2:nrow(storm_count), ]
storm_count
##      cat_0 cat_2 cat_3 cat_1 cat_5 cat_4 cat_-1
## 1975     1     1     1     0     0     0      0
## 1976     0     1     1     0     0     0      0
## 1977     0     0     0     2     1     0      0
## 1978     3     0     0     1     0     0      0
## 1979     2     1     0     2     1     1      0
## 1980     2     3     0     3     0     0      0
## 1981     0     1     1     2     0     1      0
## 1982     3     0     0     1     0     1      0
## 1983     1     0     1     2     0     0      0
## 1984     5     1     0     3     0     1      0
## 1985     4     0     1     4     0     1      0
## 1986     2     0     0     2     0     0      0
## 1987     1     0     1     1     0     0      0
## 1988     7     0     0     1     1     1      0
## 1989     4     2     0     3     1     1      0
## 1990     5     2     1     4     0     0      0
## 1991     4     0     1     1     0     1      2
## 1992     1     2     0     0     1     0      3
## 1993     0     1     1     2     0     0      2
## 1994     4     0     0     2     0     0      5
## 1995     8     3     2     3     0     3      2
## 1996     4     0     2     2     0     2      0
## 1997     3     0     1     2     0     0      1
## 1998     3     3     1     3     1     1      0
## 1999     3     0     0     0     0     3      4
## 2000     5     1     1     3     0     2      4
## 2001     6     1     2     4     0     2      2
## 2002     6     1     1     1     0     1      2
## 2003     8     1     1     3     1     1      5
## 2004     4     1     2     2     1     2      1
## 2005     7     0     2     6     4     0      2
## 2006     6     0     1     2     0     0      0
## 2007     8     0     0     4     2     0      2
## 2008     7     0     0     2     0     4      1
## 2009     5     1     1     0     0     1      2
## 2010     7     4     1     3     0     3      2
## 2011     8     0     1     3     0     2      1
## 2012     7     3     2     5     0     0      0
## 2013    11     0     0     2     0     0      1
## 2014     1     1     1     2     0     1      1
## 2015     6     0     1     2     0     1      1
## 2016     8     0     2     2     1     1      1
## 2017     4     2     2     2     1     1      1
## 2018     7     2     0     3     1     0      1
## 2019    10     1     1     2     2     0      2
## 2020    13     2     2     5     0     3      1

It’s a bit easier to do a line plot now

plot(
  rownames(storm_count), 
  storm_count$cat_0, 
  type = "n",
  xlab = "Year",
  ylab = "Count"
)
for (i in 1:ncol(storm_count)) {
  lines(
    rownames(storm_count), 
    storm_count[, i],
    col = colours[i]
  )
}
legend("topleft", colnames(storm_count), lty = 1, col = colours)

It’s still not tidy. cat_0 isn’t a variable, but category is… What we want is something that looks like this

t_storm_count
## # A tibble: 204 × 3
##     year max_category count
##    <dbl> <ord>        <int>
##  1  1975 0                1
##  2  1975 2                1
##  3  1975 3                1
##  4  1976 2                1
##  5  1976 3                1
##  6  1977 1                2
##  7  1977 5                1
##  8  1978 0                3
##  9  1978 1                1
## 10  1979 0                2
## # ℹ 194 more rows

We can tidy the data by pivoting using the tidyr package

library(tidyr)
pivot_longer(u_storm_count, -max_category, names_to = "year", values_to = "count")
## # A tibble: 322 × 3
##    max_category year  count
##    <ord>        <chr> <int>
##  1 0            1975      1
##  2 0            1976      0
##  3 0            1977      0
##  4 0            1978      3
##  5 0            1979      2
##  6 0            1980      2
##  7 0            1981      0
##  8 0            1982      3
##  9 0            1983      1
## 10 0            1984      5
## # ℹ 312 more rows

Once we have tidy data, we have many options for plotting with ggplot2 package, which powers all of the plotting in harp.

library(ggplot2)
ggplot(t_storm_count, aes(x = year, y = count, fill = max_category)) +
  geom_col()

ggplot(t_storm_count, aes(x = year, y = count, fill = max_category)) +
  geom_col() +
  scale_fill_brewer("Category", palette = "Dark2")

ggplot(t_storm_count, aes(x = year, y = count, fill = max_category)) +
  geom_col() +
  scale_fill_brewer("Category", palette = "Dark2") +
  facet_wrap(vars(paste("Maximum category:", max_category)))

We can also easily make a line plot or a heat map from the same data

ggplot(t_storm_count, aes(x = year, y = count, colour = max_category)) +
  geom_line() +
  scale_colour_brewer("Category", palette = "Dark2")

ggplot(t_storm_count, aes(x = year, y = max_category, fill = count)) +
  geom_raster() +
  scale_fill_viridis_c("Category")

ggplot(t_storm_count, aes(x = year, y = max_category, fill = factor(count))) +
  geom_raster() +
  scale_fill_viridis_d("Count") +
  scale_x_continuous("Category", breaks = seq(1975, 2021, 4))

You could even make a set of pie charts (although you shouldn’t!)

pie_data <- t_storm_count %>% 
  group_by(year) %>% 
  mutate(proportion = count / sum(count))

ggplot(pie_data, aes("", proportion, fill = max_category)) +
  geom_col() +
  coord_polar("y", direction = -1) + 
  facet_wrap(vars(year)) + 
  scale_fill_brewer("Category", palette = "Set1") +
  theme_void()

Bonus - plotting the storm tracks for each year

select(storms, year, name) %>% 
  distinct() %>% 
  group_by(year) %>% 
  mutate(id = seq_along(year)) %>% 
  inner_join(storms) %>% 
  ggplot(aes(x = long, y = lat, colour = factor(id), group = id)) + 
    geom_path() + 
    geom_polygon(
      aes(group = group), 
      map_data("world"), 
      fill = "#F2FFDD", 
      colour = "grey40"
    ) + 
    facet_wrap(vars(year), ncol = 5) + 
    coord_equal(
      xlim = range(storms$long), 
      ylim = range(storms$lat)
    ) +
    labs(x = NULL, y = NULL) +
    theme_bw() +
    theme(
      legend.position = "none",
      axis.text        = element_blank(),
      axis.ticks       = element_blank(),
      panel.grid       = element_blank(),
      panel.background = element_rect(fill = "#EEEEFF")
    )
## Joining with `by = join_by(year, name)`

Manipulating data

Here we will use a dataset of weather in Helsinki from Jan 2020 - nearly today

load(here("data", "helsinki.Rdata"))
helsinki
## # A tibble: 772 × 10
##     Year     m     d Time  Time.zone Precipitation.amount Snow.depth
##    <int> <int> <int> <chr> <chr>                    <dbl>      <int>
##  1  2020     1     1 00:00 UTC                       -1           -1
##  2  2020     1     2 00:00 UTC                       -1           -1
##  3  2020     1     3 00:00 UTC                        0.8         -1
##  4  2020     1     4 00:00 UTC                        0.1         -1
##  5  2020     1     5 00:00 UTC                        4           -1
##  6  2020     1     6 00:00 UTC                        0.7          6
##  7  2020     1     7 00:00 UTC                        1.2         -1
##  8  2020     1     8 00:00 UTC                        3.2         -1
##  9  2020     1     9 00:00 UTC                       -1           -1
## 10  2020     1    10 00:00 UTC                       -1           -1
## # ℹ 762 more rows
## # ℹ 3 more variables: Air.temperature <dbl>, Maximum.temperature <dbl>,
## #   Minimum.temperature <dbl>

Lets say we want a column with the full date-time string

helsinki <- mutate(
  helsinki, 
  date_time = paste0(
    Year, 
    formatC(m, width = 2, flag = "0"),
    formatC(d, width = 2, flag = "0"),
    gsub(":", "", Time)
  )
)
helsinki
## # A tibble: 772 × 11
##     Year     m     d Time  Time.zone Precipitation.amount Snow.depth
##    <int> <int> <int> <chr> <chr>                    <dbl>      <int>
##  1  2020     1     1 00:00 UTC                       -1           -1
##  2  2020     1     2 00:00 UTC                       -1           -1
##  3  2020     1     3 00:00 UTC                        0.8         -1
##  4  2020     1     4 00:00 UTC                        0.1         -1
##  5  2020     1     5 00:00 UTC                        4           -1
##  6  2020     1     6 00:00 UTC                        0.7          6
##  7  2020     1     7 00:00 UTC                        1.2         -1
##  8  2020     1     8 00:00 UTC                        3.2         -1
##  9  2020     1     9 00:00 UTC                       -1           -1
## 10  2020     1    10 00:00 UTC                       -1           -1
## # ℹ 762 more rows
## # ℹ 4 more variables: Air.temperature <dbl>, Maximum.temperature <dbl>,
## #   Minimum.temperature <dbl>, date_time <chr>

By default new columns are added at the end. We can bring it to the beginning using select

helsinki <- select(helsinki, date_time, everything())
helsinki
## # A tibble: 772 × 11
##    date_time    Year     m     d Time  Time.zone Precipitation.amount Snow.depth
##    <chr>       <int> <int> <int> <chr> <chr>                    <dbl>      <int>
##  1 2020010100…  2020     1     1 00:00 UTC                       -1           -1
##  2 2020010200…  2020     1     2 00:00 UTC                       -1           -1
##  3 2020010300…  2020     1     3 00:00 UTC                        0.8         -1
##  4 2020010400…  2020     1     4 00:00 UTC                        0.1         -1
##  5 2020010500…  2020     1     5 00:00 UTC                        4           -1
##  6 2020010600…  2020     1     6 00:00 UTC                        0.7          6
##  7 2020010700…  2020     1     7 00:00 UTC                        1.2         -1
##  8 2020010800…  2020     1     8 00:00 UTC                        3.2         -1
##  9 2020010900…  2020     1     9 00:00 UTC                       -1           -1
## 10 2020011000…  2020     1    10 00:00 UTC                       -1           -1
## # ℹ 762 more rows
## # ℹ 3 more variables: Air.temperature <dbl>, Maximum.temperature <dbl>,
## #   Minimum.temperature <dbl>

We can also convert the date_time string into a proper date time class.

mutate(
  helsinki, 
  date_time = as.POSIXct(
    date_time, 
    format = "%Y%m%d%H%M", 
    origin = "1970-01-01 00:00", 
    tz     = "UTC"
  )
)
## # A tibble: 772 × 11
##    date_time            Year     m     d Time  Time.zone Precipitation.amount
##    <dttm>              <int> <int> <int> <chr> <chr>                    <dbl>
##  1 2020-01-01 00:00:00  2020     1     1 00:00 UTC                       -1  
##  2 2020-01-02 00:00:00  2020     1     2 00:00 UTC                       -1  
##  3 2020-01-03 00:00:00  2020     1     3 00:00 UTC                        0.8
##  4 2020-01-04 00:00:00  2020     1     4 00:00 UTC                        0.1
##  5 2020-01-05 00:00:00  2020     1     5 00:00 UTC                        4  
##  6 2020-01-06 00:00:00  2020     1     6 00:00 UTC                        0.7
##  7 2020-01-07 00:00:00  2020     1     7 00:00 UTC                        1.2
##  8 2020-01-08 00:00:00  2020     1     8 00:00 UTC                        3.2
##  9 2020-01-09 00:00:00  2020     1     9 00:00 UTC                       -1  
## 10 2020-01-10 00:00:00  2020     1    10 00:00 UTC                       -1  
## # ℹ 762 more rows
## # ℹ 4 more variables: Snow.depth <int>, Air.temperature <dbl>,
## #   Maximum.temperature <dbl>, Minimum.temperature <dbl>

That’s actually a bit of a hassle, so we have a helper function in harp that figures out the format of the string and always assumes the time zone is UTC with a standard unix time origin of 1970-01-01 00:00.

library(harpIO)
## Loading required package: harpCore
## 
## Attaching package: 'harpCore'
## The following object is masked from 'package:tidyr':
## 
##     extract_numeric
## The following object is masked from 'package:stats':
## 
##     filter
helsinki <- mutate(
  helsinki, 
  date_time = str_datetime_to_datetime(date_time)
)
helsinki
## # A tibble: 772 × 11
##    date_time            Year     m     d Time  Time.zone Precipitation.amount
##    <dttm>              <int> <int> <int> <chr> <chr>                    <dbl>
##  1 2020-01-01 00:00:00  2020     1     1 00:00 UTC                       -1  
##  2 2020-01-02 00:00:00  2020     1     2 00:00 UTC                       -1  
##  3 2020-01-03 00:00:00  2020     1     3 00:00 UTC                        0.8
##  4 2020-01-04 00:00:00  2020     1     4 00:00 UTC                        0.1
##  5 2020-01-05 00:00:00  2020     1     5 00:00 UTC                        4  
##  6 2020-01-06 00:00:00  2020     1     6 00:00 UTC                        0.7
##  7 2020-01-07 00:00:00  2020     1     7 00:00 UTC                        1.2
##  8 2020-01-08 00:00:00  2020     1     8 00:00 UTC                        3.2
##  9 2020-01-09 00:00:00  2020     1     9 00:00 UTC                       -1  
## 10 2020-01-10 00:00:00  2020     1    10 00:00 UTC                       -1  
## # ℹ 762 more rows
## # ℹ 4 more variables: Snow.depth <int>, Air.temperature <dbl>,
## #   Maximum.temperature <dbl>, Minimum.temperature <dbl>

What about if we want temperature in Kelvin instead of degrees C - we can use across:

mutate(
  helsinki, 
  across(contains("temperature"), ~.x + 273)
) %>% 
  select(date_time, contains("temperature"))
## # A tibble: 772 × 4
##    date_time           Air.temperature Maximum.temperature Minimum.temperature
##    <dttm>                        <dbl>               <dbl>               <dbl>
##  1 2020-01-01 00:00:00            274                 276.                270.
##  2 2020-01-02 00:00:00            276.                277.                274 
##  3 2020-01-03 00:00:00            277.                278.                277.
##  4 2020-01-04 00:00:00            274                 277.                272.
##  5 2020-01-05 00:00:00            271.                275.                266.
##  6 2020-01-06 00:00:00            274.                274                 268.
##  7 2020-01-07 00:00:00            277.                278.                274.
##  8 2020-01-08 00:00:00            278.                280.                277.
##  9 2020-01-09 00:00:00            275.                280.                273 
## 10 2020-01-10 00:00:00            270.                273.                268.
## # ℹ 762 more rows

What if we only want data from this month - use filter:

filter(
  helsinki,
  Year == 2022, m == 2
)
## # A tibble: 10 × 11
##    date_time            Year     m     d Time  Time.zone Precipitation.amount
##    <dttm>              <int> <int> <int> <chr> <chr>                    <dbl>
##  1 2022-02-01 00:00:00  2022     2     1 00:00 UTC                        0.2
##  2 2022-02-02 00:00:00  2022     2     2 00:00 UTC                        0.1
##  3 2022-02-03 00:00:00  2022     2     3 00:00 UTC                        0.1
##  4 2022-02-04 00:00:00  2022     2     4 00:00 UTC                       10.8
##  5 2022-02-05 00:00:00  2022     2     5 00:00 UTC                        8.1
##  6 2022-02-06 00:00:00  2022     2     6 00:00 UTC                        4.8
##  7 2022-02-07 00:00:00  2022     2     7 00:00 UTC                        0.2
##  8 2022-02-08 00:00:00  2022     2     8 00:00 UTC                        2.4
##  9 2022-02-09 00:00:00  2022     2     9 00:00 UTC                        1  
## 10 2022-02-10 00:00:00  2022     2    10 00:00 UTC                       -1  
## # ℹ 4 more variables: Snow.depth <int>, Air.temperature <dbl>,
## #   Maximum.temperature <dbl>, Minimum.temperature <dbl>

How about finding the mean, standard deviation, minimum and maximum values for each month of each year - we can do this with group_by and summarize.

group_by(helsinki, Year, m) %>% 
  summarise(
    across(
      -c(d, Time, Time.zone, date_time), 
      list(
        mean = ~mean(.x, na.rm = TRUE),
        sd   = ~sd(.x, na.rm = TRUE),
        min  = ~min(.x, na.rm = TRUE),
        max  = ~max(.x, na.rm = TRUE)
      )
    )
  )
## `summarise()` has grouped output by 'Year'. You can override using the
## `.groups` argument.
## # A tibble: 26 × 22
## # Groups:   Year [3]
##     Year     m Precipitation.amount_mean Precipitation.amount_sd
##    <int> <int>                     <dbl>                   <dbl>
##  1  2020     1                     1.77                     3.03
##  2  2020     2                     3.62                     7.59
##  3  2020     3                     1.55                     3.48
##  4  2020     4                     0.903                    2.99
##  5  2020     5                     1.56                     4.24
##  6  2020     6                     1.95                     7.46
##  7  2020     7                     4.34                     7.67
##  8  2020     8                     2.24                     5.81
##  9  2020     9                     2.27                     6.43
## 10  2020    10                     2.33                     3.83
## # ℹ 16 more rows
## # ℹ 18 more variables: Precipitation.amount_min <dbl>,
## #   Precipitation.amount_max <dbl>, Snow.depth_mean <dbl>, Snow.depth_sd <dbl>,
## #   Snow.depth_min <int>, Snow.depth_max <int>, Air.temperature_mean <dbl>,
## #   Air.temperature_sd <dbl>, Air.temperature_min <dbl>,
## #   Air.temperature_max <dbl>, Maximum.temperature_mean <dbl>,
## #   Maximum.temperature_sd <dbl>, Maximum.temperature_min <dbl>, …

Lists

Lists are like vectors, but each element can contain anything. It could be a numeric value, a string, a vector a data frame, another list, or even a function as we saw aboove. A simple list can be constructed using list()

ll <- list(1, c(2, 4, 7), "hello", tibble(x = c(1, 2, 3), y = c(3, 2, 1)))
ll
## [[1]]
## [1] 1
## 
## [[2]]
## [1] 2 4 7
## 
## [[3]]
## [1] "hello"
## 
## [[4]]
## # A tibble: 3 × 2
##       x     y
##   <dbl> <dbl>
## 1     1     3
## 2     2     2
## 3     3     1

Each element of a list can be accessed using its position in [[ ]]

ll[[1]]
## [1] 1
ll[[4]]
## # A tibble: 3 × 2
##       x     y
##   <dbl> <dbl>
## 1     1     3
## 2     2     2
## 3     3     1

Lists can also contain named elements that can be accessed with $<name>, or [["name"]]. When using [[ ]] to access list elements by name, variables can also be used

ll <- list(
  num1 = 1, 
  num2 = c(2, 4, 7), 
  str  = "hello", 
  df   = tibble(x = c(1, 2, 3), y = c(3, 2, 1))
)
ll$num1
## [1] 1
ll[["num2"]]
## [1] 2 4 7
x <- "df"
ll[[x]]
## # A tibble: 3 × 2
##       x     y
##   <dbl> <dbl>
## 1     1     3
## 2     2     2
## 3     3     1

lapply() can be used to run a function on each element of the list. On this case the function should be able to work on all elements of the list

lapply(ll, class)
## $num1
## [1] "numeric"
## 
## $num2
## [1] "numeric"
## 
## $str
## [1] "character"
## 
## $df
## [1] "tbl_df"     "tbl"        "data.frame"
lapply(ll, typeof)
## $num1
## [1] "double"
## 
## $num2
## [1] "double"
## 
## $str
## [1] "character"
## 
## $df
## [1] "list"
lapply(ll, length)
## $num1
## [1] 1
## 
## $num2
## [1] 3
## 
## $str
## [1] 1
## 
## $df
## [1] 2

In cases where a function can be applied to each element independently, lapply() is generally more efficient than using loops, and it is much easier parallelize.

library(parallel)
num_cores <- detectCores() - 1
num_cores
## [1] 7
mclapply(ll, length, mc.cores = min(length(ll), num_cores))
## $num1
## [1] 1
## 
## $num2
## [1] 3
## 
## $str
## [1] 1
## 
## $df
## [1] 2
for (l in ll) {
  print(length(l))
}
## [1] 1
## [1] 3
## [1] 1
## [1] 2
library(foreach)
## 
## Attaching package: 'foreach'
## The following object is masked from 'package:harpIO':
## 
##     accumulate
library(doParallel)
## Loading required package: iterators
foreach(i = seq_along(ll)) %do% length(ll[[i]])
## [[1]]
## [1] 1
## 
## [[2]]
## [1] 3
## 
## [[3]]
## [1] 1
## 
## [[4]]
## [1] 2
foreach(i = seq_along(ll)) %dopar% length(ll[[i]])
## Warning: executing %dopar% sequentially: no parallel backend registered
## [[1]]
## [1] 1
## 
## [[2]]
## [1] 3
## 
## [[3]]
## [1] 1
## 
## [[4]]
## [1] 2
my_cluster <- makeCluster(num_cores, type = "PSOCK")
registerDoParallel(cl = my_cluster)
foreach(i = seq_along(ll)) %dopar% length(ll[[i]])
## [[1]]
## [1] 1
## 
## [[2]]
## [1] 3
## 
## [[3]]
## [1] 1
## 
## [[4]]
## [1] 2
stopImplicitCluster()