Earthquake Alerts

GlobalQuake includes a real-time alert system that monitors earthquakes and warns you when shaking may be expected at your home location. The system evaluates earthquakes against configurable distance and magnitude thresholds, estimates Peak Ground Acceleration (PGA), and displays severity-coded alerts with wave arrival countdowns.
Earthquake alerts are experimental and should never be relied upon for life-safety decisions. Thresholds are configurable and may not be accurate for every location. Use official earthquake early warning systems from your region for critical alerts.
Alert Tiers
Alerts are color-coded by severity. When an earthquake meets alert conditions, the alert box appears at the bottom-center of the map with one of three colors:
The default threshold levels can be adjusted in Options > Settings > Alerts. You can use either the Modified Mercalli Intensity (MMI) scale or the Shindo scale (Japan Meteorological Agency).
What You See
When an alert is active, the alert box displays the following information:
- Header bar — colored by the severity tier (blue, yellow, or orange).
- Max. Intensity — the estimated maximum intensity at your home location, shown as a Roman numeral level (e.g. "V") with the scale name (MMI or Shindo).
- Magnitude — the earthquake's magnitude (e.g. "M5.1").
- Distance — how far the epicenter is from your home location.
- Depth — the depth of the earthquake's hypocenter.
- P-wave countdown — a blue box showing the estimated time until the P-wave arrives (in seconds).
- S-wave countdown — a red box showing the estimated time until the S-wave arrives (in seconds).
- Flashing warning triangle icon — a visual indicator to draw your attention.
You can change your home location in Options > Settings > Alerts. This is used to calculate distance and estimate shaking at your position.
Wave Countdown
The alert box includes countdowns for both P-waves and S-waves:
- P-wave (blue box) — the primary wave, which travels fastest but typically causes minimal damage. Arrives first.
- S-wave (red box) — the secondary wave, which is slower but carries more energy and is responsible for most shaking damage. Arrives after the P-wave.
The countdowns update in real-time as the earthquake's estimated location and timing are refined by the system. During the last 10 seconds before S-wave arrival, countdown.wav plays to alert you that shaking is imminent.
Alert Sounds
GlobalQuake plays different sounds depending on what is happening:
Sound alerts are independent of the visual alert tier. You may hear a sound before the alert box changes color, or vice versa, depending on how the system updates.
Configuring Alerts
All alert settings are managed in Options > Settings > Alerts. You can configure:
Home Location
- Home Latitude / Home Longitude — set your approximate location for distance and PGA estimation.
Intensity Scale
- Intensity Scale — choose between MMI (Modified Mercalli Intensity) or Shindo (Japan Meteorological Agency scale).
Alert Thresholds
Shaking Thresholds
Other Options
Alert Trigger Logic
The system evaluates each earthquake against the following conditions in order:
- Local — within
alertLocalDist(default: 200 km), regardless of magnitude. - Regional — within
alertRegionDist(default: 1000 km) AND magnitude ≥alertRegionMag(default: 3.5). - Global — magnitude ≥
alertGlobalMag(default: 6.0) OR felt-by population ≥alertCountFeltOR strongly-felt population ≥alertCountStronglyFelt. - Shaking expected — if the earthquake meets any of the above and the estimated PGA at your home location exceeds the configured
shakingLevelIndex, the alert escalates to yellow or orange.
If you want alerts for smaller local earthquakes, decrease alertLocalDist. If you want fewer alerts from distant earthquakes, increase alertRegionMag or alertGlobalMag.

