Blender Hoogtedata Addon (Dutch Height Data in Blender)

Did you recently update? PDOK recently changed their URL’s, which I had to update, but it works again.

If that doesn’t fix it, please explain in detail what region you tried to capture, and what dataset.

1 Like

Thanks for your response, seems to work again!

Hi,

I get this error the last time. I reinstalled the addon and GIS, blender 4.0.2. Also tried it in an older version of blender(3.6.5) but still the same. Any ideas what this can be ?

Hi wonderfull to get this addon working. However I get the following error: Any idea`s? TY

img.colorspace_settings.name = ‘Linear’
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: bpy_struct: item.attr = val: enum “Linear” not found in (‘ACES2065-1’, ‘ACEScg’, ‘AgX Base Display P3’, ‘AgX Base Rec.1886’, ‘AgX Base Rec.2020’, ‘AgX Base sRGB’, ‘AgX Log’, ‘Display P3’, ‘Filmic Log’, ‘Filmic sRGB’, ‘Khronos PBR Neutral sRGB’, ‘Linear CIE-XYZ D65’, ‘Linear CIE-XYZ E’, ‘Linear DCI-P3 D65’, ‘Linear FilmLight E-Gamut’, ‘Linear Rec.2020’, ‘Linear Rec.709’, ‘Non-Color’, ‘Rec.1886’, ‘Rec.2020’, ‘sRGB’)

Also getting this: t_ahn.py", line 534, in execute
alpha = local_pixels[get_pixel_at(int(vx), int(vy), w, h)+3]
IndexError: list index out of range Thanks in advance.

Sadly for me it also does not work anymore. I installed a new version of both blender and both add-ons this morning. I get the following error:

Python: Traceback (most recent call last):
File “C:\Users\jespe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\blender-hoogtedata-addon-main\op_get_ahn.py”, line 262, in execute
img.colorspace_settings.name = ‘Linear’
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: bpy_struct: item.attr = val: enum “Linear” not found in (‘ACES2065-1’, ‘ACEScg’, ‘AgX Base Display P3’, ‘AgX Base Rec.1886’, ‘AgX Base Rec.2020’, ‘AgX Base sRGB’, ‘AgX Log’, ‘Display P3’, ‘Filmic Log’, ‘Filmic sRGB’, ‘Linear CIE-XYZ D65’, ‘Linear CIE-XYZ E’, ‘Linear DCI-P3 D65’, ‘Linear FilmLight E-Gamut’, ‘Linear Rec.2020’, ‘Linear Rec.709’, ‘Non-Color’, ‘Rec.1886’, ‘Rec.2020’, ‘sRGB’)