Reading .tif DEM data from ArcPro into Paraview

Hello,

New to paraview and I am attempting to create a 3D model of DEM data I have worked up from ARC Pro. When inserting the .tif file it automates a background that autopopulates an elevation of 0
image
This then impacts the visual representation of the data in paraview as the scale is way off and does not actually display the proper values. Is there a way to remove this background with the tiff or adjust the coloring so it accurately reflects the DEM data?

Please share your data

The .tiff file is too large to upload directly, attached is a link to the file.

https://drive.google.com/file/d/1ALF71_l4b7H7DIX3QcTgSJl0j7irHtg1/view?usp=sharing

Are you using the GDAL Raster Reader ? Any specific reason to not use the TIFF Reader ?

I have been using the GDAL Raster reader so it is georeferenced, unsure how to interpret the data with proper elevations using tiff reader. I am attempting to visualize the data in a 3D model to incorporate electrical resistivity data profiles with the image.

Alright, so I have been able to upload the .tiff to paraview by exporting a rendered version so elevation data is set as values ranging from 0-255. However, when loading the data into paraview using tiff reader the image is flipped upside down compared to the standard file. When I load the .tiff file into paraview using GDAL the image is properly displayed, but then cannot be shown in 3D imaging without the warp by scalar filter option. Attached are images of the data reading it using GDAL:


Here is the image being read in using tiff reader:

Both visualizations come from the a new dataset, link pasted here: DEM2.tif - Google Drive

Any ideas why .tiff reader flips the image? Thank you in advance for the help!

Probably a different +Y -Y standard. Not sure if it is a bug or not though.

@mwestphal
Would you be able to attempt load the tiff file yourself, link above, to see if it does the same thing to you?

Yes it does.