Finds the next solar eclipse in a series at a specific location.
Typically, you pass the peak value from a previous
search_local_solar_eclipse or next_local_solar_eclipse call.
Examples
start <- as.POSIXct("2025-01-01", tz = "UTC")
eclipse1 <- search_local_solar_eclipse(start, 37.77, -122.41)
eclipse2 <- next_local_solar_eclipse(eclipse1$peak$time, 37.77, -122.41)