How do I display geoTiff image correctly and display elevation

Hello,

I have this geoTIFF image: which can be opened in Windows using the default image viewer without any issues.

I tried to open it in ParaView 5.13.2 with both GDAL Raster reader and TIFF series Reader but it does not look like the original image.

image

My goal is to open this image in ParaView and warp it elevation (using Warp by Scalar filter).

Any help is appreciated.

Thank you

Hi,

I was able to open it with the GDAL raster Reader (PV 5.13.2):

Note that you may need to rotate the camera to front the data instead of having just an (quite invisible) side.

1 Like

Hi @nicolas.vuaille,

Thank you for your reply. I tried to rotate the view using the mouse (in both 2D and 3D modes), used the views from the toolbar as well:
image

But the navigation is really weird. It seems that the image is appearing/disappearing continuously (I’ve never seen this before in ParaView).

How can I get the image to show up in the correct expected view?

Attached is a recording of the issue I’m encountering:

Recording of ParaView

For this kind of issue, Reset the camera is often a good solution.

image

1 Like

Using “Reset Camera” button didn’t help.
I think the issue with the view is caused by the default “Slice” representation:

image

When I change the representation to “Surface” it works as expected!

To get the Warp by Scalar filter to work, I had to apply the “Cell Data to Point Data” filter first.