Skip to content

v0.6.1

Compare
Choose a tag to compare
@RoryPTB RoryPTB released this 15 Sep 12:16
· 38 commits to main since this release
7f3df08

Bug Fixes

  • The return objects now always have the same structue for the _meta key, which prevents the bug Error: '_meta' when stations can't be found in the metadata or a report can't be parsed. This now means the warning and error messages have been moved to result["_meta"]["result"]["warnings"] and result["_meta"]["result"]["errors"] respectively.
  • Updated cli.py to handle NoneType objects returned in the _meta key correctly so that no CSV file or BUFR file is written for unsuccessfully decoded reports.