Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
titleVisualising ODB in Magics

There are several ways on visualisating ODB data in Magics.

  • use the ODB Magics objects. This allows Magics to read a odb file and extract some columns for geographical plots or graph.
  • In python, it also possible to use odb_api packages to create a numpy array and pass the values in memeoty to Magics. magics is then able to perform symbol plotting on a geographical area, time series, etc .. 

This page presents examples of visualisation, and offers skeletons of python programs.

Table of Contents

 

...

To run the example at ECMWF:

  • download python scripts and data
  • module load Magics/new
  • module load odb_api

 toc

Using an ODB file and create a geographical map

...