Finding lat/lon during an eclipse #801
Replies: 1 comment 2 replies
-
It looks like you are computing the Earth locations for which the Sun is overhead—which I think would only be the location on Earth of the Moon's shadow, and thus of the eclipse totality, if the centers of the three bodies Earth-Moon-Sun were in an exact straight line? But that's never the case for a solar eclipse. To a smaller or greater degree, the Moon will happen to track above or below the Earth-Sun line, and the sweep of its shadow will pass north or south of the Earth location from which the Sun is overhead. What Skyfield will need, when someone has time to implement it, is a calculation of where the Moon's shadow falls. I've glanced over the guide to the calculation in the Explanatory Supplement but haven't had time to try turning it into code. A general routine for finding the intersection of a line and an ellipsoid may be needed? I thought I'd written one up to solve another problem, but all I see at the moment is |
Beta Was this translation helpful? Give feedback.
-
Using this example as a starting point, I wanted to find the latitude/longitude to match those in eclipse tables for a given eclipse. All good for lunar eclipses, not so for solar and I'm not sure where I'm going wrong...
Results are:
The first lot of results are for lunar eclipse and the latitude/longitude matches nicely. Not so for the second lot of results for solar eclipses...any ideas please?
Beta Was this translation helpful? Give feedback.
All reactions