Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: sfo/python-metar

Tags

v1.7.0

Toggle v1.7.0'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 python-metar#79 from akrherz/release_0_17

make 1.7.0 release of python-metar

v1.6.0

Toggle v1.6.0'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 python-metar#57 from akrherz/release_0_16

make 1.6.0 release of python-metar

v1.4

Toggle v1.4's commit message
Added release notes for v1.4 release

v1.3

Toggle v1.3's commit message
Updated to use str() method, rather than string()

v1.2

Toggle v1.2's commit message
1) Added debug (-d) and profiling (-p) options.

2) Silent mode (-s) is now completely silent.
3) Added quiet option (-q) which prints only parsing errors.

v1.1

Toggle v1.1's commit message
1) Changed the way the visibility group was parsed to allow better

   handling of units.  '9999U' and '7000M' are now accepted.
2) Added support for sky group of the form '///030///', indicating cloud
   height without coverage or type info.

v1.0

Toggle v1.0's commit message
Initial revision