https://github.com/albertus82/earthquake-bulletin
A desktop client for GEOFON Program GFZ Potsdam Earthquake Bulletin.
https://github.com/albertus82/earthquake-bulletin
application client desktop earthquake java jface linux macos osx search seismology swt windows
Last synced: 4 months ago
JSON representation
A desktop client for GEOFON Program GFZ Potsdam Earthquake Bulletin.
- Host: GitHub
- URL: https://github.com/albertus82/earthquake-bulletin
- Owner: albertus82
- License: gpl-3.0
- Created: 2016-09-03T18:16:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T07:30:39.000Z (over 1 year ago)
- Last Synced: 2024-12-27T08:27:42.487Z (over 1 year ago)
- Topics: application, client, desktop, earthquake, java, jface, linux, macos, osx, search, seismology, swt, windows
- Language: Java
- Homepage: https://geofon.gfz-potsdam.de
- Size: 168 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Earthquake Bulletin
===================
[](https://github.com/albertus82/earthquake-bulletin/releases/latest)
[](https://github.com/albertus82/earthquake-bulletin/actions)
[](https://snyk.io/test/github/albertus82/earthquake-bulletin?targetFile=pom.xml)
A cross-platform desktop client for the [**GEOFON Program GFZ Potsdam Earthquake Bulletin**](https://geofon.gfz-potsdam.de/eqinfo/list.php) written in Java.

## Download
Download the [latest release](https://github.com/albertus82/earthquake-bulletin/releases/latest) from the [releases page](https://github.com/albertus82/earthquake-bulletin/releases).
## Installation
* **Windows**: if you downloaded a ZIP package, simply unpack the archive; otherwise run the installer (EXE) to install the application.
If the OS complains with a ***Windows protected your PC*** popup, you may need to click ***Run anyway*** to proceed with the installation.

In order to enable the *Run anyway* button, you may need to open the *Properties* of the installer, tab *General*, section *Security* (if available), and tick the ***Unblock*** option.
> This workaround is required because the installer executables are not *signed*, as there are no free certificates I can use to sign them.
* **Linux** & **macOS**: unpack the archive.
**This application requires [Java SE Runtime Environment (JRE)](https://www.java.com) v1.8 (or newer) to run.**
## Flinn-Engdahl Regions
This package includes a port to Java of Bob Simpson's [**`feregion.pl`**](https://bit.ly/feregion) Perl script that returns [Flinn-Engdahl Region](https://earthquake.usgs.gov/data/flinn_engdahl.php) names from decimal longitude & latitude values given on command line. You can recall this bonus program using the **`feregion`** executable located in the *Earthquake Bulletin* application folder.
```
Usage: feregion
As In: feregion -122.5 36.2
As In: feregion 122.5W 36.2N
```
## Acknowledgements
Locations were obtained from the [GEOFON](https://geofon.gfz-potsdam.de) programme of the [GFZ](https://www.gfz-potsdam.de) German Research Centre for Geosciences using data from the [GEVN](https://geofon.gfz-potsdam.de/eqinfo/gevn/) partner networks.
Seismic data were obtained from the GEOFON data centre of the GFZ German Research Centre for Geosciences.
The stylized [OpenStreetMap](https://www.openstreetmap.org) icon has been downloaded from [Iconfinder](https://www.iconfinder.com/icons/4691290/openstreetmap_icon) ([Creative Commons Attribution 3.0 Unported](https://creativecommons.org/licenses/by/3.0/) license) and has been converted and optimized using [PNG to SVG](https://www.pngtosvg.com) and [TinyPNG](https://tinypng.com) online services.
This application uses or includes portions of the following third party software:
|Component |Author |License |Home |
|-----------------------------|---------------------|--------------------------------------------------------|----------------------------------------------|
|Activation, iStack, JAXB |Eclipse Foundation |[License](https://eclip.se/tmpolicA) |[Home page](https://eclip.se/tmpolicz) |
|Eclipse Platform, Nebula, SWT|Eclipse Foundation |[License](https://www.eclipse.org/legal/epl-2.0/) |[Home page](https://www.eclipse.org) |
|Inno Setup |Jordan Russell |[License](https://jrsoftware.org/files/is/license.txt) |[Home page](https://jrsoftware.org/isinfo.php)|
|jsoup |Jonathan Hedley |[License](https://jsoup.org/license) |[Home page](https://jsoup.org) |
|Launch4j |Grzegorz Kowal |[License](https://opensource.org/licenses/BSD-3-Clause) |[Home page](http://launch4j.sourceforge.net) |
|Logback |Quality Open Software|[License](http://logback.qos.ch/license.html) |[Home page](http://logback.qos.ch) |
|Picocli |Remko Popma |[License](https://git.io/JUqAY) |[Home page](https://picocli.info) |
|Reflections |ronmamo |[License](https://git.io/Jtp8i) |[Home page](https://git.io/Jtp81) |
|Resilience4j |Robert Winkler et al.|[License](https://resilience4j.readme.io/docs/apache-20)|[Home page](https://resilience4j.readme.io) |
|SLF4J |Quality Open Software|[License](http://www.slf4j.org/license.html) |[Home page](http://www.slf4j.org) |
|universalJavaApplicationStub |Tobias Fischer |[License](https://git.io/JUqAq) |[Home page](https://git.io/JUqAF) |