domlysz / BlenderGIS

Blender addons to make the bridge between Blender and geographic data
GNU General Public License v3.0
7.46k stars 1.33k forks source link

Imported Geotiff DEM shows up as a flat plane #538

Open TeoSh opened 2 years ago

TeoSh commented 2 years ago

Blender and OS versions

Blender 2.93 Windows 11 (22000.194)

Describe the bug

Imported Geotiff DEM shows up as a flat plane with some random deformation image

How to Reproduce

I export my GeoTIFF from Arcgis and import it with the same coordinate system. I get no error message or anything it just shows up as a flat plane. Here is the tiff i am trying to import: https://drive.google.com/file/d/1ZNqri3K3qBevbgIAM_QmaM-aDur1zBSw/view?usp=sharing

Error message

domlysz commented 2 years ago

I think the datatype (uint32) is not well supported by blender, I suggest to convert it to float32

Bellow the result (z scale by 50) image