get_constellation
Calculate the altitude and azimuth position of a constellation's center for a specific location, date, and time to aid stargazing planning.
Instructions
Get the position (altitude/azimuth) of the center of a constellation.
Args: constellation_name: Name of constellation (e.g. "Orion", "Ursa Major") lon: Observer longitude in degrees lat: Observer latitude in degrees time: Observation time string "YYYY-MM-DD HH:MM:SS" time_zone: IANA timezone string
Returns: Dict with keys "data", "_meta". "data" contains name, altitude, azimuth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| constellation_name | Yes | ||
| lon | Yes | ||
| lat | Yes | ||
| time | Yes | ||
| time_zone | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||