auromat.export.netcdf module¶
- 
auromat.export.netcdf.write(outputPath, mapping, metadata={}, includeBounds=True, includeMagCoords=True, includeGeoCoords=True, use1dIfPossible=True, compress=True)[source]¶ Parameters: - outputPath (str) –
 - mapping (auromat.mapping.mapping.BaseMapping) –
 - metadata (dict) – 
additional metadata, overwrites mapping.metadata entries if existing, a dictionary of root attributes, e.g.:
{'Project': '..', 'Source_name': '..', 'Discipline': 'Space Physics>Magnetospheric Science', 'Descriptor': '..' }
See http://wiki.esipfed.org/index.php/Attribute_Convention_for_Data_Discovery.
 - includeBounds (bool) – stores the coordinates of each pixel corner (in addition to the center)
 - includeMagCoords (bool) – include geomagnetic latitude-magnetic local time coordinates
 - compress (bool) – use compression for variables