81 lines
3.2 KiB
HTML
81 lines
3.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
|
|
<html>
|
|
<head>
|
|
<meta content="text/html; charset=iso-8859-1"
|
|
http-equiv="Content-Type">
|
|
<meta
|
|
content="Mozilla/4.79 [en] (X11; U; Linux 2.4.18-27.7.xsmp i686) [Netscape]"
|
|
name="GENERATOR">
|
|
<title>gfeConfig - Common Values</title>
|
|
</head>
|
|
<body style="background-color: rgb(255, 255, 255);">
|
|
<div class="Body">
|
|
<center><b><font size="+2">GFE/ifpIMAGE Configuration
|
|
File<br>
|
|
Weather/Discrete Common Value Definitions<br>
|
|
</font></b></center>
|
|
<br>
|
|
<br>
|
|
<blockquote>The weather/discrete common value definitions are the
|
|
common types that
|
|
appear on the temporal editor popup and the spatial editor color bar
|
|
popup
|
|
menus. For WEATHER weather elements, the format of the string is
|
|
a list of "ugly" weather keys, prefixed with cascade indicators.
|
|
Refer to other documentation for the weather key format
|
|
specifics.
|
|
The general format of a weather key consists of one or more subkeys
|
|
separated
|
|
by a caret ('^'). The subkey consists of five parts:
|
|
coverage/probability,
|
|
weather type, intensity, visibility, and optional attributes. Each of
|
|
these
|
|
sections are separated by a colon (':'). The optional attributes,
|
|
if any, are separated by commas (','). The allowable coverages,
|
|
type,
|
|
intensities, visibilities, and attributes are defined by GFE
|
|
in its <a href="serverConfig.html#WeatherConfigurationSection"><!--disable indexer-->serverConfig.py</a>
|
|
file.
|
|
<p>For DISCRETE weather elements, the format of the string is the
|
|
discrete
|
|
key string. DISCRETE keys are simplier than weather keys in that they
|
|
are
|
|
representated by strings. Multiple keys are separated by a caret
|
|
('^'). </p>
|
|
<p>An ugly string by itself will be placed on the top-level cascade
|
|
menu
|
|
on the GFE. You can also make these entries appear on cascade
|
|
menus
|
|
by prefixing the ugly string with a cascade indicator. The
|
|
indicator
|
|
separator is the vertical bar (|). For example, the string
|
|
"Winter|Wide:S:--:<NoVis>:<NoAttr>"
|
|
will place the widespread snow under a 2nd level cascade named
|
|
Winter.
|
|
To do a 3rd level cascade, use an additional vertical bar, such as
|
|
"Winter|Snow|Wide:S:+:<NoVis>:<NoAttr>" </p>
|
|
<p>The name of the configuration item is parmName_commonValues, and
|
|
can
|
|
be used for both WEATHER and DISCRETE type of weather elements. </p>
|
|
<p><b><tt>Wx_commonValues = [ \</tt></b> <br>
|
|
<b><tt> "<NoCov>:<NoWx>:<NoInten>:<NoVis>:<NoAttr>",</tt></b>
|
|
<br>
|
|
<b><tt> "Wide:R:-:<NoVis>:<NoAttr>",</tt></b> <br>
|
|
<b><tt> "Wide:S:--:<NoVis>:<NoAttr>",</tt></b> <br>
|
|
<b><tt> "Wide:R:-:<NoVis>:<NoAttr>^Wide:S:-:<NoVis>:<NoAttr>",</tt></b>
|
|
<br>
|
|
<b><tt> "Sct:RW:-:<NoVis>:<NoAttr>",</tt></b> <br>
|
|
<b><tt> "Sct:SW:-:<NoVis>:<NoAttr>",</tt></b> <br>
|
|
<b><tt> "Sct:T:<NoInten>:<NoVis>:<NoAttr>^Sct:RW:-:<NoVis>:<NoAttr>",</tt></b>
|
|
<br>
|
|
<b><tt> "Patchy:F:<NoInten>:<NoVis>:<NoAttr>"]</tt></b></p>
|
|
</blockquote>
|
|
<hr style="width: 100%; height: 2px;">
|
|
<div class="Body">
|
|
<center>
|
|
<p><a href="GFESuite.html">Back To TOC</a></p>
|
|
</center>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|