Coder Social home page Coder Social logo

Comments (2)

dtarb avatar dtarb commented on July 19, 2024

The AreaDinf function returns its results as specific catchment area. It is the number of grid cells times cell area divided by unit contour length, here estimated as cell size. Let n be area in number of cells, and d cell size. The algorithm reports nd = nd^2/d. I believe that this explains your result.

See https://hydrology.usu.edu/taudem/taudem5/help53/DInfinityContributingArea.html where this is explained in a bit more detail.

Note that his approach is only used with Dinfinity, not D8 Contributing area.

from taudem.

jeremymatt avatar jeremymatt commented on July 19, 2024

Thanks for the clarification! That makes sense now. I read the helpfile you linked above, but I glossed over the distinction between "area" and "specific catchment area". Assuming it isn't too hard to implement, allowing the user to choose either raw area or specific catchment area would be a nice addition (especially since this operation is not consistent with the D8 area function). Also, adding the information you gave above (that contour length is estimated as cell size and the Aspecific = nd = nd^2/d equation) to the AreaDinf documentation might help clarify the function operation for other inexperienced users.

In the meantime, I'm now confident that my workaround of adjusting the threshold to be a threshold of "specific catchment area" rather than an "area" threshold is valid for my application.

from taudem.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.