plot_ground_track_from_gp
Plots satellite ground track from a GP record for specified time range. Supports SGP4 or Keplerian propagation, optional ground stations, grid and legend.
Instructions
Plot satellite ground track from a GP record.
Convenience wrapper that creates a satellite spec from a GP record dict and delegates to plot_ground_track().
Args: gp_record: GP record dict from celestrak/spacetrack tools. start_epoch: Start of ground track (ISO epoch string). end_epoch: End of ground track (ISO epoch string). propagator_type: "sgp4" (default) or "keplerian". 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 | ||
| gp_record | Yes | ||
| show_grid | No | ||
| show_legend | No | ||
| start_epoch | Yes | ||
| step_seconds | No | ||
| ground_stations | No | ||
| propagator_type | No | sgp4 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |