What it is, where the numbers come from, and how they're calculated.
This is a hobby project — I wanted to see every total solar eclipse through 2055 overlaid on one map, click anywhere in a path, and get a real answer for "when does totality start here, how long does it last, will terrain block it, and what's the weather usually like." I am not an eclipse expert, an astronomer, or a geodesist. I built this with Claude Code (Anthropic's AI coding assistant) — it wrote the actual implementation; I directed it, reviewed what it produced, and used the whole project as a way to learn the real astronomy and geometry behind it as I went, rather than writing this orbital-mechanics- adjacent math from scratch myself. Be clear-eyed about what that means: this is, in plain terms, AI-generated output from someone who isn't qualified to independently catch every mistake in it. It hasn't been reviewed by an astronomer, a geodesist, or anyone else with the domain background to actually vet it. If you're making a real decision — where to stand, whether to book travel, what to tell other people — use Xavier Jubier's map, not this one. Use this one for curiosity, and to check my math against it, not instead of it.
So this page exists for one reason: so you can check the work, knowing that up front. Every section below says exactly what data this map pulls from, what calculation runs on it, and how confident you should be in the result. If something looks wrong, I'd genuinely like to know — that's the point of writing it all down like this, and it matters more, not less, given how it was built.
Before anything else: if you want the definitive eclipse map — the one built by someone who actually does this professionally, refined over decades, and trusted by the eclipse- chasing community as the reference tool — that's Xavier Jubier's interactive eclipse maps. I built this to learn how the underlying math actually works and have a version of my own to poke at and extend, not because anything here is meant to compete with his. I'll also admit a more practical reason: I noticed his site was sometimes temporarily unreachable, and wanted something of my own I could still pull up and play with when that happened — not a replacement for it, just a backup for the moments it's down. Specific places his is more accurate than this one are called out in the sections below, not just this notice.
Every eclipse's path geometry — the northern limit, southern limit, center line, and timing/duration along it — comes from NASA GSFC's published Espenak/Meeus eclipse predictions (the same lineage as Jubier's own Five Millennium Canon of Solar Eclipses data). Each eclipse's exact source page is recorded in its own data file. That published table only samples the path every ~2 minutes, though — for a specific point you actually click, this map estimates local circumstances one of three ways, tried in order of precision:
For any click resolved by the dense-element tier above, the Contact Images panel draws a rough "what the diamond ring might look like" diagram for 2nd and 3rd contact. This is directly inspired by real published research on this exact question — Xavier Jubier's own work with Jay Pasachoff and Ernest Wright on lunar limb profiles at total eclipses is the real, professionally-rigorous version of this idea. What's here is a much simpler amateur attempt at the same question, combining two effects:
The angle-to-lunar-surface-point mapping was worked out from scratch (not copied from an existing reference I could just trust), so before relying on it I checked it against an independent, well-established formula and confirmed the two agree. Still: this is a simplified, linear estimate near each contact instant, not a full simulation of the actual light curve — it tells you roughly where and how many beads to expect, not a frame-by-frame prediction.
Clicking a path also draws a small chart comparing the Sun's altitude at that moment against the real ground elevation between you and the horizon in the Sun's direction, out to 60 km — if the terrain line ever rises above the Sun's altitude line, something between you and the Sun would block totality from that exact spot.
Ground elevation comes from the public Copernicus DEM GLO-30 dataset (30m resolution, free for commercial use with attribution) or, depending on which map mode is active, Google's Elevation API. Both are real measured elevation data, not estimated.
What this check does not account for: buildings, trees, or anything else not in a bare-earth elevation model; and it checks one straight line at one instant, not the Sun's actual slow movement across the sky over the full length of totality.
The Weather panel shows typical cloud cover, rain frequency, and temperature for that spot around that calendar date — this is climatology, not a forecast for the actual eclipse. It comes from NASA's POWER project (satellite and reanalysis-derived daily weather data, with real modeled coverage even over open ocean), averaged across every year from 1981–2020 within a week of the eclipse's actual calendar date. It tells you what that place is usually like in early August (or whenever), not what it will actually be like on eclipse day — treat it as "should I even consider this location," not a weather report.
Everything above is implemented in plain JavaScript with no framework and no build step — the calculations are ordinary, inspectable math, not a black box. If you find an error in any of it, that's useful information, not an inconvenience — please say so.
Again: for the map you should actually rely on for eclipse planning, use Xavier Jubier's interactive eclipse maps.