query_groundstations
Filter ground stations by geographic bounds, provider, name, or frequency band, applying combined AND logic.
Instructions
Query groundstations with geographic and attribute filters.
At least one filter parameter must be provided. All filters are combined (AND logic).
Args: provider: Provider name (case-insensitive). name: Station name substring search (case-insensitive). lat_min: Minimum latitude in degrees. lat_max: Maximum latitude in degrees. lon_min: Minimum longitude in degrees. lon_max: Maximum longitude in degrees. frequency_band: Required frequency band (e.g. "S", "X", "Ka"). limit: Maximum number of stations to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| lat_max | No | ||
| lat_min | No | ||
| lon_max | No | ||
| lon_min | No | ||
| provider | No | ||
| frequency_band | No |