Fix error in tools documentation

This commit is contained in:
Shahram Najm 2017-10-12 15:44:54 +01:00
parent cac077117f
commit d8e3761982
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ echo "-# It's possible to produce a grib edition 2 file from a grib edition 1 ju
At this stage of development all the geography parameters, level and time information is correctly translated, for the product
definition extra set calls must be done. To do this properly, \ref grib_filter is suggested. \\n
\\verbatim
grib_set -s edition=2 ../data/reduced_gaussian_pressure_level.grib1
grib_set -s edition=2 ../data/reduced_gaussian_pressure_level.grib1 out.grib2
\\endverbatim\\n"
echo "-# With grib edition 2 is possible to compress data using the jpeg algorithm.