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
- Host: GitHub
- URL: https://github.com/g-otn/ucsdunfoldingmaps
- Owner: g-otn
- Created: 2019-06-18T00:33:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T01:09:44.000Z (about 5 years ago)
- Last Synced: 2025-01-17T05:29:08.658Z (5 months ago)
- Topics: course-project, earthquake-visualization, processing-library
- Language: Java
- Homepage:
- Size: 8.54 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UCSDUnfoldingMaps
Displays recent earthquakes data on a mapThis 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).