Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Version.

grib_get_data examples

  1. To get a latitude, longitude, value list, skipping the missing values(=9999)

    Code Block
    >>grib_get_data ../data/reduced_gaussian_model_level.grib2
  2. If you want to define your missing value=1111 and to print the string missing in place of it

    Code Block
    >>grib_get_data -m 1111:missing ../data/reduced_gaussian_model_level.grib2
  3. If you want to print the value of other keys with the data value list

    Code Block
    >>grib_get_data -p centre,level,step ../data/reduced_gaussian_model_level.grib2