ubarsc / rios

A raster processing layer on top of GDAL
https://www.rioshome.org
GNU General Public License v3.0
14 stars 7 forks source link

numpy.cast() replaced with numpy.asarray(), in prep for numpy-2.0 #81

Closed neilflood closed 3 months ago

neilflood commented 3 months ago

The check with ruff now gives

$ ruff check . --select NPY201
All checks passed!

Fixes #80