Davison Chart
davisonComputes a Davison relationship chart by finding the midpoint in time and space between two birth moments, used for comparing two individuals' charts.
Instructions
Calculate a Davison relationship chart using the midpoint in time and space between two birth moments.
[Group: Comparisons] [Cost: 50 credits (Tier 3)]
Example request body: {"chart1":{"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52},"chart2":{"date":"1985-11-03","time":"08:15:00","timezoneOffset":2,"latitude":48.46,"longitude":35.04}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chart1 | Yes | Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss). Defaults to lat/lon/tz=0 if omitted; pass real values for accurate computation. | |
| chart2 | Yes | Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss). Defaults to lat/lon/tz=0 if omitted; pass real values for accurate computation. |