Handbook
Glossary
compass-directions ( -- value )
Vocabulary
metar
.
private
Inputs
None
Outputs
value
an
object
Definition
IN:
metar.private
CONSTANT:
compass-directions
H{
{
0.0
"N"
}
{
22.5
"NNE"
}
{
247.5
"WSW"
}
{
45.0
"NE"
}
{
180.0
"S"
}
{
67.5
"ENE"
}
{
360.0
"N"
}
{
315.0
"NW"
}
{
90.0
"E"
}
{
202.5
"SSW"
}
{
270.0
"W"
}
{
112.5
"ESE"
}
{
135.0
"SE"
}
{
225.0
"SW"
}
{
337.5
"NNW"
}
{
292.5
"WNW"
}
{
157.5
"SSE"
}
}
inline