CDFAttributes

Type Alias CDFAttributes 

Source
pub type CDFAttributes = BTreeMap<String, CDFValue>;
Expand description

The kind of attributes that can be stored in a NetCDF file. Similar to a GeoJSON Properties object

Aliased Typeยง

pub struct CDFAttributes { /* private fields */ }