Metview is available on conda for both Linux and macOS. From a conda environment, the following command will install Metview without any need to compile from source:
conda install -c conda-forge metview |
Once installed, Metview can be updated with this command:
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.
conda install -c conda-forge metview-batch |
Metview's Python bindings can then be installed like this:
conda install -c conda-forge metview-python |
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:
sudo apt-get install metview |
See the Change History for details of each release. See also the Installation Guide.
To build Metview and its ECMWF dependencies in one go, try The Metview Source Bundle.
See also Development Snapshots if you would like to test the very latest versions.