plot_access_geometry_from_gp
Plots satellite access geometry from a GP record for a given ground location and time window. Supports polar, elevation, and elevation-azimuth plots with optional visibility constraints.
Instructions
Plot access geometry from a GP record.
Convenience wrapper that creates a satellite spec from a GP record dict and delegates to plot_access_geometry().
Args: gp_record: GP record dict from celestrak/spacetrack tools. location: Ground location dict with lon, lat, optional altitude_m/name. search_start: Start of search window (ISO epoch string). search_end: End of search window (ISO epoch string). propagator_type: "sgp4" (default) or "keplerian". plot_type: "polar" (default), "elevation", or "elevation_azimuth". constraints: List of constraint spec dicts. constraint_logic: "all" (AND) or "any" (OR). min_elevation_deg: Convenience shortcut for elevation constraint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | ||
| gp_record | Yes | ||
| plot_type | No | polar | |
| search_end | Yes | ||
| constraints | No | ||
| search_start | Yes | ||
| propagator_type | No | sgp4 | |
| constraint_logic | No | all | |
| min_elevation_deg | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |