Calculating Solar eclipse visibility on earth #119
-
Hi, You have done a great job here! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @JayaShakthi97 , Thank you for your kind words. Have you taken a look at the documentation for eclipse functions in the Python version of Astronomy Engine? In general, lunar eclipses are going to be simpler because anyone who can see the moon during the eclipse can observe the eclipse. Solar eclipses are much more complicated because you have to calculate the fast-moving and ever-changing shape of the shadow on the Earth's surface. The solar eclipse functions I created come in "global" and "local" versions. The global version finds when and where on the globe the peak part of the eclipse occurs. The local version is given a desired observing location and finds information about solar eclipses as visible at that one location. Astronomy Engine currently does not provide a general map-building functionality like some websites have. That would be far more complicated! I hope this helps you get some ideas of how to get started. Please let me know if I can help with specific use cases. |
Beta Was this translation helpful? Give feedback.
Hi @JayaShakthi97 ,
Thank you for your kind words. Have you taken a look at the documentation for eclipse functions in the Python version of Astronomy Engine?
In general, lunar eclipses are going to be simpler because anyone who can see the moon during the eclipse can observe the eclipse. Solar eclipses are much more complicated because you have to calculate the fast-moving and ever-changing shape of the shadow on the Earth's surface.
The solar eclipse functions I created come in "global" and "local" versions. The global version finds when and where on the globe the peak part of the eclipse occurs. The local version is given a desired observing location and finds information about solar e…