Add a PIREP flag for ready_only; some more METAR cleanup

This commit is contained in:
Nabeel Shahzad
2018-04-09 22:04:59 -05:00
parent 4a19f609fc
commit f54f19100c
13 changed files with 170 additions and 313 deletions
@@ -15,17 +15,13 @@ https://api.checkwx.com/#metar-decoded
{{ $metar['temperature'][$unit_temp] }}
°{{strtoupper($unit_temp)}}
@if($metar['visibility'])
, visibility {{ $metar['visibility'][$unit_dist] }}
, visibility {{ $metar['visibility'][$unit_dist] }} {{$unit_dist}}
@endif
{{$unit_dist}}
@if($metar['humidity'])
, 
{{ $metar['humidity'] }}% humidity
, {{ $metar['humidity'] }}% humidity
@endif
@if($metar['dew_point'])
, dew point
, dew point
{{ $metar['dew_point'][$unit_temp] }}
°{{strtoupper($unit_temp)}}
@endif