API Reference#
API reference for pyvista-zstd.
Convenience Functions#
pyvista-zstd exposes two convenience functions to easily read and write compressed
datasets to disk using Zstandard
|
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. |