metar.private vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Tuple classes
ClassSuperclassSlots
bad-location tuplestr
metar-report tupletype station timestamp modifier wind visibility rvr weather sky-condition temperature dew-point altimeter remarks raw
taf-partial tuplefrom-timestamp wind visibility rvr weather sky-condition raw
taf-report tuplestation timestamp valid-timestamp wind visibility rvr weather sky-condition partials raw


Ordinary words
WordStack effect
(parse-recent-weather)( str -- str' )
(parse-weather)( str -- str' )
<metar-report>( metar -- report )
<taf-partial>( str -- partial )
<taf-report>( taf -- report )
C>F( C -- F )
F>C( F -- C )
bad-location( str -- * )
calc-humidity( report -- humidity/f )
compass-directions( -- value )
direction>compass( direction -- compass )
double-value( str -- m n )
find-all( seq quot: ( elt -- ? ) -- seq elts )
find-one( seq quot: ( elt -- ? ) -- seq' elt/f )
fix-visibility( seq -- seq' )
glossary( -- assoc )
high-clouds( -- value )
kt>mph( kt -- mph )
lightning( -- value )
low-clouds( -- value )
metar-body( report seq -- report )
metar-remarks( report seq -- report )
metar-report.( report -- )
mid-clouds( -- value )
mph>kt( mph -- kt )
parse-1hr-precipitation( str -- str' )
parse-1hr-pressure( str -- str' )
parse-1hr-temp( str -- str' )
parse-24hr-precipitation( str -- str' )
parse-24hr-temp( str -- str' )
parse-6hr-max-temp( str -- str' )
parse-6hr-min-temp( str -- str' )
parse-6hr-precipitation( str -- str' )
parse-6hr-snowfall( str -- str' )
parse-altimeter( str -- str' )
parse-altitude( str -- str' )
parse-began/ended( str -- str' )
parse-cloud-cover( str -- str' )
parse-compass( str -- str' )
parse-direction( str -- str' )
parse-duration-of-sunshine( str -- str' )
parse-from-timestamp( str -- str' )
parse-from-to( str -- str' )
parse-glossary( str -- str' )
parse-inches( str -- str' )
parse-lightning( str -- str' )
parse-location( str -- n )
parse-peak-wind( str -- str' )
parse-probability( str -- str' )
parse-recent-time( str -- str' )
parse-recent-weather( str -- str' )
parse-remark( str -- str' )
parse-rvr( str -- str' )
parse-sea-level-pressure( str -- str' )
parse-sky-condition( str -- str' )
parse-snow-depth( str -- str' )
parse-speed( str units -- str'/f )
parse-temperature( str -- temp dew-point )
parse-timestamp( str -- str' )
parse-valid-timestamp( str -- str' )
parse-varying( str -- str' )
parse-visibility( str -- str' )
parse-water-equivalent-snow( str -- str' )
parse-weather( str -- str' )
parse-wind( str -- str' )
parse-wind-shear( str -- str' )
parse-wind-variable( str -- str' )
pressure-tendency( -- value )
re-altimeter( -- value )
re-from-timestamp( -- value )
re-recent-weather( -- value )
re-rvr( -- value )
re-sky-condition( -- value )
re-station( -- value )
re-temperature( -- value )
re-timestamp( -- value )
re-valid-timestamp( -- value )
re-visibility( -- value )
re-weather( -- value )
re-wind( -- value )
re-wind-variable( -- value )
row.( name quot -- )
signed-number( sign value -- n )
single-value( str -- str' )
sky( -- value )
split-recent-weather( str -- seq )
stations-data( -- seq )
string>latitude( str -- lat/f )
string>longitude( str -- lon/f )
taf-body( report str -- report )
taf-partials( report seq -- report )
taf-report.( report -- )
weather( -- value )


Class predicate words
WordStack effect
bad-location?( object -- ? )
metar-report?( object -- ? )
taf-partial?( object -- ? )
taf-report?( object -- ? )


Files