Riverscapes / ConfinementTool

Confinement Tool
http://confinement.riverscapes.xyz
GNU Lesser General Public License v3.0
3 stars 3 forks source link

Segmenting floodplain (to allow other metrics to be computed) #41

Closed Hornbydd closed 5 years ago

Hornbydd commented 5 years ago

@dsear - So another key processing step is to partition up the floodplain into polygons which can be used to aid in computing other metrics (e.g. the land cover).

Below is a screenshot of the available datasets to work with.

Datasets

We discussed creating cross sections across the floodplain that could be used to create polygons that can then be used to "cookie cut" other datasets (e.g. LCM data).

Creating cross sections only makes sense if it is done from the valley centreline (#44). Below are spoofed up examples (black are cross sections built from the valley centreline, red are built from the river centreline).

My initial logic to construct these cross sections is to find the nearest point on the floodzone boundary, hence kinks can be introduced. I have subsequently opted for a slightly different approach as discussed in #44.

Spoofed examples

So questions are:

But a bigger problem is how to stop clipping out floodplain tributaries! Below lets say floodplain stepping distance is set to 1Km, you create the cross sections and enclose using the floodzone boundary. The 2 black areas make sense but the third red partition captures a tributary junction with it's own floodplain. How do we stop it going u/s to the very source and include everything u/s?

Problem

One approach is to create boxes as shown below, but this would under estimate for the same scenario.

Box it!

dsear commented 5 years ago

So the task then becomes allocating a slope and catchment area based on the valley centreline derived polygons to the Channel segments. @joewheaton got any thoughts on this before @Hornbydd goes much further? Personally I don't have a problem with the tributary issue you show here I think that's just what you get when a trib joins. In terms of land cover I guess we need to agree a simple classification from the cover types you show to some simple ones (High, medium, low intensity land cover).

Hornbydd commented 5 years ago

Tool is complete and no further development is currently planned. It is likely that it will require further development if we try to roll it out for national level processing.