Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
License:
File size: 52,837 Bytes
b778a0d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 |
[
{
"tweet_id": 798262465234542592,
"tweet_text": "RT @MissEarth: New Zealand need our prayers after the devastating earthquake and 2 meter high tsunami waves. #PrayForNewZealand",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 771464543796985856,
"tweet_text": "@johnaglass65 @gordonluke Ah, woke up to a nightmare. .1 earthquake on the East Coast and we were under a tsunami warning. #MushroomFm",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797835622471733248,
"tweet_text": "RT @terremotocentro: #eqnz if you need a tool for a rapid #crowdsourcing of info, pledges, help offers, you can reuse our @github opensourc",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 798021801540321280,
"tweet_text": "RT @BarristerNZ: My son (4) has drawn a picture of todays earthquake. I hope this helps you all understand what happened. #eqnz .",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798727277794033664,
"tweet_text": "Due to earthquake damage our Defence Force is working from home. So New Zealand!",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798237058602893312,
"tweet_text": "A 7.8 magnitude earthquake rocks New Zealand, killing at least two people and causing hundreds of aftershocks. More:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 798285931518169088,
"tweet_text": "IAG supports @NZRedCross appeal, please help earthquake victims by donating to: #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797934809230155776,
"tweet_text": "Anyone know if theres any damage to the roads between Diamond Harbour and Christchurch? #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797817101545156609,
"tweet_text": "RT @DSM1984: @Kiwi_Karyn Stay Safe! Sending thoughts and well wishes from Australia! Check @NZcivildefence for details about your area!! #e",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797921682602094592,
"tweet_text": "RT @Newsweek: At least 2 dead in powerful New Zealand earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 797803791257137152,
"tweet_text": "Earthquake 5.2 Mag 23.6 miles SSE of Blenheim,New Zealand Gap 63.00, Sig 416.00, RMS 1.05, Depth 10.0miles ALERT GREEN #BREAKING #NewZealand",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798026638868873216,
"tweet_text": "RT @mikeyardleynz: A sliver of good news.Powers back on in Kaikoura & Hanmer Springs. MainPower crews still assessing damage in Culverden",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798384204396380160,
"tweet_text": "Hope our friends at @NZRedCross and everyone else are safely out of the at risk buildings in Wellington #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797791151688327168,
"tweet_text": "RT @BethMoakes: Tsunami generated on the east cost of New Zealand #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797837263807737858,
"tweet_text": "Feeling sad being so far away from my friends and family as they go through yet another earthquake #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 771533558481506305,
"tweet_text": "RT @WFittery: @Kiwi_Karyn Hi.Hope you are doing OK.Heard about the earthquake there.Hope it wasnt near you.Be Safe.My Prayers are with you.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798426278986706944,
"tweet_text": "Taking a time out from #earthquakes, #floods, & orange presidents & just sitting quietly in the garden admiring the #Supermoon #eqnz #nzpol",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797941530627481601,
"tweet_text": "@RedTeamReview its not like we dont have our own problems in NZ. A 7.5 quake hit last nite lots of damage 2 clean up. #nzearthquake #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798102208289980416,
"tweet_text": "Thank goodness the feared tsunami did not appear!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797907088324300800,
"tweet_text": "At least 2 dead in powerful New Zealand earthquake, PM says #worldnews #news #breakingnews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 771574855233699840,
"tweet_text": "Still cant believe that there was a 7.something magnitude earthquake today. ὢCὤFἿC✨",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797908646558453760,
"tweet_text": "This is the #tsunami evacuation zone for coastal areas of Wellington City following the #NewZealand #earthquake (courtesy of @WREMOinfo)",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 771525541274882048,
"tweet_text": "@TinyHammerLady I need to check my earthquake kit & add chocolate and booze",
"class_label": "not_humanitarian"
},
{
"tweet_id": 771486073239195649,
"tweet_text": "100+ aftershocks since the 7.1 this morning. Basically the #earth is having multiples and I cant get a text back. #earthquake #shakeitup",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798033098080325632,
"tweet_text": ".@BenGIrwin: How would you describe the damage? In a word? Relatively superficial. #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797869952485072896,
"tweet_text": "Certainly awoken here in Napier by long noisy shaking of the house; no damage it seems in this area",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797858867455475712,
"tweet_text": "New Zealand downgrades tsunami threat in earthquake aftermath: Following a 7.4 magnitude earthquake, 91 #dw",
"class_label": "other_relevant_information"
},
{
"tweet_id": 771588349807038464,
"tweet_text": "RT @TheWatchers_: Very strong and shallow M7.1 earthquake hits near the coast of North Island, New Zealand #earthqu",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797811481383292928,
"tweet_text": "3:36am Latest News Update (+Threat Map): 2.5 METRE TSUNAMI DETECTED IN NEW ZEALAND, WAVES MAY PEAK AT 5 METRES",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797869652508483584,
"tweet_text": "RT @TripleMBrisbane: NEW OVERNIGHT: New Zealand PM @johnkeypm confirms 2 people have died following 7.5mag earthquake hitting the South Isl",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 798263474182713345,
"tweet_text": "New Zealand’s latest earthquake could trigger a mega-quake Deep sea oil drilling and fracking will not b of any help",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797838606387781632,
"tweet_text": "REUTERS: Tsunami hits New Zealand after series of strong quakes Developing MAP: 7.8 MAG PAPER: Chaos in Christchurch",
"class_label": "other_relevant_information"
},
{
"tweet_id": 771436270161494016,
"tweet_text": "First I heard of the New Zealand earthquake this morning was from friends in America making sure I was safe. Im safe and I love yall!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798679082993143808,
"tweet_text": "New Zealand earthquake: help arrives for stranded Kaikoura – live",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797983325637873664,
"tweet_text": "If you are affected by todays #eqnz help is available here",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797789940255817729,
"tweet_text": "RT @althecat: Stay safe NZ. Especially peeps in North Canterbury. Thoughts of Kiwis everywhere with you. #EQNZ",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798517182074408960,
"tweet_text": "Kia kaha Aotearoa | Ways you can help out after the November earthquakes - donate to @NZRedCross #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797862953949106177,
"tweet_text": "RT @TheEdgeNZ: #BREAKING: Two deaths confirmed in NZ 7.5 earthquake: #eqnz",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 797825914608308224,
"tweet_text": "RT @WREMOinfo: Tsunami warning still in place for red zone; maps: #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798097776647106561,
"tweet_text": "Our thoughts are with all who are affected by the earthquake. Stay strong, New Zealand is with you.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797975062435360769,
"tweet_text": "RT @B911Weather: Incredible damage following major earthquake in New Zealand. Several damaging aftershocks reported. (@dilsere920) /",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798761519219474432,
"tweet_text": "I really feel for those people who lost their home in the earthquake #eqnz ὡ4",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798947167931170820,
"tweet_text": "LIVE BLOG – DAY 4: Evacuees arrive in Christchurch, aftershocks continue #eqnz",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 797943925746995200,
"tweet_text": "Thoughts with all those affected by the earthquake down here in New Zealand . May everyone be safe and okay,",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798089142324248576,
"tweet_text": "RT @canzuk: Our thoughts are with all those in New Zealand affected by the midnight earthquake and its aftershocks #StaySafe #NZ .",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797798440151322624,
"tweet_text": "RT @tory_selflove: For those panicking, clean water in jug/hot water cylinder, east coast: move to high ground > 4m. caution on electric ca",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797893922747871232,
"tweet_text": "From Auckland. My thoughts and prayers are with those that experienced the quake. Take care all. #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797840763325296640,
"tweet_text": "RT @sacraparental: Things that didnt work tonight include 111 and tsunami sirens. Things that are working BRILLIANTLY include @radionz htt",
"class_label": "other_relevant_information"
},
{
"tweet_id": 771467800472788992,
"tweet_text": "@TwatterInc 7.1 magnitude earthquake triggered a tsunami and sent East Cape residents fleeing",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798355908489199616,
"tweet_text": "NZ has received offers of help from US & Malaysia. 150 shortlisted for weather delayed evacuation from Kaikoura",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 797888023262216192,
"tweet_text": "Tsunami may arrive in the eastern coast of the north",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797865107229265920,
"tweet_text": "#eqnz report from #NapierNZ our cuckoo clock stopped, our streetlight blew and we forgot to evacuate for the tsunami.",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 798055394618712065,
"tweet_text": "@Charliejurczenk unsure, there are many animals and families in rural areas without power, water and phone coverageὢ9 #eqnz @moparsince1960",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797960802724614144,
"tweet_text": "RT @andrew_w_burns: Oriental Beach covered in debris and rubbish - presumably from small tsunami. #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798645512907919361,
"tweet_text": "Standard Mail, ParcelPost & Economy Courier items being sent from the N. Island to the West Coast & areas south of Chch ^Libby #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797963790260129792,
"tweet_text": "#NewZealand earthquake: Richie McCaw steps up to help rescue effort",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797922166821949440,
"tweet_text": "If you need non-emergency help following the #eqnz, contact 0800327646. Treat all power lines as live & see",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797800677456035841,
"tweet_text": "RT @Aaron_Halliwell: Possible destructive tsunami warning and @TVONENZ keeps playing fucking Emmerdale with a little red banner! #WTF #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797790065581649920,
"tweet_text": "RT @spyjournal: blenheim cut off north with damaged bridges and also south at ward #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797871542856126465,
"tweet_text": "Going to be a somber day today thinking of all the poor people across the country dealing with the earthquake cleanup. Safe safe #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797963260859269121,
"tweet_text": "Prime Minister John Key and Civil Defence Minister Gerry Brownlee en route to survey the damage over Kaikoura #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 800878263002247168,
"tweet_text": "The NZDF convoy making their way south to Mt Lyford on the highly damaged Kaikōura Emergency Access Route (Inland Road) yesterday #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797850667964469249,
"tweet_text": "RT @NewshubBreaking: Two deaths have been confirmed in Canterbury after this mornings magnitude-7.5 earthquake #eq",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 771531104423555072,
"tweet_text": "Earthquake ! M 5.7 SOUTH SANDWICH ISLANDS REGION",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798047522014908416,
"tweet_text": "Tryna find a bright side, plus a little bit of fun facts for you :) #NZeq #earthquake #chile #Argentina #eqnz #NewZealand",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798594265148338177,
"tweet_text": "RT @NZRedCross: >@NZRedCross Disaster Welfare and Support team has flown in to #Kaikoura from #Christchurch and are now supporting affected",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797875584575619072,
"tweet_text": "How is all our New Zealand Family out there hope none of you suffered to much 7.5 EARTHQUAKE damage It was a",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797863694927441922,
"tweet_text": "I hope everyone is safe and OK. #eqnz Live: Massive quake - tsunami warning via @nzherald",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 800626452496457729,
"tweet_text": "Was shown around some of the #eqnz damage on the wharves at Centreport in Wellington today. Theres some real messy bits.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797879475048304640,
"tweet_text": "Not sure if I slept thru aftershocks between 4-6am or if theyre just starting up again in Wellington? #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798391446537719809,
"tweet_text": "Thoughts and duaas are with #Wellington & all others effected by the #earthquake & #flooding #eqnz #WellingtonFlood",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797821400383787008,
"tweet_text": "RT @NewshubNZ: North Canterbury residents are being urged to boil drinking water as a precaution #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797844472310566912,
"tweet_text": "RT @Jenevyy: Extensive damage reported. TVNZ strongly advises to avoid driving out bc roads may not be there anymore #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797813862292537344,
"tweet_text": "Wow, just checking in on #eqnz reports and #tsunami warnings are coming in for all of nz, though mostly Chatham Islands, CHCH and WLGN.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797833774197194752,
"tweet_text": "@mamamellet New Zealand had an mass earthquake and were under tsunami warning and yeah, much love to you guys, Laurelle. #prayfornz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797999676234420225,
"tweet_text": "RT @PatelDevansh: Heard about the massive earthquake in #NewZealand - Hope everyones ok & you too @S1dharthM",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797900723375611904,
"tweet_text": "Sending our thoughts to those affected by last nights earthquake. We hope everyone stays safe throughout New Zealand. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797791195611041792,
"tweet_text": "Strongest earthquake we have ever felt. Safe but shaken. Cat still under cover with aftershocks. #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797874508564602880,
"tweet_text": "I live in one of the most high-risk areas in NZ for natural phenomenano shit here! #coldstart #rotorua #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797863629978734593,
"tweet_text": "New Zealand police confirm one person killed in earthquake The coastal tourist town of Kai",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 798085945849356288,
"tweet_text": "Having lived through a bunch of quakes now, I just never stop appreciating the community that always forms to help however it can #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797970645602553856,
"tweet_text": "Def Minister Gerry Brownlee and Labours Andrew Little head to chopper to inspect #eqnz damage",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797839432476868608,
"tweet_text": "Cook Strait ferries are cancelled all day - damage at Wellington and Picton is being assessed. #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798629728118657024,
"tweet_text": "Queen Elizabeth has sent condolences to the families of two people who died and to people displaced by Mondays earthquake. #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797910752409493505,
"tweet_text": "Our thoughts go out to all those severely effected by the earthquake last night. We even got rocked and rolled in Katikati #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798155843426365440,
"tweet_text": "New Zealand earthquake: Live updates as two more earthquakes hit South Island in aftermath of deadly quake #worldn",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798341793381105664,
"tweet_text": "Oh how I had missed you aftershocks #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797858498612752386,
"tweet_text": "RT @nzherald: People in Christchurch are driving to the Port Hills as Civil Defense issues a tsunami warning for the entire East Coast of N",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798747618171961344,
"tweet_text": "We should be prepared for another large magnitude earthquake in the region of epicentre #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 800946260601511936,
"tweet_text": "#Tsunami warning for Otago region has been lifted, so time for a pic of the spring sunrise @Lovedunedin who could sleep with #EQNZ",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797908395198062593,
"tweet_text": "RT @grantrobertson1: Engineers doing their job around Wellington CBD with a few buildings cordoned off. Broken windows main problem #eqnz h",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 800835508418920448,
"tweet_text": ".@Cisco offers aid to NZ businesses impacted by earthquake Great work team! via @ResellerNewsNZ #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797915415351476228,
"tweet_text": "Thoughts go out to Canterbury- keep safe! #earthquake #Kaikoura",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798050103642591233,
"tweet_text": "RT @Snugbucket: Two dead as huge quake rocks New Zealand #eqnz",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 798812773283074048,
"tweet_text": "What next! @CoreyTaylorRock any tips for staying calm please?? #earthquake #Aftershocks #tsunami #floods #tornado #NewZealand #stressedout",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798021589237235712,
"tweet_text": "RT @NZcivildefence: Extra @nzpolice from Blenheim have been deployed to Kaikoura to help the community. More are coming from Auckland tonig",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 771490632904781824,
"tweet_text": "Hope everyone is okay in gisborne ὡE 7.1 earthquake is pretty scary especially on the coast ! ἰA",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 771447526574612480,
"tweet_text": "7.1 Earthquake at 4.37am. Been having loads of 6.2, 5.7, 4.5, etc aftershocks. National tsunami warning and my town asked to conserve water.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798267400588128257,
"tweet_text": "To help those affected by the earthquake, @NZRedCross has set up a donation page. Please give generously. #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797839999962087424,
"tweet_text": "RT @PDChina: #BREAKING Tsunami warning issued for #NewZealand after 7.8 magnitude earthquake jolts South Island (USGS)",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798063791808184321,
"tweet_text": "Aftershocks are quite gentle here but I worry for those closer to epicentre. #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798053405499396096,
"tweet_text": "Some damage on #Wellington port #eqnz #earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798673793904316416,
"tweet_text": "RT @MavaEnoka: In terrible news, the baby seal nursery near Kaikoura is gone. Completely destroyed. ὡ4 #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 771504136898490368,
"tweet_text": "Rock fall warning after East Coast magnitude 7.1 earthquake: The New Zealand Transport Agency is asking motor",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797811188797087744,
"tweet_text": "RT @Admitonesin: #BREAKING St John is sending helicopters to North Canterbury as calls for help flood in #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 798610347930193922,
"tweet_text": "After the townspeople of #Kaikoura are flown out by the military- where do they go? #eqnz #NewZealand",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 797866779938668544,
"tweet_text": "If anyone in wellington needs any help with clean-up please contact me via DM #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 771453791992438788,
"tweet_text": "Luckily the area where the 7.1 earthquake happened was far enough and tsunami warnings arent where Im staying ὤFἿE",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798337058347433984,
"tweet_text": "RT @NZGreens: We have seen already a tremendous response by volunteers in the Sth Island, Wellington and elsewhere @EugenieSage #nzqt #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797863673351925761,
"tweet_text": "Thinking of everyone affected, frikkin earthquakes! #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797823187576729601,
"tweet_text": "RT @_DaveGrant: Felt Auckland City Hospital swaying pretty well with that earthquake. Thoughts with those further south #EQNZ",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798741673173864448,
"tweet_text": "RT @TIME: U.S. warship helping in New Zealand earthquake rescue",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 771431354298830848,
"tweet_text": "Evacuating Britomart? Really? I guarantee nothing will happen! @AklTransport #AklTransport #over-reaction #earthquake #tsunami",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 771429245083975680,
"tweet_text": "@Gurmeetramrahim #MahaParopkar Please bless those affected as NZ hit with #earthquake 7.1 this morning‼️ὤFὤFὤF",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797891578484269059,
"tweet_text": ".@GirlGuidingNZ Wellington Office damage in Petone: a box of minis. #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 771430676910317568,
"tweet_text": "1st large earthquake since Ive arrived. Didnt feel it in Wellington. -Powerful quake off north-east New Zealand",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797868031330222080,
"tweet_text": "RT @TheEdgeNZ: PHOTOS: Damage caused from 7.5 magnitude NZ earthquake #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797966095126654979,
"tweet_text": "The Latest: New Zealand PM to survey earthquake damage",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797896931309539328,
"tweet_text": "RT @TokyoFashion: Best wishes to all of our NZ friends! Two-metre high tsunami recorded off South Island after New Zealand quake .",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797855862152802305,
"tweet_text": "Im ok here thank goddess. Just letting you all know, aftershocks still coming. I live about 4 hours from Christchurch",
"class_label": "not_humanitarian"
},
{
"tweet_id": 800819463507427329,
"tweet_text": "RT @CDEMCHCH: The Ministry of Civil Defence Emergency Management has advised there is no tsunami threat to New Zealand from the 7.3 Japan e",
"class_label": "caution_and_advice"
},
{
"tweet_id": 800832569986072577,
"tweet_text": "Terrible news about the earthquake and tsunami in Japan. Sympathies from an earthquake struck New Zealand to you! Stay safe! #lukeevans",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797793149116510208,
"tweet_text": "RT @3AW693: The latest official tsunami advice. #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797922024001654784,
"tweet_text": "RT @MarlEmergency: Due to people returning to their homes the Emergency Response Centre in Tua Marina and Picton are no longer required #eq",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797805580299763712,
"tweet_text": "RT @ForaDeControlee: #Tsunami #warning #issued #after huge #earthquake strikes #NewZealand (November 13, 2016)",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798091478790643712,
"tweet_text": "How to make a claim for EQ damage",
"class_label": "other_relevant_information"
},
{
"tweet_id": 800894090418200576,
"tweet_text": "6.3 magnitude earthquake hits New Zealand #worldnews #news #breakingnews",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797959293664370688,
"tweet_text": "Strong wind and heavy rain forecast for quake affected areas. #eqnz #HummFM",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797801062623105024,
"tweet_text": "Surge is currently out, watch reflections on water at top left for signs of tidal movement #eqnz #lyallbay #tsunami",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797868291813351424,
"tweet_text": "A severe weather warning has been issued for strong winds with damaging gusts up to 140kmh in Wellington from tonight til Tuesday morning.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797984080495116288,
"tweet_text": "Sending our thoughts out to all those impacted by the earthquakes. Please stay safe! #kiakaha #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797936703059046402,
"tweet_text": "Thinking of all affected by #eqnz - Kia Kaha! And special eyes and ears for visitors, users, staff, volunteers and whānau @aucklandmuseum",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797808988695842816,
"tweet_text": "Fire truck just gone past in Maungaraki saying the tsunami warning is over. Home time? #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 771469811570270209,
"tweet_text": "We met an Australian chap called Tim when we were travelling through Adelaide a few years back, I hope hes ok in the earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797980800830476288,
"tweet_text": "Crazy time in New Zealand. Just had a 6.4 aftershock. Still cant go home due to tsunami threat. Been a long night #eqnz #NewZealand",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798271927252971521,
"tweet_text": "the Wellington student Volunteer Army is forming, please give us a yell if you need any help, or want to help out yourself! #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797877913194405888,
"tweet_text": "Continuous aftershocks. Felt two shakes since this morning. #eqnz #earthquake #NewZealand",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797961568482795520,
"tweet_text": "@CynthiaBandida Im safe aftershocks keep rocking Nelson but is not as bad as other places #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797805131538395137,
"tweet_text": "RT @Hapua: For the latest reliable news on quake and tsunami tune your radio to 101 FM or thereabouts to RNZ National. #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797831020305203201,
"tweet_text": "People still welcome to join us here on a hill in Lower Hutt. We have power and water. #lowerhutt #eqnz #huttvalley",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797908630523625472,
"tweet_text": "RT @NZcivildefence: The marine and beach tsunami threat warning will remain in effect until a cancellation message is issued. #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797805568098349056,
"tweet_text": "RT @BenSRachinger: Belongings are replaceable. Your pets and family are not. If youre near the water in the evacuation zones, evacuate. Be",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 797793438527680512,
"tweet_text": ".@VicUniWgtn says all campuses closed today until noon to check post quake damage. #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798072042885152769,
"tweet_text": "A route impassable by car proved no barrier to a Chch couple who went on a mission to rescue their daughter. #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 798079714501869568,
"tweet_text": "Winter tramping gear, bivvy bag and food by front door. Oh and a litre of gin #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797900173523288064,
"tweet_text": "RT @tim_a: Tsunami warning in Ferrymead! #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798017069799247872,
"tweet_text": "Tsunami warning here in NZ last night! So scary! I pray theres not another massive one tonight",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798008508742397952,
"tweet_text": "RT @EQCNZ: If you have suffered damage to your home, land or contents you have until midnight on Tuesday 14th February 2017 to lodge a clai",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797991843208101888,
"tweet_text": "RT @JohnKerry: I spoke w/#NewZealand FM McCully to offer our condolences for victims of the earthquake & praise the skill of dedicated firs",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798094116860985344,
"tweet_text": "RT @NZStuff: NZ on a knife-edge as true cost of damage is counted. #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797793210458222592,
"tweet_text": "RT @E2NZ: Heavy traffic in Christchurch as people flee low lying ground. Hotels and occupied buildings evacuated #eqnz",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 797859213179518976,
"tweet_text": "New Zealand police say at least two people have been killed in a powerful earthquake that triggered a tsunami",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 797861847604961280,
"tweet_text": "RT @bond23140: Seconds! New Zealand earthquake size 7.8 #warning tsunami (14 hospital. )",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798048467469770753,
"tweet_text": "RT @cleverbollocks: I dont know if its the wind shaking the house or if its more earth turbulence. Please send Skittles. #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 798023003573358592,
"tweet_text": "RT @Smitty676: Of course @TV3nz puts family feud on instead of informative earthquake information #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797896808764559360,
"tweet_text": "Our thoughts going out to all those affected by the earthquakes overnight & the ongoing aftershocks. Stay safe! #eqnz #newzealand #StaySafe",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797801571794882560,
"tweet_text": "RT @Weather225DFW: Thats terrifying. Tsunami sirens activated along New Zealands coast after Multiple big earthquakes",
"class_label": "caution_and_advice"
},
{
"tweet_id": 771537174034468864,
"tweet_text": "I liked a @YouTube video Clinton Foundation Accused of Sending Haiti Shoddy, Toxic Trailers in Earthquake Aid",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797908927451054080,
"tweet_text": "#NZ - fibre optic cable damaged causing communications outage in Kaikoura following earthquake: #eqnz #hmrd",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797879086689333248,
"tweet_text": "RT @LesleyAnnBrandt: Keeping you in my thoughts and prayers New Zealand. Especially those affected by the earthquake and tsunami ὡ4",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798008927313133569,
"tweet_text": "New Zealand earthquake kills 2, strong aftershocks leave people stranded with no power, bl",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 797981982256791552,
"tweet_text": "This morning’s magnitude-7.5 quake was a significant jolt, but where did it put its mark in the history books? #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797870528312713216,
"tweet_text": "Praying for everyone caught up in the #earthquake that hit Kaikoura this morning, especially the families of the two fatalities. #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797977369726230529,
"tweet_text": "Two buildings on Pictons High Street damaged in Earthquake. Photo/ Tracy Neal #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798004892820377600,
"tweet_text": "#eqnz as it affects USA",
"class_label": "not_humanitarian"
},
{
"tweet_id": 798060559161622529,
"tweet_text": "Watching how people are mucking in and helping each other in need during the aftermath of the earthquake #ProudKiwi #earthquake #NewZealand",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797805279869964288,
"tweet_text": "RT @gamerswift13: State of Emergency declared for Dunedin. Tsunami warning, land threat. Beach and marine threat for the remainder of New Z",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798056585096368128,
"tweet_text": "RT @NewshubBreaking: A magnitude-6 earthquake has struck near Kaikoura, according to @geonet #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798214992101183488,
"tweet_text": "These conditions look right for landslips. Its great the trains are running but I dont want to go to the Wellington CBD today #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797984492711329792,
"tweet_text": "This is quite disconcerting. Be safe people. Probability of a magnitude earthquake 6-6.9 in the next 30 days is 98% #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797857567418396672,
"tweet_text": "Hope everyone is okay after the massive earthquake that it New Zealand. Scary to think that this has happened",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797803987537981441,
"tweet_text": "RT @IHLaking: Heres the sea level monitoring station at Kaikoura showing the tsunami activity: #EQNZ",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797792912121569280,
"tweet_text": "Tsunami warning issued after quake strikes New Zealand: US Geological Survey says 7.8-magnitude earthquake has #aje",
"class_label": "caution_and_advice"
},
{
"tweet_id": 771448358607073280,
"tweet_text": "#RotoruaNZ #CivilDefence A tsunami marine and beach national warning has been CANCELLED following an earthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 771442789401767941,
"tweet_text": "Interesting start to the morning - a 7.1 magnitude earthquake at 4:30am. And now a tsunami/tidal surge warnings.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 800433556279291904,
"tweet_text": "True. There is never any shame in asking for help. #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797941166935154688,
"tweet_text": "RT @NZStuff: New Zealand roads have been damaged and blocked #eqnz .",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797906961689968640,
"tweet_text": "A bit of a clean up today after last nights earthquake in New Zealand. Lucky no damage. #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798037919428526080,
"tweet_text": "RT @Watchmanz: John Key, Andrew Little and Gerry Brownlee survey damage to Kaikoura after earthquake #eqnz /",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 771459410153517060,
"tweet_text": "RT @sunriseon7: #BREAKING: Tsunami warning issued for New Zealands north island after a 7.1 magnitude earthquake. #sun7",
"class_label": "caution_and_advice"
},
{
"tweet_id": 771436938511257601,
"tweet_text": "NZ hit by 7.1 earthquake off the east coast around 4:30am this morning. NZ civil defense has issued a Tsunami warning. #nzeq",
"class_label": "caution_and_advice"
},
{
"tweet_id": 800441852272906240,
"tweet_text": "If you need support or advice then you can give the friendly people on the 24/7 earthquake support line a call 0800 777 846 #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 800158594704572420,
"tweet_text": "#temblor - New Zealand earthquake damage map: Images reveal massive destruction",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797964074873036801,
"tweet_text": "RT @RickKiessig: 25 buildings in the Wellington Central Business District have been identified as having possible structural damage. #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797815224212426752,
"tweet_text": "#NewZealand #Tsunami Warning continues.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798035758288207872,
"tweet_text": "@NZRedCross: Please donate to our special earthquake appeal. Help your neighbours, friends & #1 in New Zealand",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797846122102296578,
"tweet_text": "@vlinder_nl Tired after being woken in the middle of the night, but safe. No damage except to our sleep #eqnz #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797965019249946625,
"tweet_text": "Another earthquake 6.4. Praying 4 u all in the affected areas & praying tht it will stop. Our thoughts r with u. Keep safe NZ!! #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797794863206973442,
"tweet_text": "New Zealand tsunami warning oh no @8ben_ still love you can we quickly get married before I drown?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 798006816324001792,
"tweet_text": "Slip dam on Clarence River has breached - wall of water heading down valley to sea. Warning issued to residents. #EQNZ",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797878236218675200,
"tweet_text": "Just catching up on the #eqnz news after a rough night not feeling 100%. Sending huge luvies to everyone affected by quakes. #staystrong",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 771573244948123649,
"tweet_text": "Expert Q&A: East Cape earthquake and tsunami warning: Dr John Ristau, seismologist, GNS Science and GeoNet:",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798340246857334784,
"tweet_text": "Aftershocks pls #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797964102433787904,
"tweet_text": "New Alert: Tsunami Information (Pacific Ocean) - South Island Of New Zealand - 6.8, Severity: INFORMATION",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797798834524954624,
"tweet_text": "RT @mb_inthehutt: Hutt tsunami sirens now going. #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797972268001337344,
"tweet_text": "Our thoughts are with those communities affected by the on-going earthquakes. #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798027317805281280,
"tweet_text": "At least 60 #Wellington CBD buildings are damaged, 10 seriously so, but the CBD will be open as usual tomorrow #nzearthquake #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798782349932523521,
"tweet_text": "@TexasDamnit beautiful pics! US Navy are coming to help, to get stranded people out of Kaikoura #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798427945639510017,
"tweet_text": "Before & after pics of the building threatening @NZRedCross HQ. The sides shearing off towards our building. #eqnz #RedCross #MolesworthSt",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798670525006389248,
"tweet_text": "RT @EQCNZ: Reminder: If your home or property has suffered damage. Please make sure to take photographs and document whats been affected #",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798415588242681856,
"tweet_text": "If the building and lifts are separate structures no worries: The bridge cladding is sacrificial. #Molesworth",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797808376289718272,
"tweet_text": "RT @Peaceful_intent: #EQNZ #Sumner Sirens were activated for evacuation",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 797910321176330240,
"tweet_text": "RT @IMEmmaSmart: Woke up mildly confused about being fully dressed, then, oh yeah, tsunami threat all through the night. #EQNZ #Christchurc",
"class_label": "not_humanitarian"
},
{
"tweet_id": 800816642867412995,
"tweet_text": "RT @NZDefenceForce: #BREAKING || The @NZArmy convoy have arrived in Kaikoura with essential relief supplies including food! #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797820935785115648,
"tweet_text": "RT @Claire_Phipps: At least 45 aftershocks in New Zealand earthquake; five rated severe including initial 7.5 quake #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797799017333690368,
"tweet_text": "Livestream seems to show water lapping at top of the beach. And lots of people driving on promenade!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797968908141477888,
"tweet_text": "RT @janinekrippner: Some of the damage to roads in #NewZealand after the #earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797851207494672385,
"tweet_text": "@zanechaffins Trump on a tweet about the earthquake and tsunami in New Zealand. Why do people think US is sooo important to do that",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797865956789751808,
"tweet_text": "RT @rtenews: Tsunami warning after quake off New Zealand coast",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798809755833634817,
"tweet_text": "Honestly New Zealand is falling apart! We had a massive 7.8 magnitude earthquake, tsunami, cyclones and we just had a tornado 3F#NewZealand",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797856038397480960,
"tweet_text": "Well that was the biggest/longest earthquake Ive felt.. Hoping everyone is safe x #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797873458990354432,
"tweet_text": "Woke up to this news this morning My heart goes out to those affected by this massive quake Look after each other",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797803194264862720,
"tweet_text": "This is the first warning Ive seen that specifically mentions the red tsunami risk zones only.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797848073653264384,
"tweet_text": "RT @suzemetherell: People who work in Wellingtons centre are being told to stay home as damage of the 7.5 shake overnight is assessed. #eq",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798059079939735552,
"tweet_text": "Help out people affected by the #NewZealand #earthquake through the Red Cross:",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 798055255049052160,
"tweet_text": "Shakey shake. My apartment building in Welly is still swaying. #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798018897156788224,
"tweet_text": "I think we found Richie McCaws first rescue mission",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797798404533329920,
"tweet_text": "RT @neogeo: #Kaikoira sea levels all over the place take tsunami threat seriously. #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797791136022601728,
"tweet_text": "Tsunami warning sirens now activated in Christchurch low-lying areas #eqnz about time!",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797798459763990528,
"tweet_text": "RT @BryDeborah: My thoughts and prayers for everyone effected by todays massive earthquake in New Zealand! Stay safe, everyone!!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797791731982815233,
"tweet_text": "RT @amscraig: Just got text from my work (ANZ) that our work Wellington CBD buildings are closed tomorrow #eqnz #bcp",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798096793644990464,
"tweet_text": "Thoughts are with the people/animals affected by todays #earthquake s in #NewZealand #eqnz #Kaikoura #Wellington",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797871294284865536,
"tweet_text": "Quite a bit of damage and 2 fatalities so far. Relieved that my friends are fine. #eqnz",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 797793100294852612,
"tweet_text": "Can now hear the sirensdoes this mean we move? Were about 4/5km from the sea #eqnz #tsunami",
"class_label": "other_relevant_information"
}
] |