[Paraview] netcdf-4 structured grid in paraview

Favre Jean jfavre at cscs.ch
Tue Dec 1 08:48:05 EST 2015


What you need can be simply implemented with a Python Programmable Filter, extracting the 3 coordinate arrays from the PointData fields, making a vector with algs.make_vector(), assigning it to output.Points, and appending all the other attributes from inputs[0].PointData

if you supply a small test case, I could provide the python script.

-----------------
Jean/CSCS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20151201/0cc9b3ad/attachment.html>


More information about the ParaView mailing list