iris.fileformats.netcdf.loader#

Module to support the loading of Iris cubes from NetCDF files, also using the CF conventions for metadata interpretation.

See : NetCDF User’s Guide and netCDF4 python module.

Also : CF Conventions.

In this module:

iris.fileformats.netcdf.loader.load_cubes(filenames, callback=None, constraints=None)[source]#

Loads cubes from a list of NetCDF filenames/OPeNDAP URLs.

Args:

  • filenames (string/list):

    One or more NetCDF filenames/OPeNDAP URLs to load from.

Kwargs:

Returns

Generator of loaded NetCDF iris.cube.Cube.