NSGeophysics / GPRPy

Ground Penetrating Radar processing and visualization software for python
MIT License
174 stars 84 forks source link

What is the procedure for making 3D surfaces? #18

Open JamesZDonline opened 2 years ago

JamesZDonline commented 2 years ago

Hello, thank you for the fascinating tool.

I can't find in any of documentation how to produce a 3D surface. It says it is possible in the publications, but doesn't detail how to combine the profiles into a data cube and I can't seem to figure it out.

Thanks again!

spel-oe commented 1 month ago

in the repository GPRdata there is a 3D example provided. https://github.com/NSGeophysics/GPRdata/tree/master/exampleDataCube the output format is a vts file that should be opened using paraview.

Sadly in my paraview version 5.10, this is not possible due to a file error.

AlainPlattner commented 1 month ago

I'm sorry to hear that there seems to be an issue with loading the output .vts file. Can you please provide some details on what the error is?

spel-oe commented 1 month ago

I was able to resolve this issue by updating my paraview to 5.12 So no permanent problem on the code side, sorry for the late update.

AlainPlattner commented 1 month ago

Awesome, thanks!