plot_access_geometry
Compute access windows and plot satellite pass geometry over a ground location. Supports polar, elevation, and elevation-azimuth plot types with optional constraints.
Instructions
Plot access geometry between a satellite and ground location.
Computes access windows and plots the satellite pass geometry.
Args: location: Ground location dict with lon, lat, optional altitude_m/name. satellite: Satellite spec dict (same format as compute_access). search_start: Start of search window (ISO epoch string). search_end: End of search window (ISO epoch string). 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 | ||
| plot_type | No | polar | |
| satellite | Yes | ||
| search_end | Yes | ||
| constraints | No | ||
| search_start | Yes | ||
| constraint_logic | No | all | |
| min_elevation_deg | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |