An Introduction to Iris

Course Intro

The aim of this course is to introduce Iris and its main features and functionality, with a focus on how these relate to data analysis.

This course is intended as a beginners course, and requires a basic knowledge of NumPy, matplotlib and Cartopy.

The course will cover:

  1. The Iris Cube
  2. Loading and Saving Data
  3. Subcube Extraction
  4. Joining Cubes Together
  5. Plotting
  6. Data Processing
  7. Advanced Concepts
  8. Final Exercise

In [ ]:
import iris
print(iris.__version__)