Skip to content

Tags: nawendt/gempakio

Tags

v1.1.1

Toggle v1.1.1's commit message
Update .gitignore

v1.1.0

Toggle v1.1.0's commit message
Update version

v1.0.2

Toggle v1.0.2's commit message
Add climate surface file for testing

Created a climate surface file in GEMPAK to allow for testing of the
climate surface file decoder. This also made clear that surface file
types were not being correctly determined in every case. The detection
was modified and should no longer produce erroneous results. Removed
text data as a possible element for merged sounding data per GEMPAK
documentation.

Adds additional testing coverage.

v1.0.0

Toggle v1.0.0's commit message
Update README and LICENSE

v0.8.3

Toggle v0.8.3's commit message
Add test for multi-time grid

Added a test grid with two date/time values for a grid. Bumped version
number.

v0.8.2

Toggle v0.8.2's commit message
Add python 3.11 to testing

v0.8.1

Toggle v0.8.1's commit message
Minor bug fixes and new tests

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from nawendt/fix-text

Fixed truncated text data on surface and soundings

v0.6.0

Toggle v0.6.0's commit message
Fixed sounding decorder bug

Part of the SIGW merging code erroneously added pressure to the wind
direction array. This was subsequently written over by actual wind
direction data which may explain why no errors were found in testing.
The pressure level is not placed in the correct array.