Riparian buffer values issues because of NDR output streams wider than in reality

Hi @Olivier -

Yes, this is definitely a problem with how the water models currently create streams, and it’s specifically related to the Multiple Flow Direction algorithm used. On one hand, MFD may more realistically route water, but on the other hand it can create these wide streams that erase an important part of the landscape, giving NoData in the results, and causes problems for modeling riparian buffers.

We’ve had a lot of internal discussions about it, and personally I’d like to see an option for creating streams with either MFD or the standard D8 algorithm. D8 is limited by forcing all water to flow in one of 8 directions, but also tends to produce narrow streams that are more like what we expect, especially when each pixel might represent 10, 30 or 90 meters, and having those wide streams is just unrealistic (except perhaps in a flood situation). Another option would be for us to include a “drainage” layer in NDR like we do in SDR, which can be used as a workaround for forcing the model to use a stream layer that we define.

While we continue to work this out, you could try burning narrow streams into your DEM, which might cause NDR to create the narrow streams in its output. One quick and dirty way is to use the InVEST tool RouteDEM to create streams using the D8 algorithm, burn the D8 streams into your DEM, then use that burned DEM as input to NDR. I’ve had this help some times, but not others, since stream burning is generally messy and non-trivial to do well. Then you’d need to create your riparian buffers around the burned stream layer, and add them to the land use map.

If it’s not horribly incorrect, you could instead use the default NDR stream network (where the streams are too wide) as the basis for defining the riparian buffers. The problem there is that then you’re over-writing whatever land cover is along the streams in real life, which is incorrect and leads to problems of interpretation and utility.

I’d be interested to hear other people’s take on this…

~ Stacie

2 Likes