scipy.io.netcdf.netcdf_file

class scipy.io.netcdf.netcdf_file(filename, mode='r', mmap=None, version=1)

A netcdf_file object has two standard attributes: dimensions and variables. The values of both are dictionaries, mapping dimension names to their associated lengths and variable names to variables, respectively. Application programs should never modify these dictionaries.

All other attributes correspond to global attributes defined in the NetCDF file. Global file attributes are created by assigning to an attribute of the netcdf_file object.

Methods

Previous topic

scipy.io.arff.loadarff

Next topic

scipy.io.netcdf.netcdf_variable

This Page