![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Provides preinitialized Base.DataFormat objects for all supported data formats. More...
Inheritance diagram for CDPL.Grid.DataFormat:Static Public Attributes | |
| CDF = CDPL.Base.DataFormat(name='CDF', descr='Native CDPL-Format', mime_type'', file_exts=['cdf'], multi_rec=True) | |
| Provides meta-information about the native binary CDPL format. | |
| CDF_GZ = CDPL.Base.DataFormat(name='CDF_GZ', descr='GZip-Compressed Native CDPL-Format', mime_type'', file_exts=['cdf.gz'], multi_rec=True) | |
| Provides meta-information about the gzip-compressed native CDPL format. | |
| CDF_BZ2 = CDPL.Base.DataFormat(name='CDF_BZ2', descr='BZip2-Compressed Native CDPL-Format', mime_type'', file_exts=['cdf.bz2'], multi_rec=True) | |
| Provides meta-information about the bzip2-compressed native CDPL format. | |
Provides preinitialized Base.DataFormat objects for all supported data formats.