mdbartos / pysheds

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

is it possible to delineate subbasins by using pour point #138

Closed lj512lj512 closed 2 years ago

lj512lj512 commented 3 years ago

I have a large research area and I have some hydrological stations unevenly distributed in the basin. I want to get the subbasin of my research region and make the hydrological stations as pour points for each subbasin, is it possible to use pysheds to do this. I can use ArcGIS to do this with the following command:

  1. input raw DEM
  2. fill
  3. flow direction
  4. accumulation
  5. snap pour point
  6. watersheds
mdbartos commented 2 years ago

Yes, this process is outlined in the tutorial included in the README.