https://github.com/munterfi/earthquake-visualizer
Fetching and plotting earthquakes from the USGS feed.
https://github.com/munterfi/earthquake-visualizer
earthquakes eclipse interactive-maps magnitude mapping plotting-earthquakes processing unfolding up-to-date usgs-feed
Last synced: 3 months ago
JSON representation
Fetching and plotting earthquakes from the USGS feed.
- Host: GitHub
- URL: https://github.com/munterfi/earthquake-visualizer
- Owner: munterfi
- License: mit
- Created: 2017-07-07T12:26:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T10:09:00.000Z (over 3 years ago)
- Last Synced: 2025-01-13T07:32:36.842Z (4 months ago)
- Topics: earthquakes, eclipse, interactive-maps, magnitude, mapping, plotting-earthquakes, processing, unfolding, up-to-date, usgs-feed
- Language: Java
- Homepage: https://munterfi.github.io/earthquake-visualizer/
- Size: 16.7 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EarthquakeVisualizer
Fetching and plotting earthquakes from the USGS feed.
This Java application fetches earthquake data from the USGS website and
puts the earthquakes on a map. The background imagery-composite of the
map is delivered by the provider of Microsoft. The size and color of
each marker reflects the magnitude of the earthquake represented. To
prevent the map from being overloaded, a minimum threshold for the
magnitude of the earthquakes shown can be set (by default set to 2.5).## Installation
Download the EarthquakeVisualizer.jar file and launch it as a normal application (tested on OSX and Windows).
Alternatively download the src and lib folder and import it as a project in eclipse.## Usage
Start the programm and explore Earth's earthquake activity of the last week.
By hovering over earthquakes additional information (place description, time and date) pops up, clicking on the map shows the current coordinates of the cursor in decimal degrees (WGS84). The map gets reloaded every 5 minutes.## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Authors
* **Merlin Unterfinger** - [munterfi](https://github.com/munterfi)
## Built With
* [eclipse](https://eclipse.org) - Integrated development environment (IDE) used
* [JDK 8](http://www.oracle.com/technetwork/pt/java/javase/downloads/jdk8-downloads-2133151.html) - Java SE Development Kit 8
* [unfolding](http://unfoldingmaps.org) - Used to create interactive maps and geovisualizations in Java## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details