Documentation

This commit is contained in:
Shahram Najm 2018-04-16 11:40:35 +01:00
parent c42b7d3c15
commit 70cc3f320e
2 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,9 @@
# nor does it submit to any jurisdiction.
#
# Python implementation: bufr_get_keys
# Python implementation: gts_get_keys
#
# Description: how to read values of different type of keys from BUFR messages.
# Description: how to read values of different type of keys from GTS messages.
#
#
@ -25,7 +25,7 @@ VERBOSE = 1 # verbose error reporting
def example():
# open bufr file
# open GTS file
f = open(INPUT)
cnt = 0

View File

@ -25,7 +25,7 @@ VERBOSE = 1 # verbose error reporting
def example():
# open metar file
# open METAR file
f = open(INPUT)
cnt = 0