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.

↑ top ↑

A reference to the data payload of a single NetCDF file variable.

class iris.fileformats.netcdf.loader.NetCDFDataProxy(shape, dtype, path, variable_name, fill_value)[source]#

A reference to the data payload of a single NetCDF file variable.

dtype#
fill_value#
property ndim#
path#
shape#
variable_name#