You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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).
python_synop/synop/synop.py
Line 228 in 68fdb2a
The text was updated successfully, but these errors were encountered: