Versions Compared

Key

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

...

Code Block
% echo 'set edition=2; print "[centre]"; write;' | grib_filter -o out.gribgrib2 - in.gribgrib1


Or like this:

Code Block
% grib_filter -o out.gribgrib2 - in.gribgrib1 <<EOF
set edition=2;
print "[centre]";
write;
EOF

This filter attempts to convert the messages in the input to edition 2,  prints the originating centre and writes the output to disk.

Content by Label
showLabelsfalse
max5
spaces~usa
showSpacefalse
sortmodified
reversetrue
typepage
excludeCurrenttrue
cqllabel in ("kb-information-article","eccodes-faqs","grib_filter","grib","stdin") and label in ("grib_filter","bufr_filter") and type = "page" and space = "UDOC"
labelskb-how-to-article

...