https://github.com/pearu/pyvtk
Manupulate VTK files in Python
https://github.com/pearu/pyvtk
Last synced: 3 months ago
JSON representation
Manupulate VTK files in Python
- Host: GitHub
- URL: https://github.com/pearu/pyvtk
- Owner: pearu
- License: bsd-3-clause
- Created: 2015-08-05T12:19:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T11:10:20.000Z (11 months ago)
- Last Synced: 2025-05-21T22:25:29.990Z (5 months ago)
- Language: Python
- Homepage:
- Size: 517 KB
- Stars: 77
- Watchers: 13
- Forks: 29
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PyVTK provides the following tools for manipulating Visualization Toolkit (VTK) files in Python:
> VtkData --- Create VTK file from Python objects. It fully supports VTK File Formats Standard 2.0 (see also VTK File Formats Standard 3.0). The features include:
* ascii and binary output, ascii input from VTK file
* DataSet formats: StructuredPoints, StructuredGrid, RectilinearGrid, PolyData, UnstructuredGrid
* Data formats: PointData, CellData
* DataSetAttr formats: Scalars, ColorScalars, LookupTable, Vectors, Normals, TextureCoordinates, Tensors, FieldThe latest release of PyVTK source distribution can be downloaded from
https://pypi.python.org/pypi/PyVTKTo install PyVTK, run
```
pip install pyvtk
```