Skip to content

naraomur/UCSD_UnfoldingMaps

Repository files navigation

Real world earthquake data visualization using Unfolding Maps library and Processing GUI

Used sources:

Module 6 contains the final output of the program.

image

  1. Keyboard shortcuts

    • Change map providers

    image

    • Show only the recent earthquakes or show it all

    image

  2. Mouse Hover

    • Show a marker's detail drawn on top of other graphics
  3. Mouse Clicks

    • When clicking a city marker:

      • Shows an earthquake if the city is affected by its threat circle
      • Hides other city marker
      • A popup menu appears on the left side of the map to show the count of nearby earthquakes, average magnitude, and the most recent earthquake occurred

      image

    • When clicking an earthquake marker:

      • Shows a city marker if it is within its threat circle
      • Hides other earthquake marker

      image

  4. Sorts on running

    • Sorts out earthquakes by Contry name in an ascending order with the earthquake quantities prints out in console

    image

    • Sorts out by top highest magnitude quakes with fixed number of quakes prints out in console

    image

About

Functional Java map with java applet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages