{"categories":[{"label":"Scientific/Engineering","url":"https://skillfed.io/packages/category/scientific-engineering/8"}],"enrichment":{"capability":"Compress and decompress VTK datasets using Zstandard compression with multi-threaded read and write operations, integrated with PyVista.","skillfed_tags":["mesh-compression","vtk-io","scientific-computing"],"use_cases":["Save large VTK meshes to disk quickly when working with scientific simulations or 3D geometry data.","Reduce storage footprint for archived VTK datasets while maintaining fast read access.","Parallelize compression of multiple VTK files in batch workflows using the multi-threaded write API.","Integrate compressed mesh I/O into PyVista-based visualization or analysis pipelines without code changes.","Replace VTK XML format in existing projects where write speed or compression ratio is a bottleneck."],"what_it_does":"pyvista-zstd is a compression library that writes VTK datasets to a custom .pv format using Zstandard (zstd) compression instead of VTK's built-in XML writer. It wraps PyVista and zstandard to provide faster I/O with better compression ratios. The library automatically registers with PyVista's reader system, so once installed, pv.read() handles .pv files directly without additional imports.\n\nThe main advantage over VTK's XML format is speed and compression efficiency. According to the description, it achieves significantly higher write throughput (up to 1845 MB/s with threading) and better compression ratios (3.02 vs 2.52 for zlib) while using less disk space overall. It supports multi-threaded compression and decompression, and optimizes storage for fixed-width cell topologies by storing the cell width once instead of repeating it for every cell.","worth_installing":"Yes, if you work with VTK datasets in PyVista and care about I/O performance or file size. The package is actively maintained, has no known vulnerabilities, and integrates seamlessly with PyVista. Install friction is low. The MIT license poses no restrictions. Best suited for workflows where mesh file I/O is a performance concern; less critical for one-off analysis or small datasets."},"id":"pyvista-zstd","links":{"html":"https://skillfed.io/packages/pyvista-zstd","md":"https://skillfed.io/packages/pyvista-zstd.md","pypi":"https://pypi.org/project/pyvista-zstd/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-10","license_spdx":"MIT","license_treatment":"permissive","name":"pyvista-zstd","python_support":"supports_current","summary":"VTK zstandard compression library."},"popularity":{"monthly_downloads":88912,"position":13694,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.0"}
