Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of 307096 template and more changes #31

Merged
merged 9 commits into from
Jul 11, 2023
Merged

Conversation

RoryPTB
Copy link
Contributor

@RoryPTB RoryPTB commented Jul 5, 2023

The following changes have been made:

  • Implementation of the 307096 template in replacement of 307080.
  • Encoding of the barometer height obtained from the station list file.
  • Support for nil reports.
  • Support for transformation of multiple GTS messages in one file by partitioning according to the end of message signal nnnn.
  • A CSV file is output during transformation, containing the decoded data of the input file where each row corresponds to each successfully converted report.
  • Restructuring of the example data, addition of Cuban GTS data and synthetic data (which contains almost all possible groups that can be written in a synop report).
  • Updated unit tests.
  • Various bug fixes found by testing with different GTS data.

synop2bufr/cli.py Outdated Show resolved Hide resolved
@@ -32,7 +32,7 @@
from csv2bufr import BUFRMessage
from pymetdecoder import synop

__version__ = '0.4.1'
__version__ = '0.5.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you revert this to dev before we merge. We'll update the version number in a stand alone release.

@david-i-berry david-i-berry merged commit 298c726 into main Jul 11, 2023
@david-i-berry david-i-berry deleted the 307096 branch July 11, 2023 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants