Contains a list of request
sites. These are the AWIPS site identifiers (nominally
3-letters). Requests will be sent from EDEX to these
sites at the interval specified in the VTEC_REMOTE_TABLE_FETCH_TIME
entry. |
VTEC_TABLE_REQUEST_SITES = [] |
The Tornado Watches and Severe
Thunderstorm watches from SPC are handled differently than the local
office watches. The tropical storm and hurricane watch/warnings
are also handled differently. These entries identifies the VTEC site
identifier
for SPC and TPC. |
VTEC_SPC_SITE = 'KWNS' VTEC_TPC_SITE = 'KNHC' |
A site filter is applied when
active tables from remote sites are merged into our active table.
If this was not done, your active table would soon end up containing
records from every site in the country. Your adjacent sites and
your backup offices should be listed in this field. These entries
are VTEC site identifiers, which are always 4-letters in length, such
as KBOU. To not apply any filter, set this value to None (through localVTECPartners). |
VTEC_MERGE_SITES = [] |
The VTECDecoder receives text
bulletins from the AWIPS data stream and decodes them for VTEC
entries. This entry is used to specify which site's will be
included in the VTECDecoder stream. If a VTEC site id is detected
in an incoming product and that site is not included in this list, the
entry will be discarded. These entries are VTEC site identifiers,
which are always 4-letters in length, such as PAFC. To not apply any filter, set this value to None (through localVTECPartners). |
VTEC_DECODER_SITES = [] |
The VTECDecoder captures the
segment text for each product. Only a few of the product
formatters require this text. Since the text is large when compared
with the size of the rest of the record, we only capture text for
certain product categories. The
VTEC_CAPTURE_TEXT_CATEGORIES defines the product categories for which
we capture and save text into the active table. If this definition is changed, old records will also be updated and their text field possibly removed. |
VTEC_CAPTURE_TEXT_CATEGORIES = ['WSW', 'NPW'] |
Remapping of product pils.
This is required for certain VTEC events if a hazard is created in one
pil and then updated or cancelled in another pil. Example is the
TO.W (Tornado Warning), which is issued in the TOR pil but
updated/cancelled in the SVS pil. In order for the table matching
purging to work correctly, the pils in the followup products must be
mapped back to the original. This is *only* for use for
non-GFE/GHG issued products since the GHG logic uses the pil
information to calculate VTEC. This is a dictionary of (phen,sig,pil)
with the remapped pil as the value. These values should not be
changed. |
VTEC_MAPPED_PILS = { ('TO','W','SVS'): 'TOR', ('SV','W','SVS'): 'SVR', ('FF','W','FLS'): 'FFW', ('FL','W','FLS'): 'FLW', ('MA','W','MWS'): 'SMW', ('EW','W','SVS'): 'EWW', } |
This entry defines the purge
interval in hours for the backups of the active table. Each time
the active table is updated, a backup copy is made. |
VTEC_BACKUP_TABLE_PURGE_TIME = 168 |
This entry defines the
coordination interval for updating your active table with adjacent
site's active tables. It is specified in seconds. |
VTEC_REMOTE_TABLE_FETCH_TIME = 60*60 |
This entry determines whether my
sites will respond to VTEC table requests from other sites. If
set to 1, then we will return our filtered VTEC table to the requestor
site. |
#VTEC_RESPOND_TO_TABLE_REQUESTS = 1 |
This section handles the default
configuration for VTECPartners. Do not change this section.
The first part of the section contains a dictionary of failed site, and
its primary and secondary backup sites. Other functions are used
to define the default values for the configuration. The import
section deals with the localVTECPartners configuration file, which is
used to override
the baseline entries. |
#-------------------------- #DO NOT CHANGE ANY CODE BELOW THIS NOTICE #-------------------------- |