iris.fileformats.name

Provides NAME file format loading capabilities.

In this module:

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

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

Args:

  • filenames (string/list):

    One or more NAME filenames to load.

Kwargs:

Returns

A generator of iris.cubes.Cube instances.