<div dir="ltr">You put together a "Programmable Source" to do that. Attached is  a Plugin with such a Programmable source/reader. Load it using "Tools | Plugins". Then when you open the csv file, you'll be promped to choose a reader, choose the ""CSV Reader With Time Column". </div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 9, 2016 at 7:15 PM, andrealphus <span dir="ltr"><<a href="mailto:andrealphus@gmail.com" target="_blank">andrealphus@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a database of earthquakes in a csv file formatted as;<br>
<br>
x,y,z,M,time<br>
344914.339004,4153503.07632,-<wbr>7703,1.22,441772084.24<br>
337090.052527,4158668.87752,-<wbr>10404,1.06,441774936.69<br>
335085.941364,4156934.63971,-<wbr>7245,0.72,441789441.37<br>
337111.336138,4167120.16812,-<wbr>8539,0.76,441790442.57<br>
335024.848735,4159463.38774,-<wbr>4032,0.71,441801083.1<br>
338135.588075,4159856.10709,-<wbr>4160,1.17,441821076.16<br>
<br>
where time is in unix seconds.<br>
<br>
Normally I plot this by table_to_points, as spherical glpyhs, colored<br>
by time and sized by "M" (magnitude), see image;<br>
<a href="http://tinyurl.com/neaxe7n" rel="noreferrer" target="_blank">http://tinyurl.com/neaxe7n</a><br>
<br>
<br>
But it would be nice to step through these points with time. I just<br>
cant figure out how to actually get paraview to recognize my time<br>
column in my table (or my point attribute).<br>
<br>
Normally I would either reformat this to a netcdf or create individual<br>
file at each time step, but for this case these are not suitable<br>
options.<br>
<br>
Any suggestions?<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>