← 返回
未分类 中文

Aviation Agent

Aviation weather briefing and FAA reference assistant for pilots. Fetches real-time METAR, TAF, and PIREPs from aviationweather.gov (no API key required). Pr...
航空天气简报与FAA参考助理,面向飞行员。实时从aviationweather.gov获取METAR、TAF、PIREP(无需API密钥)。
zeron-g zeron-g 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 2
Stars
📥 212
下载
💾 0
安装
1
版本
#latest

概述

Aviation Agent

Aviation weather briefing and FAA reference assistant. Fetches live weather data from aviationweather.gov and provides FAR/AIM quick reference for flight planning and go/no-go decisions.

Quick Start

# Get current METAR for Los Angeles International
python3 scripts/metar.py --metar KLAX

# Full briefing: METAR + TAF forecast for two airports
python3 scripts/metar.py --metar KLAX KSFO --taf KLAX KSFO

# Check PIREPs (pilot reports) near Chicago O'Hare, last 4 hours
python3 scripts/metar.py --pirep KORD --hours 4

scripts/metar.py — Weather Data Fetcher

Queries the aviationweather.gov public API (no API key needed). Returns formatted, decoded weather reports with flight category classification.

Arguments

FlagDescriptionExample
----------------------------
--metar ICAO [ICAO ...]Fetch current METAR for one or more airports--metar KLAX KJFK
--taf ICAO [ICAO ...]Fetch TAF forecast for one or more airports--taf KORD
--pirep ICAOFetch PIREPs within 200 nm of airport--pirep KSFO
--hours NHours of data to retrieve (1-24, default: 2)--hours 6

Flags can be combined in a single call:

python3 scripts/metar.py --metar KLAX --taf KLAX --pirep KLAX --hours 3

Output Includes

  • Raw report text and decoded fields
  • Wind direction/speed/gusts, visibility, cloud layers
  • Weather phenomena decoded to plain English (e.g., +TSRA -> Heavy Thunderstorm Rain)
  • Automatic flight category classification (VFR/MVFR/IFR/LIFR)
  • Temperature, dewpoint, altimeter setting

ICAO Code Format

Codes must be exactly 4 uppercase letters. Common US airports use K prefix (e.g., KLAX, KJFK, KORD). International examples: EGLL (London Heathrow), RJTT (Tokyo Haneda).

When to Read Which Reference

User QuestionRead This File
-------------------------------
"What does BKN025 mean?" / "Decode this METAR"references/metar-codes.md
"What does TEMPO mean in this TAF?" / "Explain TAF format"references/taf-codes.md
"How many landings do I need to be current?" / "What are VFR minimums in Class D?"references/far-quickref.md
"Can I fly today?" / "Is this weather safe for a student pilot?"references/decision-guide.md
Go/no-go decision with specific weather dataRun scripts/metar.py first, then read references/decision-guide.md

For a full weather briefing workflow:

  1. Run scripts/metar.py with --metar and --taf for the departure and destination airports
  2. Run scripts/metar.py with --pirep to check for turbulence/icing reports
  3. Read references/decision-guide.md to evaluate the weather against personal minimums
  4. Read references/far-quickref.md if the user needs regulatory specifics

Flight Category Legend

CategoryCeilingVisibilityMarkerMeaning
------------------------------------------------
VFR> 3,000 ft AGL> 5 SMGreenVisual flight rules — clear conditions
MVFR1,000 – 3,000 ft3 – 5 SMBlueMarginal VFR — proceed with caution
IFR500 – 999 ft1 – < 3 SMRedInstrument flight rules required
LIFR< 500 ft< 1 SMMagentaLow IFR — extremely restricted visibility

The more restrictive of ceiling or visibility determines the category. For example, 10 SM visibility but a 900 ft ceiling is IFR (ceiling is the limiting factor).

Ceiling is defined as the lowest cloud layer reported as BKN (Broken) or OVC (Overcast). FEW and SCT layers are not ceilings.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-12 06:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

ComfyUI Painter

zeron-g
本地 ComfyUI 绘图工作流 + CivitAI集成,支持 API 控制生成图片(图生视频),提供模型搜索、下载、更新检查及自动调参。适用于绘图、生成图像、换模型、调参、出图、搜模型、下载模型等场景。
★ 0 📥 1,502
professional

Stock Market Pro

kys42
Yahoo Finance (yfinance) 驱动的股票分析技能:行情报价、基本面、ASCII 趋势图、高分辨率图表(RSI/MACD/BB/VWAP/ATR),以及可选的网络...
★ 166 📥 40,601
professional

All-Market Financial Data Hub

financial-ai-analyst
基于东方财富数据库,支持自然语言查询金融数据,覆盖A股、港股、美股、基金、债券等资产,提供实时行情、公司信息、估值、财务报表等,适用于投资研究、交易复盘、市场监控、行业分析、信用研究、财报审计、资产配置等场景,满足机构与个人需求。返回结果为
★ 136 📥 43,556