pub type CDFAttributes = BTreeMap<String, CDFValue>;
The kind of attributes that can be stored in a NetCDF file. Similar to a GeoJSON Properties object
pub struct CDFAttributes { /* private fields */ }