<div dir="ltr">I think in ParaView it is asking you (via a popup) which reader to use.<div><br></div><div>So ParaViewWeb in that specific case, don't know what to do.</div><div><br></div><div>To fix that, you will have to figure out what is the proxy name for your reader and provide a config file to Visualizer (if it is what you are using).</div><div><br></div><div>Add the following args when running it:</div><div><br></div><div>[...] --proxies /path/to/proxy-settings.json</div><div><br></div><div>And here is a sample content for the proxy-settings.json file:</div><div><br></div><div><div>{</div><div>    "sources": [</div><div>        { "name": "AnnotateTime", "label": "Annotate Time" },</div><div>        { "name": "Cone" },</div><div>        { "name": "Sphere" },</div><div>        { "name": "Text" },</div><div>        { "name": "Wavelet" }</div><div>    ],</div><div><br></div><div>    "filters": [</div><div>        { "name": "Calculator" },</div><div>        { "name": "CellDatatoPointData", "label": "Cell Data To Point Data" },</div><div>        { "name": "Clip" },</div><div>        { "name": "Contour" },</div><div>        { "name": "D3" },</div><div>        { "name": "ExtractCTHParts", "label": "Extract CTH Parts" },</div><div>        { "name": "ProcessIdScalars", "label": "Process ID Scalars" },</div><div>        { "name": "Reflect" },</div><div>        { "name": "Slice" },</div><div>        { "name": "StreamTracer", "label": "Stream Tracer" },</div><div>        { "name": "Threshold" },</div><div>        { "name": "Transform" },</div><div>        { "name": "Tube" },</div><div>        { "name": "Ribbon" },</div><div>        { "name": "WarpByScalar", "label": "Warp By Scalar" },</div><div>        { "name": "WarpByVector", "label": "Warp By Vector" },</div><div>        { "name": "ExtractBlock", "label": "Extract Blocks" }</div><div>    ],</div><div><br></div><div>    "readers": [</div><div>        { "name": "LegacyVTKReader", "extensions": [ "vtk" ], "method": "FileNames" },</div><div>        { "name": "Xdmf3ReaderS", "extensions": [ "xmf", "xdmf" ] }</div><div>    ]</div><div>}</div></div><div><br></div><div>It seems for your use case you want:</div><div><br></div><div>"readers": [</div><div>   { "name": "XdmfReader", "extensions": [ "xdmf" ], "method": "FileNames" }</div><div>]</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 20, 2016 at 8:38 AM, Gabriel Álvarez Castro <span dir="ltr"><<a href="mailto:gabriel.alvarez@usc.es" target="_blank">gabriel.alvarez@usc.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="ES" link="blue" vlink="purple"><div class="m_5978504903162254800WordSection1"><p class="MsoNormal">Hi,<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">                We have programmed a code, a scientific code, which produces pairs of files Xdmf-H5, files including time sequence. We can open this files with Paraview Desktop, but NOT with Paraview Web. There is a sample of these pairs of files in the ZIP attached. Could someone tell us why this files seem to be incompatible with Paraview Web? Thank you in advance.<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">Regards,<span class="HOEnZb"><font color="#888888"><u></u><u></u></font></span></p><span class="HOEnZb"><font color="#888888"><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">                               Gabriel.<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal"><u></u> <u></u></p></font></span></div></div><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>
<br></blockquote></div><br></div>