{{-- If you want to edit this, you can reference the CheckWX API docs: https://api.checkwx.com/#metar-decoded --}} @if(!$metar)
METAR/TAF data could not be retrieved
@elseConditions | {{ $metar['category'] }} {{ $metar['temperature'][$unit_temp] }} °{{strtoupper($unit_temp)}} @if($metar['visibility']) , visibility {{ $metar['visibility'][$unit_dist] }} @endif {{$unit_dist}} @if($metar['humidity']) , {{ $metar['humidity'] }}% humidity @endif @if($metar['dew_point']) , dew point {{ $metar['dew_point'][$unit_temp] }} °{{strtoupper($unit_temp)}} @endif |
Barometer | {{ $metar['barometer'] }} Hg / {{ $metar['barometer_in'] * 1000 }} MB |
Clouds | @if($unit_alt === 'ft') {{$metar['clouds_report_ft']}} @else {{ $metar['clouds_report'] }} @endif |
Wind | {{$metar['wind_speed']}} kts from {{$metar['wind_direction_label']}} ({{$metar['wind_direction']}}°) @if($metar['wind_gust_speed']) gusts to {{ $metar['wind_gust_speed'] }} @endif |
METAR |
{{ $metar['raw'] }}
|
Remarks | {{ $metar['remarks'] }} |
Updated | {{$metar['observed_time']}} ({{$metar['observed_age']}}) |