The section pattern matching groupdict contains all groups even if they are not in the report (for example optional groups). In that case the group contains an empty value. This should be decoded to a default value to make it easier to convert reports to dataframes. Currently empty groups are skipped because sometimes they will overwrite previous decoded values (e.g. Wind speed from Nddff will be overwritten from optional group 00fff).
|
if gname not in ghandlers: |