Hi,
I’ve labeled contour (DEM) map using d.vect. Now I would like to find the depression [contour with low elev value are inside the contour of higher elev] automatically. I can view it in the Map display window which is tedious as I’ve to zoom in and out for several times.
On Sun, Dec 11, 2016 at 5:01 AM, Faisal Kabir <faisal.kabir@gmail.com> wrote:
Hi,
I've labeled contour (DEM) map using d.vect. Now I would like to find the
depression [contour with low elev value are inside the contour of higher
elev] automatically. I can view it in the Map display window which is
tedious as I've to zoom in and out for several times.
Is there any method available in GRASS?
Yes: in r.fill.dir for example.
I have taken your question as motivation to add an example to the
manual page and updated it on the GRASS GIS Web server right away:
Hi,
I’ve labeled contour (DEM) map using d.vect. Now I would like to find the
depression [contour with low elev value are inside the contour of higher
elev] automatically. I can view it in the Map display window which is
tedious as I’ve to zoom in and out for several times.
Is there any method available in GRASS?
Yes: in r.fill.dir for example.
I have taken your question as motivation to add an example to the
manual page and updated it on the GRASS GIS Web server right away:
I still don’t remember why we don’t move it at least to trunk.
An alternative can be also
r.param.scale
Yes. Importantly, all of them use different methods. Would be nice to see the new example transferred to the other manual pages, too, for comparison purposes…
It shows how to run sink-filling and how to identify the filled areas.
...
That's a very nice result - I've struggled with this problem in the past. Arc has a function 'sink' that simply provides a map of - you guessed it - sinks, and in the FOSS world, Whitebox has a similar (actually better) function that I generally resort to.
Now you know three more r.fill.dir., r.param.scale and r.geomorphon