Versions Compared

Key

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

Community-built Binary Packages

The following link provides binary installations for many Linux platforms:

...

Metview

...

From Ubuntu 16.04, Metview is available from the standard repositories and can be installed like this:

Code Block
sudo apt-get install metview

Metview on conda

Metview is now available on conda for both Linux and macos! macOS. From a conda environment, the following command will install Metview without any need to compile from source:

...

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

Metview's Python bindings can then be installed like this:

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


Community-built Binary Packages

The following link provides binary installations for many Linux platforms:

From Ubuntu 16.04, Metview is available from the standard repositories and can be installed like this:

Code Block
sudo apt-get install metview

Metview Source Releases

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

...