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.
- iris.fileformats.netcdf.loader.load_cubes(file_sources, callback=None, constraints=None)[source]#
Loads cubes from a list of NetCDF filenames/OPeNDAP URLs.
Args:
- file_sources (string/list):
One or more NetCDF filenames/OPeNDAP URLs to load from. OR open datasets.
Kwargs:
- callback (callable function):
Function which can be passed on to
iris.io.run_callback().
- Returns:
Generator of loaded NetCDF
iris.cube.Cube.