/usr/share/metview/etc/StationDef is in metview-data 5.0.0~beta.1-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | STATIONS ; dummy ; dummy2
{
#this one was a "bad idea" (vk)
STATION_TYPE
[ visible = false ]
{
WMO_STATION
EPS_STATION
LOCATION
NOT_USED
} = NOT_USED
# -- old name for backwards compatibility --
# Note that it appears that although libMars uses the last
# name in each list (as specified in ObjectList), MetviewUI
# uses the second name... hence the duplication.
SEARCH_STATIONS_DATABASE
[ label = 'Station type' ]
{
YES - WMO_STATION ; WMO ; WMO_STATION ; WMO
NO - LOCATION ; NO ; LOCATION ; NO
} = WMO
SEARCH_KEY {
NAME
IDENT
WMO_BLOCK
POSITION
AREA
} = NAME
NAME
[
help = help_external,
help_module = stbase,
help_icon = help_station,
help_param = NAME,
help_verb = INPUT,
help_answer_verb = INPUT
]
{
@
/
} = Heathrow
POSITION
[ help = help_input, help_icon = 'help_point', input_type = point ]
{
*
/
} = 51.38/-0.78
HEIGHT
{
*
} = 0
THRESHOLD
[ label = 'Tolerance' ]
{
*
} = 0.1
# -- old name for backwards compatibility --
# THRESHOLD
# [ visible = false ]
# {
# *
# }
IDENT
[
help = help_external,
help_module = stbase,
help_icon = help_station,
help_verb = INPUT,
help_param = IDENT,
help_answer_verb = INPUT
]
{
*
} = 03772 #-- London/Heathrow is also "an EPS station"
WMO_BLOCK
[
help = help_external,
help_module = stbase,
help_icon = help_station,
help_verb = INPUT,
help_param = WMO_BLOCK,
help_answer_verb = INPUT
]
{
*
} = 03
AREA
[ help = help_input, help_icon = 'help_map', input_type = area ]
{
*
/
} = 52/-1/51/0
FAIL_ON_ERROR
{
YES
NO
} = YES
}
|