MatthieuCMira
Results
1
comments of
MatthieuCMira
I have the same issue. Using the basic example from: https://mattbartos.com/pysheds/ I just changed the initialization of the raster using a numpy array. `raster = Raster(my_numpy, viewfinder=ViewFinder(shape=my_numpy.shape))` `grid = Grid.from_raster(raster)`...