calculate_ground_track
Calculate the ground track of an orbiting object from orbital state vectors, returning latitude/longitude coordinates over a given duration and time step.
Instructions
Calculate ground track from orbital state vectors.
Args: orbital_state: Orbital state (elements or state vector) duration_s: Duration for ground track calculation in seconds time_step_s: Time step for ground track points in seconds
Returns: JSON string with ground track latitude/longitude coordinates.
Raises: No exceptions are raised directly; errors are returned as formatted strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orbital_state | Yes | ||
| duration_s | Yes | ||
| time_step_s | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |