# How to save temporal dataset?

**URL:** https://discourse.vtk.org/t/how-to-save-temporal-dataset/9535
**Category:** Support
**Tags:** python
**Created:** [October 6, 2022, 8:22am UTC](https://discourse.vtk.org/t/how-to-save-temporal-dataset/9535 "2022-10-06T08:22:00Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![altair0985](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/a/919ad9/32.png) [@altair0985](https://discourse.vtk.org/u/altair0985)
#### Post date: [October 6, 2022, 8:22am UTC](https://discourse.vtk.org/t/how-to-save-temporal-dataset/9535/1 "2022-10-06T08:22:00Z")

</div>

I find the vtkTemporalDataSet, but it has been abandoned, which class should I use?  
Thank you very much.

---

<div class="post-metadata">

### Author: ![ben.boeckel](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/b/ea5d25/32.png) [@ben.boeckel](https://discourse.vtk.org/u/ben.boeckel)
#### Post date: [October 6, 2022, 12:58pm UTC](https://discourse.vtk.org/t/how-to-save-temporal-dataset/9535/2 "2022-10-06T12:58:29Z")

</div>

I don’t see any such `vtkTemporalDataSet` in VTK’s history. Do you mean `vtkTemporalDataSetCache`?

---

<div class="post-metadata">

### Author: ![altair0985](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/a/919ad9/32.png) [@altair0985](https://discourse.vtk.org/u/altair0985)
#### Post date: [October 6, 2022, 3:17pm UTC](https://discourse.vtk.org/t/how-to-save-temporal-dataset/9535/4 "2022-10-06T15:17:42Z")

</div>

Thanks for your reply!  
Detail of vtkTemporalDataSet is on this page: [https://vtk.org/doc/release/5.2/html/a01352.html](https://vtk.org/doc/release/5.2/html/a01352.html)  
But it has been abandoned in the recent version, so I guess there is a class instead of vtkTemporalDataSet and have the same function, but I don’t find the class.

---

<div class="post-metadata">

### Author: ![ben.boeckel](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/b/ea5d25/32.png) [@ben.boeckel](https://discourse.vtk.org/u/ben.boeckel)
#### Post date: [October 17, 2022, 7:33pm UTC](https://discourse.vtk.org/t/how-to-save-temporal-dataset/9535/5 "2022-10-17T19:33:28Z")

</div>

Sorry, it just took a while for Git to find what I was looking for. It looks like it was removed in [this commit](https://gitlab.kitware.com/vtk/vtk/-/commit/be247f1d7658b6625652d1cd73299135412b6dac).

---

<div class="post-metadata">

### Author: ![altair0985](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/a/919ad9/32.png) [@altair0985](https://discourse.vtk.org/u/altair0985)
#### Post date: [May 28, 2024, 5:38am UTC](https://discourse.vtk.org/t/how-to-save-temporal-dataset/9535/6 "2024-05-28T05:38:21Z")

</div>

Yes, this is what I am search for.  
I solved this problem. I output the unstructured grid with time series into different .vtu file, and paraview automatically identifies them.
