xyz format
Class: XYZFormat
XYZ foramt.
Examples
>>> s.to("xyz", "a.xyz")
Conversions
Convert from this format to System
- dpdata.System(file_name: 'FileType', fmt: Literal['xyz'] = None) dpdata.system.System
- dpdata.System.from_xyz(file_name: 'FileType') dpdata.system.System
Convert this format to System
.
- Returns:
- System
converted system
Convert from System to this format
- dpdata.System.to(fmt: Literal['xyz'], file_name: 'FileType')
- dpdata.System.to_xyz(file_name: 'FileType')
Convert System
to this format.
Convert from LabeledSystem to this format
- dpdata.LabeledSystem.to(fmt: Literal['xyz'], file_name: 'FileType')
- dpdata.LabeledSystem.to_xyz(file_name: 'FileType')
Convert LabeledSystem
to this format.