# data files from VTKData-9.0.3.tar.gz

**URL:** https://discourse.vtk.org/t/data-files-from-vtkdata-9-0-3-tar-gz/6407
**Category:** Support
**Created:** [August 17, 2021, 10:32pm UTC](https://discourse.vtk.org/t/data-files-from-vtkdata-9-0-3-tar-gz/6407 "2021-08-17T22:32:37Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Ricardo\_M\_Picado](https://discourse.vtk.org/user_avatar/discourse.vtk.org/ricardo_m_picado/32/3752_2.png) [@Ricardo\_M\_Picado](https://discourse.vtk.org/u/Ricardo_M_Picado)
#### Post date: [August 17, 2021, 10:32pm UTC](https://discourse.vtk.org/t/data-files-from-vtkdata-9-0-3-tar-gz/6407/1 "2021-08-17T22:32:37Z")

</div>

Hi, does anyone know how to use files (extension .sha512) from [VTKData-9.0.3.tar.gz](https://www.vtk.org/files/release/9.0/VTKData-9.0.3.tar.gz) ?  
Thanks,  
Ricardo

---

<div class="post-metadata">

### Author: ![eton](https://discourse.vtk.org/user_avatar/discourse.vtk.org/eton/32/3763_2.png) [@eton](https://discourse.vtk.org/u/eton)
#### Post date: [August 18, 2021, 2:13am UTC](https://discourse.vtk.org/t/data-files-from-vtkdata-9-0-3-tar-gz/6407/2 "2021-08-18T02:13:26Z")

</div>

> [@Ricardo\_M\_Picado](#):
>
> .sha512

In my opinion, this " .sha512" file can not used for application test, it just used to check the real data’s Data integrity which used for application test.

---

<div class="post-metadata">

### Author: ![jhlegarreta](https://discourse.vtk.org/user_avatar/discourse.vtk.org/jhlegarreta/32/27_2.png) [@jhlegarreta](https://discourse.vtk.org/u/jhlegarreta)
#### Post date: [August 18, 2021, 12:55pm UTC](https://discourse.vtk.org/t/data-files-from-vtkdata-9-0-3-tar-gz/6407/3 "2021-08-18T12:55:32Z")

</div>

@Ricardo_M_Picado SHA512 files are content links; they are associated to an actual data file (e.g. a PNG image, an STL file, etc.) hosted in a specific data hosting service. They are used (i) to separate the code from the data, and (ii) to avoid having excessively large files within a code repository.

Note sure if all information here is up-to-date, but it certainly gives you a better picture about VTKData:  
[https://gitlab.kitware.com/vtk/vtk/-/blob/master/Documentation/dev/git/data.md](https://gitlab.kitware.com/vtk/vtk/-/blob/master/Documentation/dev/git/data.md)

HTH.

---

<div class="post-metadata">

### Author: ![Ricardo\_M\_Picado](https://discourse.vtk.org/user_avatar/discourse.vtk.org/ricardo_m_picado/32/3752_2.png) [@Ricardo\_M\_Picado](https://discourse.vtk.org/u/Ricardo_M_Picado)
#### Post date: [August 19, 2021, 7:47pm UTC](https://discourse.vtk.org/t/data-files-from-vtkdata-9-0-3-tar-gz/6407/4 "2021-08-19T19:47:55Z")

</div>

Hi Jon, thank you.

---

<div class="post-metadata">

### Author: ![Tomasso](https://discourse.vtk.org/user_avatar/discourse.vtk.org/tomasso/32/5786_2.png) [@Tomasso](https://discourse.vtk.org/u/Tomasso)
#### Post date: [November 1, 2022, 4:19pm UTC](https://discourse.vtk.org/t/data-files-from-vtkdata-9-0-3-tar-gz/6407/5 "2022-11-01T16:19:05Z")

</div>

I just want to run online [VTK examples like this one](https://kitware.github.io/vtk-examples/site/Cxx/VisualizationAlgorithms/ProbeCombustor/) - but cannot find a simple description of how to obtain the necessary data files. The [link referenced above](https://gitlab.kitware.com/vtk/vtk/-/blob/master/Documentation/dev/git/data.md) seems to apply to VTK contributors, and the procedure seems quite complex. How to just get the data files to run the examples?

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.vtk.org/user_avatar/discourse.vtk.org/mwestphal/32/19_2.png) [@mwestphal](https://discourse.vtk.org/u/mwestphal)
#### Post date: [November 1, 2022, 11:56pm UTC](https://discourse.vtk.org/t/data-files-from-vtkdata-9-0-3-tar-gz/6407/6 "2022-11-01T23:56:08Z")

</div>

For anyone still looking for the data, they can be downloaded from here: [https://vtk.org/download/](https://vtk.org/download/)
