[vtk-developers] Script to extract the external data into actual files?

Mathieu Westphal mathieu.westphal at kitware.com
Thu Jul 26 03:38:48 EDT 2018


Hi;

That is a very good question and we should document this process.
Just go there and search for your file :
https://data.kitware.com/

Alternatively, you can use the attached script this way :
./wgetVTKData.sh /path/to/VTK/sources/ file

it is just a one liner that does
wget https://www.paraview.org/files/ExternalData/SHA512/`cat
$1/Testing/Data/$2.sha512` -O $2

Best regards,


Mathieu Westphal

On Thu, Jul 26, 2018 at 1:19 AM, Prabhu Ramachandran <prabhu at aero.iitb.ac.in
> wrote:

> Hi all,
>
> The VTK data files are convenient but all the newer data is only in the
> form of the ExternalData database.  Is there a simple script or command
> that will give me the actual file without me having to either run the tests
> or using cmake?
>
> cheers,
>
> Prabhu
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Search the list archives at: http://markmail.org/search/?q=vtk-developers
>
> Follow this link to subscribe/unsubscribe:
> https://public.kitware.com/mailman/listinfo/vtk-developers
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/vtk-developers/attachments/20180726/80f7e7af/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wgetVTKData.sh
Type: application/x-shellscript
Size: 94 bytes
Desc: not available
URL: <https://public.kitware.com/pipermail/vtk-developers/attachments/20180726/80f7e7af/attachment.bin>


More information about the vtk-developers mailing list