Skip to content

Latest commit

 

History

History
81 lines (52 loc) · 2.99 KB

README.rst

File metadata and controls

81 lines (52 loc) · 2.99 KB

vtki

image

image

image

image

image

vtki is a VTK helper module that takes a different approach on interfacing with VTK through NumPy and direct array access. This module simplifies mesh creation and plotting by adding functionality to existing VTK objects.

This module can be used for scientific plotting for presentations and research papers as well as a supporting module for other mesh dependent Python modules.

Documentation

Refer to the Read the Docs documentation for detailed installation and usage details.

Also see the wiki for brief code snippets.

Installation

Installation is simply:

pip install vtki

You can also visit PyPi or GitHub to download the source.

See the Installation for more details if the installation through pip doesn't work out.

Highlights

Head over to the Quick Examples page in the docs to learn more about using vtki.

  • Pythonic interface to VTK's Python-C++ bindings
  • Filtering/plotting tools built for interactivity in Jupyter notebooks (see IPython Tools)
  • Direct access to common VTK filters (see Filters)
  • Intuitive plotting routines with matplotlib similar syntax (see Plotting)

Connections

vtki is a powerful tool that researchers can harness to create compelling, integrated visualizations of large datasets in an intuitive, Pythonic manner. Here are a few open-source projects that leverage vtki:

  • PVGeo: Python package of VTK-based algorithms to analyze geoscientific data and models
  • omfvtk: 3D visualization for the Open Mining Format (omf)