You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

grib_index_build examples

  1. By default grib_index_build will index on the MARS keys.

     
    >  grib_index_build ../data/reduced*.grib1 ../data/regular*.grib1 ../data/reduced*.grib2
    


  2. To specify a custom list of keys to index on, use the -k option.

     
    >  grib_index_build -k paramId,dataDate ../data/reduced*.grib1 ../data/regular*.grib1 ../data/reduced*.grib2
    


  • No labels