calculate_solar_revolution
Calculate a solar return chart for any year using birth data. The chart is based on the Sun's return to its exact birth position.
Instructions
Calculate solar return chart for a specific year. The solar return occurs when the Sun returns to the exact same position as at birth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| birth_datetime | Yes | Birth datetime in ISO8601 format, e.g., 1985-04-12T23:20:50Z | |
| birth_latitude | Yes | Birth latitude in decimal degrees | |
| birth_longitude | Yes | Birth longitude in decimal degrees, positive east | |
| return_year | Yes | Year for the solar return calculation, e.g., 2024 | |
| return_latitude | No | Latitude for solar return location (optional, defaults to birth location) | |
| return_longitude | No | Longitude for solar return location (optional, defaults to birth location) |