Danny Baldig

Results 2 issues of Danny Baldig

Hey there, importing a DEM causes the following error: ``` import pysheds from pysheds.grid import Grid grid = Grid.from_raster("C:/Users/...DEM.tif", data_name='dem') ``` > AttributeError: module 'numpy' has no attribute 'bool'. >...

Hey Steven, first of all, thanks a lot for your package...it's such a great help! I followed along your Multi-Target Spatial Prediction using the Meuse Dataset tutorial to modify it...

bug