OpenGeoVis / PVGeo

🌍 Python package of VTK-based algorithms to analyze geoscientific data and models
https://pvgeo.org
BSD 3-Clause "New" or "Revised" License
215 stars 43 forks source link

PVGeo Paraview integration on Windows #110

Closed mohett closed 10 months ago

mohett commented 10 months ago

Dear all,

I am trying to use Paraview for my research visualization, at the same time I am using python (Pycharm IDE) to write my code. I have followed the guide (https://pvgeo.org/overview/getting-started.html) but encountered an issue when loading the plugins through ParaView’s Plugin Manager:

image image

The second screenshot is in Norwegian, but it basically says that there is something wrong with the file.

Thank you very much in advance.

banesullivan commented 10 months ago

Hi @Geoscientist1, I haven't had the availability to maintain support for ParaView here -- I suspect the plugin infrastructure in ParaView has changed significantly and these will not work. For the past year or so, I've been telling people that I can no longer support ParaView here as its has maybe one or two people who'd actually use it. I am still supporting these tools to be used with PyVista though. PyVista is akin to ParaView, just all in Python.

https://docs.pyvista.org/version/stable/

banesullivan commented 10 months ago

All of the "Quick Examples" show how to use PVGeo with PyVista: https://pvgeo.org/examples/index.html

mohett commented 10 months ago

Thank you very much for the quick reply!

banesullivan commented 10 months ago

I have dropped support for ParaView, please use PyVista instead: docs.pyvista.org