mirror of https://github.com/ecmwf/eccodes.git
Documentation
This commit is contained in:
parent
c42b7d3c15
commit
70cc3f320e
|
@ -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
|
||||
|
|
|
@ -25,7 +25,7 @@ VERBOSE = 1 # verbose error reporting
|
|||
|
||||
|
||||
def example():
|
||||
# open metar file
|
||||
# open METAR file
|
||||
f = open(INPUT)
|
||||
|
||||
cnt = 0
|
||||
|
|
Loading…
Reference in New Issue