search_global_solar_eclipse: Search for a global solar eclipse
Description
Searches for the first solar eclipse visible anywhere on Earth's surface
that occurs after the given start time. A solar eclipse may be partial,
annular, or total. To find a series of eclipses, use next_global_solar_eclipse
with the peak time from the previous result.
Usage
search_global_solar_eclipse(start_time)
Value
A list containing:
status
Status code (0 = success).
kind
Type of eclipse: 0 = partial, 1 = annular, 2 = total.
peak
Peak time of the eclipse as POSIXct.
distance
Distance in kilometers from Earth's center to Moon's shadow axis.