earth-systems-observatory

🌍 Earth Systems Observatory (ESO)

A real-time geophysical monitoring dashboard and scientific research platform for cross-domain Earth systems analysis β€” seismicity, space weather, tidal forces, climate, and ionospheric activity.

β†’ Open the Live App


What It Does

ESO fetches and visualizes live data from multiple scientific agencies (NOAA, USGS, NASA, IERS) and overlays them on an interactive world map. It is also a research tool for testing hypotheses about correlations between geophysical domains.

Real-time data streams:

Analysis features:


Thesis Research

ESO includes a built-in scientific thesis framework for pre-registered hypothesis testing.

Thesis A β€” Severe Geomagnetic Storms and Subduction Zone Seismicity

Status: CONCLUDED (2026-04-02)

Tests whether extreme solar wind events (Bz ≀ βˆ’10 nT) trigger M7.0+ subduction zone earthquakes within a 96-hour window.

Thesis B β€” Tidal Triggering of Great Earthquakes

Status: CONCLUDED (2026-04)

Tests whether M7.5+ earthquakes occur at higher rates during syzygy windows (Β±3 days of new/full moon).

Thesis C β€” El NiΓ±o Marine Heatwave Cascade

Status: IN PROGRESS

Tests whether ENSO β†’ SST β†’ marine heatwave β†’ coral bleaching β†’ fishery disruption cascade dynamics have detectable signatures in cross-domain geophysical data.

Thesis D β€” ENSO β†’ Wildfire β†’ Carbon Chain

Status: IN PROGRESS

Tests whether El NiΓ±o-driven precipitation deficits in SE Asia, Australia, and the Amazon predictably amplify fire weather and atmospheric carbon pulse dynamics.


Project Structure

earth-systems-observatory/
β”‚
β”œβ”€β”€ earth-observatory-p3.html       ← Live app (open this in browser)
β”œβ”€β”€ earth-observatory-p3.min.html   ← Minified build
β”œβ”€β”€ README.md
β”œβ”€β”€ VERSIONS.md
β”‚
β”œβ”€β”€ src/                            ← Source files (edit these)
β”‚   β”œβ”€β”€ earth-observatory-modular.html   HTML shell
β”‚   β”œβ”€β”€ eso-style.css                    All CSS
β”‚   β”œβ”€β”€ eso-stats.js                     Math/stats library (no DOM deps)
β”‚   β”œβ”€β”€ eso-core.js                      State, map, UI navigation, layers
β”‚   β”œβ”€β”€ eso-data.js                      API fetches, scoring, data processing
β”‚   β”œβ”€β”€ eso-ui.js                        Charts, analysis panels, notifications
β”‚   β”œβ”€β”€ eso-thesis.js                    Generic thesis framework
β”‚   β”œβ”€β”€ eso-elnino.js                    El NiΓ±o / ENSO intelligence engine
β”‚   β”œβ”€β”€ thesis-a-solar-seismic.js        Thesis A implementation
β”‚   β”œβ”€β”€ thesis-b-tidal-seismic.js        Thesis B implementation
β”‚   └── build.py                         Merges src/ β†’ earth-observatory-p3.html
β”‚
β”œβ”€β”€ research/                       ← Study design & conclusions
β”‚   β”œβ”€β”€ thesis-a/
β”‚   β”‚   β”œβ”€β”€ Thesis A β€” Severe Geomagnetic Storms and Subduction Zone Seismicity.pdf
β”‚   β”‚   └── backfill-thesis-a.py         15-yr NASA OMNI + USGS analysis
β”‚   β”œβ”€β”€ thesis-b/
β”‚   β”‚   β”œβ”€β”€ Thesis B β€” Tidal Triggering of Great Earthquakes β€” Research Design.pdf
β”‚   β”‚   β”œβ”€β”€ Thesis B β€” Tidal Triggering β€” Research Conclusions.pdf
β”‚   β”‚   └── backfill-thesis-b.py         50-yr USGS M7.0+ tidal analysis
β”‚   └── elnino/
β”‚       └── backfill-elnino.py           NOAA ONI historical series (1950–present)
β”‚
β”œβ”€β”€ data/                           ← Backfill JSON caches
β”‚   β”œβ”€β”€ thesis-a-backfill.json
β”‚   β”œβ”€β”€ thesis-b-backfill.json
β”‚   └── elnino-backfill.json
β”‚
β”œβ”€β”€ docs/                           ← Project documentation
β”‚   β”œβ”€β”€ ESO-project-summary.md
β”‚   β”œβ”€β”€ ESO-research-roadmap.md
β”‚   └── ESO-Phase4-Version-Roadmap.docx
β”‚
└── releases/                       ← Release snapshots
    β”œβ”€β”€ v3.0/
    └── v4.0/

Running Locally

Open earth-observatory-p3.html directly in any modern browser. No server required β€” all API calls are made client-side.

To rebuild after editing source files:

cd src
python3 build.py          # builds ../earth-observatory-p3.html
python3 build.py --both   # builds both standard and minified versions

Data Sources

Domain Source
Seismicity USGS FDSNWS
Space weather / geomagnetic NOAA SWPC
Solar wind NASA DSCOVR (OMNI)
Satellite imagery NASA GIBS (MODIS Terra)
Sea surface temperature NASA GHRSST MUR + NOAA
ENSO forecast IRI/CPC official forecast + NOAA ONI
Marine heatwaves / coral bleaching Copernicus Marine + NOAA Coral Reef Watch
Wildfire NASA FIRMS (MODIS C6.1 NRT)
Earth rotation (LOD) IERS Paris Observatory EOP C04
Focal mechanisms GCMT / USGS moment tensors
Tsunami warnings GDACS + USGS
Precipitation Open-Meteo