met3d

../../_images/MET3D.png

Starts up the Met.3D visualisation system with the specified input GRIB data and options.

Note

This function performs the same task as the Met3d icon in Metview’s user interface. It accepts its parameters as keyword arguments, described below.

met3d(**kwargs)

Starts up the Met.3D visualisation system.

Parameters
  • source (str, default: "off") – Specifies the path to the input GRIB data.

  • data (Fieldset) – Specifies the input GRIB as a Fieldset. If both data source are specified data takes precedence.

  • pipeline_file (str, default: "default") – Specifies the pipeline file for the Met.3D session. When it is set to “default” a pre-built pipeline file will be used.

  • frontend_file (str, default: "default") – Specifies the frontend file for the Met.3D session. When it is set to “default” a pre-built frontend file will be used.

Return type

Request