<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">It looks like you're running afoul of
VTK specific terminology. the designers of the VTK XML file
formats have done something confusing. They called the format that
uses base64 encoding(
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="http://en.wikipedia.org/wiki/Base64">http://en.wikipedia.org/wiki/Base64</a>)
"binary". There's an alternate format that can use raw binary
encoding called "appended" where data arrays are stored at the end
of the file. the "appended" format supports either base64 or raw
binary encoding, while the "binary" format only supports base64.<br>
<br>
This is documented in the file formats guide (
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="http://www.vtk.org/VTK/img/file-formats.pdf">http://www.vtk.org/VTK/img/file-formats.pdf</a>).<br>
<br>
With your ascii formatted file you can use ParaView to generate
examples of the other formats. Load your ascii formatted file and
then use File->Save Data to save it as vtu in the desired
format. I've done this to help refresh my memory about this, see
the attached.<br>
<br>
On 08/29/2013 06:01 AM, Matteo Parsani wrote:<br>
</div>
<blockquote
cite="mid:CAMZtdMvbwwRQP-3Jc+oC6Q++hPegGu3rmYoj3vqnLad1wtpf=A@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>
<div>
<div>Dear ParaView users,<br>
</div>
I have succesfully written a ParaView writer to output an
unstructured grid data set. I am using Fortran 95.<br>
</div>
I am trying now to do exactly the same thing but writing
Float64 binary file.<br>
<br>
</div>
In attachment tow example of output vtu file. The frist one is
ascii and I can read it with paraview. The second one is
binary and I have error when I read it.<br>
<br>
</div>
<div>Any idea what's the problem?<br>
<br>
</div>
<div>Thank you.<br>
<br>
</div>
<div>Best Regards<br clear="all">
</div>
<div>
<div>
<div>
<div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>
Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>
Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>
Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a>
</pre>
</blockquote>
<br>
</body>
</html>