ephemeris_composite
Derive a relationship chart by computing the midpoints of planet pairs from two natal charts. Input birth details for each person to obtain the composite astrological chart.
Instructions
Calculate a composite chart from two or more natal charts. The composite uses midpoints of each planet pair to derive a single relationship chart.
CREDIT COST: 3 credits per call.
EXAMPLE: Composite for two people: person_a_datetime='1990-04-15T14:30:00', person_a_latitude=41.88, person_a_longitude=-87.63, person_b_datetime='1988-09-22T08:15:00', person_b_latitude=34.05, person_b_longitude=-118.24
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person_a_datetime | Yes | Person A birth datetime (ISO 8601). | |
| person_a_timezone | No | IANA timezone name for Person A, e.g. 'America/Denver'. | |
| person_a_latitude | Yes | Person A birth latitude. | |
| person_a_longitude | Yes | Person A birth longitude. | |
| person_b_datetime | Yes | Person B birth datetime (ISO 8601). | |
| person_b_timezone | No | IANA timezone name for Person B, e.g. 'Europe/London'. | |
| person_b_latitude | Yes | Person B birth latitude. | |
| person_b_longitude | Yes | Person B birth longitude. | |
| format | No | Use 'llm' for token-efficient LLM projection. |