Hello everybody,<br><br>I'm searching for a program to write some .DAT files in .VTK format. (for <i>Paraview</i> visualization)<br><br>These .DATs contains grid structure(bathymetry), lat, long, scalars and vectors. I'm writing them <i>manually</i> in .VTK, like these:<br>
<br># vtk DataFile Version 3.0 <br>
vtk output <br>ASCII <br>DATASET STRUCTURED_POINTS <br><b>DIMENSIONS 387 312 1 </b> <br>SPACING 1 1 1 <br>ORIGIN 0 0 0 <br><b>POINT_DATA 120744 </b> <br>
SCALARS batimetria float<br><b>LOOKUP_TABLE default<br>0.0000000e+000 0.0000000e+000 0.0000000e+000 0.0000000e+000 0.0000000e+000...<br>0.0000000e+000 0.0000000e+000 0.0000000e+000 0.0000000e+000 0.0000000e+000...</b><br>
...<br><br><br>The DAT files holds the grid (bathymetry), then I spent lots of time copying and pasting the grid from .DAT to <i>LOOKUP_TABLE default</i>, and writing the <i>dimensions and point data</i> of each file...<br>
<br>Since
I'm working with large time data-steps files, I would like to known if
anybody use or recommend a program to speed up this process.<br>
<br>Thanks a lot,<br><br>Renan.<br><font color="#888888"><br><br clear="all"></font><br>-- <br><font color="#888888">Renan Leser de Medeiros<br><font size="2" face="Arial">Laboratory of Computational
Methods in Engineering<br>Federal University of Rio de Janeiro -
COPPE<br>P.O.Box 68552 - ZIP 21949-900<br>Rio de Janeiro, RJ,
Brasil</font></font><br>