[Paraview] Write data with date and time in the name so PV recognizes as TimeSeries

Léo Pessanha leonardopessanha74 at gmail.com
Wed Dec 2 16:07:38 EST 2015


Hello everyone,

I've been trying to do the following:

- Write some data like:

foo01_01_2013_00_00_00.vtk
foo01_01_2013_06_00_00.vtk
foo01_01_2013_12_00_00.vtk
foo01_01_2013_18_00_00.vtk
foo02_01_2013_00_00_00.vtk
foo02_01_2013_06_00_00.vtk
foo02_01_2013_12_00_00.vtk
foo02_01_2013_18_00_00.vtk

Template: foo[day]_[month]_[year]_[hour]_[minute]_[second]

In a way that paraview recognizes as file series. But I can't get it done.

Can someone help me?

The wiki says the following:

ParaView recognizes file series named using certain patterns including:

   - foo*N*.vtk
   - foo_*N*.vtk
   - foo-*N*.vtk
   - foo.*N*.vtk
   - *N*foo.vtk
   - *N*.foo.vtk
   - foo.vtk.*N*
   - foo.vtk-s*N*

Where N is an integer (with any number of leading zeros). To load a file
series, first make sure that the file names match one of the patterns
described above. Next, navigate to the directory where the file series is.
The file browser should look like this:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20151202/70eec739/attachment.html>


More information about the ParaView mailing list