bakom_sendeanlagen_suche
Find mobile phone and broadcast antenna sites near any Swiss location. Enter WGS84 coordinates and a search radius to retrieve operator, type, and distance data for radiation source analysis or infrastructure planning.
Instructions
Mobilfunkanlagen und Sendeanlagen in einem Umkreis suchen.
Findet Antennenstandorte (Mobilfunk und Rundfunk) in der Nähe eines Standorts. Nützlich für Schulhäuser (Strahlungsquellen), Medienplanung oder technische Infrastrukturanalysen.
Args: params (AntennaSearchInput): Koordinaten WGS84, Suchradius, Format.
Returns: str: Liste von Sendeanlagen im Umkreis mit Betreiber und Typ.
Schema: { "suchzentrum": {"lat": float, "lon": float}, "radius_m": int, "anlagen": [ { "id": str, "typ": str, "betreiber": str | None, "distanz_m": float | None, "koordinaten": {"east": float, "north": float} } ], "total": int }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |