astro_render_planetary_clock
Planetary clock face — rise, set, culminate for a date + location.
- Layer: render
- Methods: clock
- Free tier: —
- Paid tier: clock
Description
Planetary clock face — rise, set, culminate for a date + location.
Methods:
clock [Paid] — date + location → rise / set / culmination clock-face for the planets
Input schema
clock
| Field | Type | Required | Constraints |
|---|---|---|---|
| date.year | integer | yes | min 1800, max 2200, int |
| date.month | integer | yes | min 1, max 12, int |
| date.day | integer | yes | min 1, max 31, int |
| latitude | number | yes | min -89.9, max 89.9 |
| longitude | number | yes | min -180, max 180 |
| timezone | number | no | min -12, max 14 |
| bodies | array<enum(10)> | no | — |
| sizePx | integer | no | min 160, max 1024, int |
| palette.background | string | no | — |
| palette.ring | string | no | — |
| palette.arc | string | no | — |
| palette.text | string | no | — |