Versions Compared

Key

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

...

This works for GRIB, BUFR, ODB and netCDF files. The file type must be the first argument.

Plotting a Data File from the Command Line

For the same GRIB file, from the command-line, type:

Code Block
metview -p /path/to/grib

This gives a quick way to plot a file outside the Metview environment. The visualisation uses the same settings as ecCharts, so depending on the meteorological parameter you will get different contouring styles.

Extra Work

Take some of the macros you've already written and convert them so that they can run in batch mode. In most cases it will not require much work - here are the main things to consider:

...