Add examples

This commit is contained in:
Sandor Kertesz 2015-03-23 11:04:29 +00:00
parent 4297cd350d
commit 236193de00
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#examples #examples
GRIB ( !GRIB (
grib_clone grib_clone
grib_ensemble_index grib_ensemble_index
grib_get_keys grib_get_keys
@ -26,9 +26,9 @@ BUFR (
bufr_keys_iterator bufr_keys_iterator
bufr_missing bufr_missing
bufr_read_header bufr_read_header
bufr_read_scatterometer
bufr_read_synop bufr_read_synop
bufr_read_temp bufr_read_temp
bufr_set_keys bufr_set_keys
bufr_subset
) )

View File

@ -17,7 +17,7 @@
/* /*
* Please note that scatterometer data can be encoded in various ways in BUFR. Therefore the code * Please note that scatterometer data can be encoded in various ways in BUFR. Therefore the code
* below might not work directly for other types of SYNOP messages than the one used in the * 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. * example. It is advised to use bufr_dump to understand the structure of the messages.
*/ */

View File

@ -17,7 +17,7 @@
/* /*
* Please note that TEMP reports can be encoded in various ways in BUFR. Therefore the code * Please note that TEMP reports can be encoded in various ways in BUFR. Therefore the code
* below might not work directly for other types of SYNOP messages than the one used in the * below might not work directly for other types of TEMP messages than the one used in the
* example. It is advised to use bufr_dump to understand the structure of the messages. * example. It is advised to use bufr_dump to understand the structure of the messages.
*/ */

View File

@ -13,7 +13,7 @@
! Description: how to read temperature significant levels from TEMP BUFR messages. ! Description: how to read temperature significant levels from TEMP BUFR messages.
! !
! Please note that SYNOP reports can be encoded in various ways in BUFR. Therefore the code ! Please note that SYNOP reports can be encoded in various ways in BUFR. Therefore the code
! below might not work directly for other types of SYNOP messages than the one used in the ! below might not work directly for other types of TEMP messages than the one used in the
! example. It is advised to bufr_dump to understand the structure of the messages. ! example. It is advised to bufr_dump to understand the structure of the messages.
program bufr_read_temp program bufr_read_temp

View File

@ -13,7 +13,7 @@
# #
# #
# Please note that TEMP reports can be encoded in various ways in BUFR. Therefore the code # Please note that TEMP reports can be encoded in various ways in BUFR. Therefore the code
# below might not work directly for other types of SYNOP messages than the one used in the # below might not work directly for other types of TEMP messages than the one used in the
# example. It is advised to use bufr_dump to understand the structure of the messages. # example. It is advised to use bufr_dump to understand the structure of the messages.
# #