Versions Compared

Key

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

...

Code Block
conda update -c conda-forge metview

There is also a batch-only version of Metview on conda, called metview-batch. This does not include the graphical user interface and is therefore more lightweight and can be used in environments such as Binder. It does include the ability to produce graphical plots, and they must be generated as files (PNG, PDF, SVG, ...) or as inline plots in Jupyter notebooks.

Code Block
conda install -c conda-forge metview-batch

Metview Source Releases

See the Change History for details of each release. See also the Installation Guide.

...