Give output of only sunset results, not sunrise as well #766
-
Using the |
Beta Was this translation helpful? Give feedback.
Answered by
lulunac27a
Aug 12, 2024
Replies: 1 comment 1 reply
-
Unless I'm missing something, when iterating over the events list (comprising a run of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
almanac.find_settings()
to find the setting time of an object (sun and moon) from the start date/time to end date/time.For example:
almanac.find_settings(observer_location, eph['Sun'], start_time, end_time)