See it
Start with a view you can explore, not a diagram you have to take on trust.
Open eclipse maps · local predictions · reusable code
Shadowline turns the predicted motion of the Sun and Moon into an explorable model of a solar eclipse. Follow the shadow across Earth, check what happens at a place, and see what the calculation can—and cannot—tell us. Then use the open code behind the view to make an eclipse visualisation of your own.
From model to visualisation
These are two examples, not two limits. The explorer compares eclipses across dates, places and projections. The 2026 tracker reshapes the same underlying geometry around one event, one observer and one day.
General-purpose explorer
Find eclipses by year or place, compare a flat map, a physical Earth–Moon view, the whole Earth and local terrain, then download the complete geometry as GeoJSON or KML.
Focused field application · 12 August 2026
Use your location to see local eclipse times, preview the Sun, and follow the moving shadow. Load it before you set out and it can keep calculating if your signal drops.
How Shadowline works
Astronomy Engine supplies predicted Sun and Moon positions. Shadowline transforms them into a rotating, Earth-fixed frame.
The shadow cone is intersected with the WGS 84 shape of Earth. The complete path stays independent of any particular map projection.
The explorer, ground view and 2026 tracker each select and present the shared geometry differently. A new application can ask something else without having to rebuild the eclipse science.
Part of Found in Space
Found in Space turns open scientific measurements and models into interactive experiences, while keeping the sources, assumptions and limitations in view. A compelling picture should invite the next question: what is this made from, what does it leave out, and what can I make with the material behind it?
Shadowline is not only something to use. It is a public, package-first codebase: renderer-independent geometry, an astronomy adapter, GIS exporters and working example applications. Use one piece, replace a renderer, make a classroom activity, or take the model somewhere the current site does not go.
Start building
Install the geometry package and its Astronomy Engine provider, then calculate a path, local circumstances or GIS export inside your own JavaScript or TypeScript project.
npm install @found-in-space/shadowline @found-in-space/shadowline-astronomy-engine
Start with a view you can explore, not a diagram you have to take on trust.
Keep evidence, transformations, assumptions and uncertainty close to the result.
Install the packages, fork a working example, or contribute the next useful way to see the model.
Ready to take it further?