Open jeferson-sb opened 2 years ago
bump
I may have an idea using to loops. For sake of simplicity, I will call:
Start date:
End date:
Depending on your project, after knowing the date, you may go deeper to find the hour using the same idea
@NodBr Yeah, I did something similar to this in our project, thanks for the response anyways.
Hi folks,
I'm working on implementing a Transits chart and I need to list aspects for planets in a particular day. I'm able to determine the aspect between two bodies with swe_calc_ut successfully but I cannot estimate how long that aspect will occur. So I need to represent the two dates where that aspect will stay, for example
I know there is the
next_aspect_with
method under the contrib module but it can only display the future dates of that same aspect.@astrorigin