pysheds icon indicating copy to clipboard operation
pysheds copied to clipboard

:earth_americas: Simple and fast watershed delineation in python.

Results 92 pysheds issues
Sort by recently updated
recently updated
newest added

I am implementing a flooding module that require the calculation of a lot of hand maps. I have try to paralellize the hand definition by using multiprocessing, but it's not...

I wished to run pysheds without numba, and found it is possible to do so by simply uninstalling numba in my Python virtual environment where I am running pysheds scripts....

A suggestion rather than an issue. I've recently been using PySheds to delineate watersheds on some fairly large grids (a few hundred million to around a billion cells). The generated...

Hello @mdbartos The pysheds package is very usefull, so thank you! At the moment I am trying to use the RFSM. I already fixed the depressions and flats of my...

Hi guys i am new to this, please someone explain

Hi, I got a weird error trying to read a DEM raster: ```python In [65]: grid = Grid.from_raster('MNT_25.tif') File ~\AppData\Roaming\Python\Python39\site-packages\pysheds\sview.py:89, in Raster.__new__(cls, input_array, viewfinder, metadata) 87 assert np.min_scalar_type(viewfinder.nodata) 89 raise...

Hi, First thanks for your tool it's very nice to use ! Special thanks for the documentation that is a really huge plus. Do you intend to provide a wrapper...

I wan to calculate the HAND of the dem defined by a hybas file. The hybas file have many basins in it. I get the dem file which cover the...

Hi @mdbartos , pysheds is accumulating hard on my machine to produce urgently needed results. Unfortunately, it uses all my memory (with flow direction, efficiency and flow accumulation) which results...

To map inundation with HAND, what preprocessing should I do for a raw elevation file?