mdbartos / pysheds

:earth_americas: Simple and fast watershed delineation in python.
GNU General Public License v3.0
708 stars 191 forks source link

extract river network Error #190

Open matyasm1995 opened 2 years ago

matyasm1995 commented 2 years ago

Hi, I have found out, that the polylines from extract_river_network function do not exactly match the masked cells of flow accumulation. The line should go between centres of the masked cells, but sometimes it goes on the edges of the cells. Thank you for solving that.

image