PANOimagen / batch_hillshader

Plugin to generate a three light exposure hillshade (shaded relief by combining three light exposures)
GNU General Public License v3.0
16 stars 3 forks source link

QGIS ships with Numpy 1.24 which removed np.float, breaking merging #13

Open markgrujic opened 1 year ago

markgrujic commented 1 year ago

Replacing np.float with normal python float in bandCalc.py seems to fix it. I will submit a PR, please ignore if I did the wrong thing!

David-Gonzalez-Panoimagen commented 1 year ago

Thank you for your contribution. It will be included in next version 2.4.4 with new features.