[Paraview] [vtkusers] Paraview Error while reading .vts file

Cory Quammen cory.quammen at kitware.com
Wed Sep 27 09:29:06 EDT 2017


[Moving this discussion over to the ParaView list serve as it has to
do with ParaView.]

Unfortunately, there's not enough information in the header file. What
wrote this .vts file?

Thanks,
Cory

On Wed, Sep 27, 2017 at 9:25 AM, Siming Bayer <siming.bayer at gmail.com> wrote:
> Yes,
>
> the whole file is quite large. The header part is the following:
>
> <?xml version="1.0"?>
> <VTKFile type="StructuredGrid" version="0.1" byte_order="LittleEndian"
> header_type="UInt32" compressor="vtkZLibDataCompressor">
>   <StructuredGrid WholeExtent="0 255 0 255 0 255">
>     <Piece Extent="0 255 0 255 0 255"
>>
>       <PointData>
>       </PointData>
>       <CellData>
>         <DataArray type="Float64" Name="velocity" NumberOfComponents="3"
> format="appended" RangeMin="0"                    RangeMax="0"
> offset="0"                   />
>         <DataArray type="Float64" Name="position" NumberOfComponents="3"
> format="appended" RangeMin="0"                    RangeMax="0"
> offset="906832"              />
>         <DataArray type="Float64" Name="rest_position"
> NumberOfComponents="3" format="appended" RangeMin="0"
> RangeMax="0"                    offset="1813664"             />
>         <DataArray type="Int8" Name="mesh" format="appended" RangeMin="0"
> RangeMax="0"                    offset="2720496"             />
>       </CellData>
>       <Points>
>         <DataArray type="Float32" Name="Points" NumberOfComponents="3"
> format="appended" RangeMin="0.86602540378"        RangeMax="440.80693053"
> offset="2758320"             />
>       </Points>
>     </Piece>
>   </StructuredGrid>
>   <AppendedData encoding="base64">
>
> _.......................................................................(here
> is the data)
>   </AppendedData>
> </VTKFile>
>
> Thank you!
>
> best,
> Siming
>
> 2017-09-27 15:21 GMT+02:00 Cory Quammen <cory.quammen at kitware.com>:
>>
>> On Wed, Sep 27, 2017 at 8:50 AM, Siming Bayer <siming.bayer at gmail.com>
>> wrote:
>> > Dear all,
>> >
>> > I got the following error while reading a .vts file with ParaView:
>> >
>> >
>> >
>> > ERROR: In
>> >
>> > C:\bbd\7cc78367\build\superbuild\paraview\src\VTK\IO\XML\vtkXMLStructuredDataReader.cxx,
>> > line 360
>> >
>> > vtkXMLStructuredGridReader (000000000B791F40): Error reading extent 0
>> > 255 0
>> > 255 0 255 from piece 0
>> >
>> >
>> > What does it mean? What could be the reason?
>> >
>>
>> Perhaps there is something wrong with the file. Can you share it, or
>> ideally a smaller data set that exhibits the same problem?
>>
>> Thanks,
>> Cory
>>
>> >
>> >
>> >
>> > _______________________________________________
>> > Powered by www.kitware.com
>> >
>> > Visit other Kitware open-source projects at
>> > http://www.kitware.com/opensource/opensource.html
>> >
>> > Please keep messages on-topic and check the VTK FAQ at:
>> > http://www.vtk.org/Wiki/VTK_FAQ
>> >
>> > Search the list archives at: http://markmail.org/search/?q=vtkusers
>> >
>> > Follow this link to subscribe/unsubscribe:
>> > http://public.kitware.com/mailman/listinfo/vtkusers
>> >
>>
>>
>>
>> --
>> Cory Quammen
>> Staff R&D Engineer
>> Kitware, Inc.
>
>



-- 
Cory Quammen
Staff R&D Engineer
Kitware, Inc.


More information about the ParaView mailing list