File: tools.dox

package info (click to toggle)
grib-api 1.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 217,848 kB
  • ctags: 16,929
  • sloc: ansic: 111,244; sh: 14,785; makefile: 5,307; f90: 3,583; perl: 3,160; python: 2,830; yacc: 712; fortran: 468; lex: 330; cpp: 305; awk: 66
file content (27 lines) | stat: -rw-r--r-- 1,156 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*! \page tools Grib tools
The following command line tools are provided to help users in all 
 interactive and batch processing of grib data.\n
Use of the tools is recommended whenever possible. They provide a ready and tested solution for many 
situations and their use will avoid the need to write new cod and thus speeding up your work.\n
To make easier their use the tools are provided with a common set of options 
so that it's quick to apply the same options to different tools. 
We suggest to begin with \ref grib_dump, \ref grib_ls and \ref grib_get to inspect 
the content of some files and then to learn about the other tools 
to change the content of the grib message (\ref grib_set, \ref grib_filter) 
or to copy some messages from a file (\ref grib_copy) or to get a latitude/longitude/values
list of data. 
A smart compare tool (\ref grib_compare) is also provided to compare grib messages focusing on some keys or
comparing data with a given precision.


- \ref grib_dump
- \ref grib_ls
- \ref grib_get
- \ref grib_copy
- \ref grib_set
- \ref grib_filter
- \ref grib_compare
- \ref grib_get_data
- \ref grib_keys
- \ref grib_index_build
*/