civicmapper / peak-flow-calculator

Calculate peak flow at a point on a DEM using the TR55 methodology and NOAA climate data
MIT License
7 stars 2 forks source link

Watershed: inclusive/exclusive #3

Open gassc opened 6 years ago

gassc commented 6 years ago

Need to be able to specify the scope of the watershed function:

gassc commented 6 years ago

To do a truly exclusive model on a subset of inlets, we will need to generate a complete watershed raster with all other inlets in the basin first. There's really no way around that, as the watersheds of those other inlets define the watershed of any inlets of interest.

Then, with that watershed, we can use the initially selected inlets to select only the corresponding zones in the watershed, and proceed from there.

gassc commented 5 years ago

This really just represents differing ways to use the tool, and both ways work in the tool's current form. We'll add documentation explaining the different approaches.