wiki:VtkMapper

Version 1 (modified by dubos, 11 years ago) (diff)

--

Rapid visulalization with VTKMapper

VtkMapper is a Python script developed by Patrick Brockmann for the PRISM project. It visualizes scalar fields from NetCDF-CF files on unstructured grids. VTKMapper is free software available under the CeCILL license. As a Python script it does not need to be compiled. However it needs a few Python packages to run, see below.

Required Python packages : Linux

You will probably need to install the following packages for VTKMapper to work :

  • numpy
  • python-dev
  • vtk-python