Hello everybody,<br><br>I&#39;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,&nbsp; scalars and vectors. I&#39;m writing them <i>manually</i> in .VTK, like these:<br>


<br># vtk DataFile Version 3.0&nbsp; <br>
vtk output&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>ASCII&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>DATASET STRUCTURED_POINTS&nbsp;&nbsp; <br><b>DIMENSIONS 387 312 1&nbsp;</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>SPACING 1 1 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>ORIGIN 0 0 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br><b>POINT_DATA 120744&nbsp;&nbsp;</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>



SCALARS batimetria float<br><b>LOOKUP_TABLE default<br>0.0000000e+000&nbsp; 0.0000000e+000&nbsp; 0.0000000e+000&nbsp; 0.0000000e+000&nbsp; 0.0000000e+000...<br>0.0000000e+000&nbsp; 0.0000000e+000&nbsp; 0.0000000e+000&nbsp; 0.0000000e+000&nbsp; 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&#39;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>