find_weather_radio
ActiveTool of dxtra Radio — Frequency Database
declared in 1.27.0
Find NOAA Weather Radio (NWR) stations near a location. Returns frequency, callsign, transmitter location, and coverage area. NWR broadcasts on 162.400-162.550 MHz. Source: NOAA National Weather Service (weather.gov NWR transmitter list).
Parameters schema
{
"type": "object",
"title": "find_weather_radioArguments",
"required": [
"lat",
"lon"
],
"properties": {
"lat": {
"type": "number",
"title": "Lat",
"description": "Listener latitude in decimal degrees, e.g. 40.7128."
},
"lon": {
"type": "number",
"title": "Lon",
"description": "Listener longitude in decimal degrees. Negative = West."
},
"radius_miles": {
"type": "integer",
"title": "Radius Miles",
"default": 75,
"description": "Search radius in miles. Default 75."
}
}
}Parent server
dxtra Radio — Frequency Database
1/7 registries