[vtkusers] vtk.js How to read my *.vti file using vtkHttpDataSetReader?

Sebastien Jourdain sebastien.jourdain at kitware.com
Sat Oct 6 00:15:23 EDT 2018


Glad that you figure it out.

The HttpDataSet reader was created to load some pre-processed dataset
before we had any reader that could understand vtki/vtp format.
We use that script [1] with ParaView to load any dataset and convert into
that json + binary format that was easy to load in JavaScript over http.
It is still an interesting format as it is well designed for dataset over
the network when you don't want/need to load everything right away.

[1]
https://github.com/Kitware/vtk-js/blob/master/Utilities/DataGenerator/convert-cli.js

On Fri, Oct 5, 2018 at 8:18 PM lucky via vtkusers <
vtkusers at public.kitware.com> wrote:

> Sorry the issue was not with any reader or method.
> I was using https with the link which was not working. http works fine for
> me.
>
>
>
> --
> Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
> _______________________________________________
> 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:
> https://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/vtkusers/attachments/20181005/211a3f7c/attachment.html>


More information about the vtkusers mailing list