AttributeContainer

class metpy.io.cdm.AttributeContainer[source]

Handle maintaining a list of netCDF attributes.

Implements the attribute handling for other CDM classes.

Initialize an AttributeContainer.

Methods Summary

__init__() Initialize an AttributeContainer.
ncattrs() Get a list of the names of the netCDF attributes.

Methods Documentation

__init__()[source]

Initialize an AttributeContainer.

ncattrs()[source]

Get a list of the names of the netCDF attributes.

Returns:List[str]