Closed gbganalyst closed 5 months ago
As venka-foss4g suggested, I have modified line 2563 of raster.py to:
raster.py
pixel_indices = np.zeros(0, dtype=np.int_)
As numpy.int has been removed in NumPy >= 1.24
https://stackoverflow.com/questions/74946845/attributeerror-module-numpy-has-no-attribute-int and also edited the grammatical error in the README file.
Thank you - long hiatus on my part but I'm coming back to start working again on this project now - thanks for the contribution.
As venka-foss4g suggested, I have modified line 2563 of
raster.py
to:pixel_indices = np.zeros(0, dtype=np.int_)
As numpy.int has been removed in NumPy >= 1.24
https://stackoverflow.com/questions/74946845/attributeerror-module-numpy-has-no-attribute-int and also edited the grammatical error in the README file.