You are viewing the latest unreleased documentation 3.10.0.dev23. You can switch to a stable version.

iris.fileformats.name#

Provides NAME file format loading capabilities.

iris.fileformats.name.load_cubes(filenames, callback)[source]#

Return a generator of cubes given one or more filenames and an optional callback.

Parameters:
  • filenames (str or list) – One or more NAME filenames to load.

  • callback (callable function, optional) – A function which can be passed on to iris.io.run_callback().

Return type:

A generator of iris.cubes.Cube instances.