-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aspects: Start and End #9
Comments
This is a nice idea & ties in with the other request. I'm thinking to add a function in the chart class to calculate things like this on the fly, so you'd do something like: start, end = natal.next_transit(chart.SATURN, chart.PLUTO, calc.CONJUNCTION) where the first object is from the calling chart (natal Saturn in this case) and the second object is the real-time transiting planet. Optionally it could take a date to start from, and also have a counterpart It will take some complexity to add in & include things like houses & points etc, but I'm adding it to the ever-growing feature list! |
Your idea is great and it does serve for my two suggestions. I just wonder how to do it, because of the different speeds of each object. Maybe using different increments per object? I'll try code something myself. Sure it won't be a professional-level coding, but maybe it can serve as an inspiration for you to polish it and add to the code. |
The average daily speeds of the main planets are in the I'd start with getting the current distance between the two points using something like It'll be a little while before I can take a proper look at this though so code away! |
Hi @theriftlab .
I have an idea for the Aspect class: start and end dates.
For sure, it doesn't make sense in a Natal chart, but It will be very useful in some particular situations:
I know it can be tricky with some objects not moving in their typical direction, but, if possible, it will be very cool.
The text was updated successfully, but these errors were encountered: