Open Source GIScience

Joseph Holler's Open Source GIScience Resources at Middlebury College

Twitter Disaster Data Analysis

Nov-11 : In this lesson, we will analyze spatial, temporal, and semantic patterns of Twitter data.

To begin learning how to analyze Twitter data, we will first focus on executing and studying a worked example of code investigating the spatial distribution of original tweets represents a fake tweet storm or the real risk and impact of Hurricane Dorian. Next week, we will replicate the Hurricane Dorian study with new independent analyses of Twitter data.

Procedure

This week, please:

  1. Fork and then clone the OE-Dorian repository.
  2. Download dorian_raw.RData into the data/raw/private folder
  3. Download november_raw.RData into the data/raw/private folder
  4. Open the OR-Dorian.Rproj project in R
  5. Read the notes below! You should not execute every code block of this notebook.
  6. The current notebook does not generate maps of Tweet Density or Normalized Difference Tweet Index. Add two code chunks, one to create each of these maps using your favorite cartography package: ggplot or tmap or mapsf

Workshop Notes

Main Page