# Reading zones with identical names using TecplotReader into Paraview

**URL:** https://discourse.paraview.org/t/reading-zones-with-identical-names-using-tecplotreader-into-paraview/12118
**Category:** ParaView Support
**Created:** [May 17, 2023, 9:05am UTC](https://discourse.paraview.org/t/reading-zones-with-identical-names-using-tecplotreader-into-paraview/12118 "2023-05-17T09:05:02Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Tox](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/t/8e8cbc/32.png) [@Tox](https://discourse.paraview.org/u/Tox)
#### Post date: [May 17, 2023, 9:05am UTC](https://discourse.paraview.org/t/reading-zones-with-identical-names-using-tecplotreader-into-paraview/12118/1 "2023-05-17T09:05:02Z")

</div>

Hi all,

I am trying to read an ASCII Tecplot file into Paraview (5.11). It has two zones, which both have the same name. It reads ok, but with ExtractBlocks (which now uses block names, instead of indices like previously), when I select the zone I want, it outputs still both zones. This means that I am unable to extract the blocks I want. In the end, I would like to do this in python, so any solution that works with python will be perfect! Otherwise, I think it would be good if the TecplotReader could be modified such that unique block names will be available?

Thanks,  
Serge

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [May 17, 2023, 9:33am UTC](https://discourse.paraview.org/t/reading-zones-with-identical-names-using-tecplotreader-into-paraview/12118/2 "2023-05-17T09:33:15Z")

</div>

Please share your file.

In any case `Connectivity` filter should help you select the part.

Best,

---

<div class="post-metadata">

### Author: ![Tox](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/t/8e8cbc/32.png) [@Tox](https://discourse.paraview.org/u/Tox)
#### Post date: [May 17, 2023, 10:03am UTC](https://discourse.paraview.org/t/reading-zones-with-identical-names-using-tecplotreader-into-paraview/12118/3 "2023-05-17T10:03:08Z")

</div>

Dear Mathieu,

Thanks for the help. I tried Connectivity, but it needs a vtkDataSet. So I tried to MergeBlocks (is that the one to convert it to vtkDataSet?) before and then apply Connectivity, but that did not work.

Attached, you find an very simple example of the problem: one Tecplot file and the python script to read it into Paraview illustrating the problem. It also contains the MergeBlocks and Connectivity filters for your convenience.

Let me know if you find an easy solution. Best regards,  
Serge  
[multizone-cubes.py](https://discourse.paraview.org/uploads/short-url/tcZZQHccylM8v3J293cMaEheHBl.py) (991 Bytes)  
[multizone-cubes.dat](https://discourse.paraview.org/uploads/short-url/D2j0CcyJWIGQXcbLIRBgwUXObH.dat) (1.3 KB)

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [May 17, 2023, 10:56am UTC](https://discourse.paraview.org/t/reading-zones-with-identical-names-using-tecplotreader-into-paraview/12118/4 "2023-05-17T10:56:02Z")

</div>

This a bug to fix, the fact the both blocks are named the same breaks the filter functionnality. Please open an issue: [https://gitlab.kitware.com/paraview/paraview/-/issues](https://gitlab.kitware.com/paraview/paraview/-/issues)

---

<div class="post-metadata">

### Author: ![Tox](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/t/8e8cbc/32.png) [@Tox](https://discourse.paraview.org/u/Tox)
#### Post date: [May 17, 2023, 11:31am UTC](https://discourse.paraview.org/t/reading-zones-with-identical-names-using-tecplotreader-into-paraview/12118/5 "2023-05-17T11:31:50Z")

</div>

Thanks, Mathieu. I created an issue about this: [TecplotReader issue with similar named zones (#22144)](https://gitlab.kitware.com/paraview/paraview/-/issues/22144)

FYI: there is also another issue, which I think can easily be handled together, but maybe a separate issue is easier to manage: [TecplotReader issue in GUI with coordinate variables not as first, second and third variable (#22145)](https://gitlab.kitware.com/paraview/paraview/-/issues/22145)

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [May 22, 2023, 8:11am UTC](https://discourse.paraview.org/t/reading-zones-with-identical-names-using-tecplotreader-into-paraview/12118/6 "2023-05-22T08:11:31Z")

</div>

Thanks, do not hesitate to reach out to Kitware if needed:

> [@How are features and bug fixes incorporated into ParaView?](https://discourse.paraview.org/t/how-are-features-and-bug-fixes-incorporated-into-paraview/4735):
>
> As with all open source projects, adding features and fixing bugs takes developer effort. That effort may originate from volunteer community contributors, or through paid professional services offered by companies like [Kitware](https://www.kitware.com). Features and bug fixes are prioritized by the needs of contributing community members and by professional services customers. Note that contributions are vetted by a rigorous community review and testing process; therefore it is recommended that significant changes are d…
