Examples: Add disclaimer

This commit is contained in:
Shahram Najm 2020-06-25 12:28:34 +01:00
parent d291c25cd6
commit 53e6ba418a
4 changed files with 12 additions and 4 deletions

View File

@ -11,7 +11,11 @@
!
! Description: how to read data for a tropical cyclone BUFR message.
!
! Please note that tropical cyclone tracks can be encoded in various ways in BUFR.
! Therefore the code below might not work directly for other types of messages
! than the one used in the example. It is advised to use bufr_dump to
! understand the structure of the messages.
!
program bufr_read_tropical_cyclone
use eccodes
implicit none

View File

@ -12,7 +12,6 @@
#
# Description: how to read values of different type of keys from BUFR messages.
#
#
from __future__ import absolute_import
from __future__ import print_function

View File

@ -11,8 +11,8 @@
# Python implementation: bufr_keys_iterator
#
# Description: Example on how to use keys_iterator functions and the
# codes_bufr_keys_iterator structure to get all the available
# keys in a BUFR message.
# codes_bufr_keys_iterator structure to get all the available
# keys in a BUFR message.
from __future__ import print_function

View File

@ -10,6 +10,11 @@
#
# Description: how to read data of the ECMWF EPS tropical cyclone tracks encoded in BUFR format.
#
# Please note that tropical cyclone tracks can be encoded in various ways in BUFR.
# Therefore the code below might not work directly for other types of messages
# than the one used in the example. It is advised to use bufr_dump to
# understand the structure of the messages.
#
from __future__ import print_function
import traceback