<div dir="ltr"><div>Thanks Cory. That's what I'm planning to do. It's really helpful.<br><br></div>Ke<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 6, 2017 at 2:27 PM, Cory Quammen <span dir="ltr"><<a href="mailto:cory.quammen@kitware.com" target="_blank">cory.quammen@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Did you make progress on this? You should just be able to use your<br>
favorite Python XML module to locate all the <DataSet/> elements and<br>
find the "file" attributes to get the *pvtu file names. Then you can<br>
parse those *pvtu XML files to get whatever information you want. One<br>
such module is documented here:<br>
<a href="https://docs.python.org/2/library/xml.etree.elementtree.html" rel="noreferrer" target="_blank">https://docs.python.org/2/<wbr>library/xml.etree.elementtree.<wbr>html</a>.<br>
<br>
HTH,<br>
Cory<br>
<div class="HOEnZb"><div class="h5"><br>
On Wed, Nov 15, 2017 at 1:17 PM, Ke Gao <<a href="mailto:ke.gao.ut@gmail.com">ke.gao.ut@gmail.com</a>> wrote:<br>
> Actually, what I want to do is using python script to read *pvd file first<br>
> to get the name info of *pvtu files. Then use the *pvtu file name to read<br>
> through all of them one by one to extract the info I want. I'm not sure if<br>
> there is a better way to realize this.<br>
><br>
> Many thanks.<br>
><br>
> On Wed, Nov 15, 2017 at 11:05 AM, Cory Quammen <<a href="mailto:cory.quammen@kitware.com">cory.quammen@kitware.com</a>><br>
> wrote:<br>
>><br>
>> The file names are embedded in the same XML element as the time step:<br>
>><br>
>> <DataSet timestep="+1.98800000e+03"  part="001" file="Sout_1012.pvtu"/><br>
>><br>
>> But I'll be that's not how you want to access them.<br>
>><br>
>> Next question: From where do you want to access the file names? A Python<br>
>> script? In the UI?<br>
>><br>
>> On Wed, Nov 15, 2017 at 12:35 PM, Ke Gao <<a href="mailto:ke.gao.ut@gmail.com">ke.gao.ut@gmail.com</a>> wrote:<br>
>>><br>
>>> Hi,<br>
>>><br>
>>> I mean how to get the file name info such as "Sout_1012.pvtu",<br>
>>> "Sout_1013.pvtu". Currently I can only read the timestep info such as<br>
>>> "+1.98800000e+03".<br>
>>><br>
>>> Many thanks.<br>
>>><br>
>>><br>
>>> <?xml version="1.0"?><br>
>>>   <VTKFile type="Collection" version="0.1" byte_order="LittleEndian"><br>
>>>   <Collection><br>
>>>     <DataSet timestep="+1.98800000e+03"  part="001"<br>
>>> file="Sout_1012.pvtu"/><br>
>>>     <DataSet timestep="+1.99000000e+03"  part="001"<br>
>>> file="Sout_1013.pvtu"/><br>
>>>     <DataSet timestep="+1.99200000e+03"  part="001"<br>
>>> file="Sout_1014.pvtu"/><br>
>>><br>
>>> On Wed, Nov 15, 2017 at 10:33 AM, Cory Quammen <<a href="mailto:cory.quammen@kitware.com">cory.quammen@kitware.com</a>><br>
>>> wrote:<br>
>>>><br>
>>>> What do you mean by "file info"? File name? Size of the file? Data<br>
>>>> arrays in the file?<br>
>>>><br>
>>>> - Cory<br>
>>>><br>
>>>> On Tue, Nov 14, 2017 at 4:45 PM, Ke Gao <<a href="mailto:ke.gao.ut@gmail.com">ke.gao.ut@gmail.com</a>> wrote:<br>
>>>>><br>
>>>>> Does anyone know how to read the file info from *pvd file? I know how<br>
>>>>> to get the time step values, just using the keyword of “TimestepValues”,<br>
>>>>> however, I tried different ways, still haven’t figured out how to read the<br>
>>>>> file info.<br>
>>>>><br>
>>>>><br>
>>>>> Thanks<br>
>>>>><br>
>>>>> <?xml version="1.0"?><br>
>>>>>   <VTKFile type="Collection" version="0.1" byte_order="LittleEndian"><br>
>>>>>   <Collection><br>
>>>>>     <DataSet timestep="+1.98800000e+03"  part="001"<br>
>>>>> file="Sout_1012.pvtu"/><br>
>>>>>     <DataSet timestep="+1.99000000e+03"  part="001"<br>
>>>>> file="Sout_1013.pvtu"/><br>
>>>>>     <DataSet timestep="+1.99200000e+03"  part="001"<br>
>>>>> file="Sout_1014.pvtu"/><br>
>>>>> --<br>
>>>>><br>
>>>>> ..............................<wbr>..............................<wbr>..............................<wbr>..............................<wbr>......................<br>
>>>>> Ke Gao<br>
>>>>><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<br>
>>>>> <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:<br>
>>>>> <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>
>>>>><br>
>>>><br>
>>>><br>
>>>><br>
>>>> --<br>
>>>> Cory Quammen<br>
>>>> Staff R&D Engineer<br>
>>>> Kitware, Inc.<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>><br>
>>> ..............................<wbr>..............................<wbr>..............................<wbr>..............................<wbr>......................<br>
>>> Ke Gao<br>
>><br>
>><br>
>><br>
>><br>
>> --<br>
>> Cory Quammen<br>
>> Staff R&D Engineer<br>
>> Kitware, Inc.<br>
><br>
><br>
><br>
><br>
> --<br>
> ..............................<wbr>..............................<wbr>..............................<wbr>..............................<wbr>......................<br>
> Ke Gao<br>
<br>
<br>
<br>
--<br>
Cory Quammen<br>
Staff R&D Engineer<br>
Kitware, Inc.<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><font color="#000000" face="arial,helvetica,sans-serif" size="1">..............................................................................................................................................</font></div><font color="#3366ff" face="tahoma,sans-serif"><div><font color="#000000" face="arial black,sans-serif" style="background-color:rgb(255,255,255)">Ke Gao</font></div></font></div></div></div></div></div></div>
</div>