AttributeContainer

class metpy.io.cdm.AttributeContainer(**kwargs)[source]

Handle maintaining a list of netCDF attributes.

Implements the attribute handling for other CDM classes.

Methods Summary

__init__(**kwargs)

ncattrs()

Get a list of the names of the netCDF attributes.

Methods Documentation

__init__(**kwargs)
ncattrs()[source]

Get a list of the names of the netCDF attributes.

Returns

List[str]