An open API service indexing awesome lists of open source software.

https://github.com/g-otn/ucsdunfoldingmaps

PApplet that displays recent earthquakes data on a map
https://github.com/g-otn/ucsdunfoldingmaps

course-project earthquake-visualization processing-library

Last synced: 3 months ago
JSON representation

PApplet that displays recent earthquakes data on a map

Awesome Lists containing this project

README

        

# UCSDUnfoldingMaps
Displays recent earthquakes data on a map

This project was the course project of the Coursera's
[Object Oriented Programming in Java](https://www.coursera.org/learn/object-oriented-java) course.

## Data sources
- [USGS Earthquake Hazard Program](https://earthquake.usgs.gov/earthquakes/feed/v1.0/atom.php) - Earthquake data
- (Provided by the Course) - City and country data

## Extensions
As the final assignment, the Course's students are encouraged to create at least 3 "extensions" to the base application,
the ones that were created on this project are:
- You can switch between earthquake data feeds: past hour, day, week and month
- You can switch between a few Map Providers
- City Markers grow in size depending on their city population
- Coastal cities are marked with an upside down triangle



## Built With
- [Processing](https://www.processing.org/) 3.0
- [UnfoldingMaps](http://unfoldingmaps.org/)
- Data parsing classes made available by the Course

## Download
See [Releases](https://github.com/g-otn/UCSDUnfoldingMaps/releases).