Generating data: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(Create new page for tools and techniques for generating Paraview-compatible data) |
m (→Overview) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
=Overview= | =Overview= | ||
If you want to use Paraview to visualize data created by your application, you will have to generate the data in a format that Paraview understands. Paraview is based on the VTK Toolkit, so it supports all the [http://www.vtk.org/ | If you want to use Paraview to visualize data created by your application, you will have to generate the data in a format that Paraview understands. Paraview is based on the VTK Toolkit, so it supports all the [http://www.vtk.org/VTK/img/file-formats.pdf standard VTK file formats]. | ||
The file formats are very comprehensive, but also can be rather complex. Some tools have been created to ease the generation of data in proper VTK format. If you are aware of such a tool, please list it below: | The file formats are very comprehensive, but also can be rather complex. Some tools have been created to ease the generation of data in proper VTK format. If you are aware of such a tool, please list it below: | ||
=External links= | |||
* [http://www.shocksolution.com/microfluidics-and-biotechnology/python-vtk-paraview/ A Python class for generating VTK data in the .vtu format] | * [http://www.shocksolution.com/microfluidics-and-biotechnology/python-vtk-paraview/ A Python class for generating VTK data in the .vtu format] | ||
* [http://dhd.selfip.com/427e/vtkToBinary.py A python script to convert vti ImageData files to raw binary data] Note: Iif this script doesn't work for you, leave a message on my talk page, as well as a link to a (small) dataset and I will fix it. Alternatively, fix it then send me a patch. [[User:PvPerson|PvPerson]] 07:31, 5 June 2009 (UTC) |
Latest revision as of 22:08, 15 December 2009
Overview
If you want to use Paraview to visualize data created by your application, you will have to generate the data in a format that Paraview understands. Paraview is based on the VTK Toolkit, so it supports all the standard VTK file formats.
The file formats are very comprehensive, but also can be rather complex. Some tools have been created to ease the generation of data in proper VTK format. If you are aware of such a tool, please list it below:
External links
- A Python class for generating VTK data in the .vtu format
- A python script to convert vti ImageData files to raw binary data Note: Iif this script doesn't work for you, leave a message on my talk page, as well as a link to a (small) dataset and I will fix it. Alternatively, fix it then send me a patch. PvPerson 07:31, 5 June 2009 (UTC)