eccodes/doxygen/examples.dox

59 lines
3.6 KiB
Plaintext
Raw Normal View History

2013-03-25 12:04:10 +00:00
/*! \page examples Grib API examples
\example grib_get_keys.c grib_get_keys.c How to get values through the key names.
2013-03-25 12:04:10 +00:00
\example set.c set.c How to set values through the key names.
\example keys_iterator.c keys_iterator.c How to get the names of all the keys
defined in a message and how to iterate through them.
\example iterator.c iterator.c How to use an iterator on latitude, longitude, values.
\example precision.c precision.c How to control precision when coding a grib field.
\example multi.c multi.c How to decode a grib message containing many fields.
\example multi_write.c multi_write.c How to encode a grib message containing many fields.
\example print_data.c print_data.c How to print all the data from a grib message.
\example nearest.c nearest.c How to find the nearest grid points.
\example index.f90 How access a grib file through and index.
\example grib_get_keys.f90 How to get values through the key names.
2013-03-25 12:04:10 +00:00
\example count_messages.f90 count the messages in a file and loop through them.
\example get_pl.f90 How to get the list of number of points for each parallel in reduced grids.
\example get_pv.f90 How to get the list of levels.
\example get_data.f90 How to get latitude/longitude/values.
\example set.f90 How to set values through the key names.
\example set_bitmap.f90 How to set and use a bitmap.
\example set_missing.f90 How to set a missing value in the header.
\example set_pv.f90 How to set the list of levels.
\example samples.f90 How to create a new message from a samples.
\example grib_clone.f90 How to clone a message.
2013-03-25 12:04:10 +00:00
\example copy_message.f90 How to copy a message in memory and create a new message.
\example keys_iterator.f90 How to get the names of all the keys
defined in a message and how to iterate through them.
\example precision.f90 How to control precision when coding a grib field.
\example multi_write.f90 How to encode a grib message containing many fields.
\example multi.f90 How to decode a grib message containing many fields.
\example print_data.f90 How to print all the data contained in a grib file.
\example nearest.f90 How to find the nearest grid points.
\example get_fortran.F get_fortran.F How to get values through the key names.
\example set_fortran.F set_fortran.F How to set values through the key names.
\example keys_iterator_fortran.F keys_iterator_fortran.F How to get the names of all the keys
defined in a message and how to iterate through them.
\example iterator_fortran.F iterator_fortran.F How to use an iterator on latitude, longitude, values.
\example precision_fortran.F precision_fortran.F How to control precision when coding a grib field.
\example multi_fortran.F multi_fortran.F How to decode a grib message containing many fields.
\example print_data_fortran.F print_data_fortran.F How to print all the data from a grib message.
\example index.py How access a grib file through and index.
\example grib_get_keys.py How to get values through the key names.
2013-03-25 12:04:10 +00:00
\example print_data.py How to print all the data contained in a grib file.
\example set.py How to set values through the key names.
\example nearest.py How to find the nearest grid points.
\example set_missing.py How to set a missing value in the header.
\example count_messages.py How to count the messages in a file and loop through them.
\example samples.py How to create a new message from a sample.
\example grib_clone.py How to clone a message.
2013-03-25 12:04:10 +00:00
\example iterator.py How to use an iterator on latitude, longitude, values.
\example keys_iterator.py How to get the names of all the keys.
\example multi_write.py How to encode a multi grib message.
\example set_pv.py How to encode the pv coefficients.
*/