get_next_sun_event
Calculate the next occurrence of sun events like sunrise, sunset, or golden hour for a specific location and date. Input latitude, longitude, event type, and optional date, count, and timezone to receive results in JSON or text format.
Instructions
Get the next occurrence(s) of a specific sun event
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of occurrences to return. Defaults to 1. | |
date | No | Starting date (YYYY-MM-DD format). Defaults to current date. | |
event | Yes | Sun event to find | |
format | No | Output format (json or text) | |
latitude | Yes | Latitude for location-specific calculations | |
longitude | Yes | Longitude for location-specific calculations | |
timezone | No | Timezone for the results. Defaults to UTC. |