spacepy.datamodel.flatten
spacepy.datamodel.fromHDF5
Enter search terms or a module, class or function name.
Create a SpacePy datamodel representation of a NASA CDF file
file : string
the name of the cdf file to be loaded into a datamodel
out : spacepy.datamodel.SpaceData
SpaceData with associated attributes and variables in dmarrays
See also
spacepy.pycdf.CDF.copy
Examples
>>> import spacepy.datamodel as dm >>> data = dm.fromCDF('test.cdf')