The allowed names of types, intensities, and coverage/probabilities are available in the serverConfig.py file.
|
|
|
|
Weather Color Algorithm | YES | YES | |
Weather Coverage Fill Patterns | YES | YES | |
Defining Color Entries for Weather Type and Intensities | YES | YES | |
Weather Generic Colors | YES | YES |
|
|
|
|
1 | Based on entries in WeatherCoverage_names and WeatherCoverage_fillPatterns. Only one fill pattern will be used based on the coverage/probability term. | No | First looks in WeatherTypeInten_names and WeatherTypeInten_colors to look for a type and intensity match. If not found, looks in WeatherType_names and WeatherType_colors for a match. If not found, then assigns a color from WeatherGeneric_colors. |
1 | Based on entries in WeatherCoverage_names and WeatherCoverage_fillPatterns. Only one fill pattern will be used based on the coverage/probability term. | Yes | First looks in WeatherTypeInten_names and WeatherTypeInten_colors to look for a composite type and intensity match. If not found, looks in WeatherType_names and WeatherType_colors for a match. If not found, then assigns a color from WeatherGeneric_colors. |
2 | Based on entries in WeatherCoverage_names and WeatherCoverage_fillPatterns. The fill pattern is determined for both of the unique coverages/probabilities. The pattern is overlapped on the display. | No | For each unique coverage/probability, first looks in WeatherTypeInten_names and WeatherTypeInten_colors to look for a type and intensity match. If not found, looks in WeatherType_names and WeatherType_colors for a match. If not found, then assigns a color from WeatherGeneric_colors. The result is two colors on the display each with different fill patterns. |
2 | Based on entries in WeatherCoverage_names and WeatherCoverage_fillPatterns. The fill pattern is determined for both of the unique coverages/probabilities. The pattern is overlapped on the display. | Yes | For each unique coverage/probability, first looks in WeatherTypeInten_names and WeatherTypeInten_colors to look for a composite type and intensity match. If not found, looks in WeatherType_names and WeatherType_colors for a match. If not found, then assigns a color from WeatherGeneric_colors. The result is two colors on the display each with different fill patterns. |
3 or more | Solid fill pattern is always used. | N/A | Uses a color from WeatherGeneric_colors. The solid pattern denotes a "complex" set of weather. |
You can view examples of these fill patterns here.WHOLE WIDE SCATTERED WIDE_SCATTERED ISOLATED TRANS_25PC_45DEG TRANS_25PC_135DEG SELECTED_AREA DUALCURVE CURVE VERTICAL CROSS HORIZONTAL
For example, if "Iso" coverage is in the 1st entry of the list and ISOLATED appears in the first entry of the fill patterns, the for Iso coverage, the fill pattern ISOLATED will be used.
WeatherCoverage_names = ["Iso", "WSct", "Sct", "Num", "Wide",
"Ocnl", "SChc",
"Chc", "Lkly", "Def", "Patchy", "<NoCov>"]
WeatherCoverage_fillPatterns = ["ISOLATED", "WIDE_SCATTERED",
"SCATTERED", "WIDE", "WIDE", "TRANS_25PC_45DEG", "ISOLATED",
"WIDE_SCATTERED",
"SCATTERED", "WIDE", "SCATTERED", "WHOLE"]
|
|
Snow regardless of intensity | White |
Rain, all intensities other than heavy | Green |
Rain, heavy | cyan |
Fog | Yellow |
Rain and Snow Mixed | Purple |
Freezing Rain | Orange |
Thunderstorms (TRW) | Red |
Strong Thunderstorms (T+RW) | Red1 |
No weather | Gray40 |
WeatherType_names = ["S", "R", "F", "RS", "ZR", "TRW",
"<NoWx>"]
WeatherType_colors = ["white", "green", "yellow", "purple",
"orange", "red", "gray40"]
WeatherTypeInten_names = ["T+RW", "R+"]
WeatherTypeInten_colors = ["red1", "cyan"]
The weather type entries are parallel lists of values and must be the same size. The user defines the color desired for a particular composite weather type. The color names may be X colors either in named color or #rrggbb format. This list does not contain intensity descriptors and is searched after the WeatherTypeInten_names and WeatherTypeInten_colors.
The weather type intensity entries are parallel lists of values and
must be the same size. The user defines the color desired for a
particular
composite weather type and intensity.
WeatherGeneric_colors = ["Coral", "CadetBlue2", "Aquamarine",
"DarkKhaki",
"DodgerBlue", "IndianRed1", "PaleGreen", "MistyRose",
"chartreuse3",
"PapayaWhip"]