Update use_v3 list in wmo_config.py #181
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In response to Robert's email:
All four of these stations should be in
stid_to_skip['use_v3']
.For review, any station listed in
stid_to_skip
will be skipped ingetBUFR
. However, if we are processing a v3 station (e.g.NUK_Uv3
) and the "base" station name (e.g.NUK_U
) is listed instid_to_skip['use_v3']
then we will process the v3 station and strip thev3
from the name so we are submitting to WMO with the registered non-v3 name.The
discontinued
list is used for stations that have been discontinued and do not have a v3 and non-v3 version.If @ladsmund will be maintaining the AWS processing and WMO BUFR generation moving forward, it is important to know about
wmo_config.py
and make sure it is periodically reviewed and maintained, particularly thestid_to_skip
dict.