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

replace np.float with float #14

Open markgrujic opened 1 year ago

markgrujic commented 1 year ago

Numpy 1.24 removed the np.float alias. replacing it with normal python float works.