Unfolding Maps in Processing

This is a continuation from my last blog post on earthquakes. 

I added more elements to the map:

  1. Full map (not just CA)
  2. Marker differentials based on magnitude
  3. A dropdown menu based on type of quake for UI
  4. Interactive sound - as user zooms in the sound becomes louder

I also attempted to use mouse-over labels on the data points but I struggled using "LabeledMarker.java" in the ControlP5 library from Processing. 

I also played with different methods for pulling data:

  1. Using csv file 
  2. Using Atom Syndication (link) and the RSSReader in Unfolding Maps