API Reference#
API reference for pyvista-zstd.
Convenience Functions#
pyvista-zstd exposes three convenience functions to easily read and write compressed
datasets using Zstandard
pyvista_zstd.read() and pyvista_zstd.write() work on files.
A container that is already in memory, rather than on disk, is read with
pyvista_zstd.read_buffer().
|
Decompress a |
|
Decompress a |
|
Compress a PyVista or VTK dataset. |
Classes#
pyvista-zstd also exposes two classes to fine tune how datasets are read and
written. For example, using the pyvista_zstd.Reader, you can select the arrays
you wish to read in or even progressively read in individual datasets from a
pyvista.MultiBlock.
|
Class to control pyvista-zstd file decompression. |
|
Class to write a pyvista-zstd file. |