class Attribute < Hash
A Hash class compatible with NetCDF attributes.
Values are restricted to NetCDFAttr values
Keys must be String or Symbol (Symbol is converted into String such that they are used interchangeably. E.g., attr[:units] == attr["units"] )