plot_ground_track
Plot the ground track of a satellite on a world map by propagating its orbit. Specify satellite, start and end epochs, and optional ground stations.
Instructions
Plot satellite ground track on a world map.
Propagates the satellite and plots its sub-satellite point trace.
Args: satellite: Satellite spec dict (same format as compute_access). Must include "source" key ("tle", "gp_record", or "state"). start_epoch: Start of ground track (ISO epoch string). end_epoch: End of ground track (ISO epoch string). step_seconds: Propagation step size in seconds (default 60). ground_stations: Optional list of location dicts to plot on map. show_grid: Show latitude/longitude grid lines. show_legend: Show plot legend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_epoch | Yes | ||
| satellite | Yes | ||
| show_grid | No | ||
| show_legend | No | ||
| start_epoch | Yes | ||
| step_seconds | No | ||
| ground_stations | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |