Coder Social home page Coder Social logo

chakrakan / quake-detect Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 20.55 MB

๐ŸŒŽโ˜ข๏ธ Working with the Processing library and UnfoldingMaps library to create a medium sized Java Applet to display a range of data about earthquakes

License: Other

Java 100.00%
processing java-8 coursera ucsd unfolding-maps earthquake-data visualization

quake-detect's Introduction

Quake Detect

Quake Detect Demo

An app made using Java, Processing, and the UnfoldingMaps library to generate a live view of earthquakes around the world, in real time!

The application notably leverages PApplet from the Processing library, a lot of other classes and methods to draw items on screen, while also heavily utilizing the UnfoldingMaps library to display a live map view. Under the hood, the application fetches live earthquake data from USGS earthquake data, city/country data from the WorldBankOpenData database and combines the two to display a map using Microsoft's AerialProvider to display past/live earthquakes happening around the world. It also displays information for cities, and can show the number of earthquakes that occured near a given city either recently, or in the past.

This repository also contains all starter and implemented code for the Object Oriented Programming in Java course offered by UC San Diego through Coursera.

The main program can be found in module 6 while the rest of the modules consist of building towards it, and some other apps built/demo'd as part of learning.

Installation

Import this folder in Eclipse ('File' -> 'Import' -> 'Existing Projects into Workspace', Select this folder, 'Finish')

Manual Install

If the import does not work follow the steps below.

  • Create new Java project
  • Copy+Paste all files into project
  • Add all lib/*.jars to build path
  • Set native library location for jogl.jar. Choose appropriate folder for your OS.
  • Add data/ as src

Troubleshooting

Switch Java Compiler to 1.8 if you get VM problems. (Processing should work with Java 1.6, 1.7 and 1.8)

I used jdk1.8.0_261 along with its JRE to compile and work through all the projects and assignments.

Other notable apps

App Demo
2D Sun Changing color based on time of day sun-change
WorldMap with life expectancy using WorldBankOpenData life-expect

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.