Using GageWatershed Function in TauDEM?Methodology for creating accurate drainage networks (and catchments) from high resolution LiDAR DEM?What Algorithm is used by ArcGIS Watershed tool?Watershed delineation using ArcPy?Preventing flow accumulation in one watershed from traveling up tributaries into adjacent watersheds?Watershed delineation with meandering river?How to display Flow Direction arrows + Burn Stream Netwok in QGIS?Watershed Delineation Loop - r.water.outlet resulting in NAN area while snappedHow to create an inlet drainage basin layerCreating catchments/basins around stream feature class using ArcGIS Desktop?Calculating straight line distance from point to furthest point in polygon?
Download, install and reboot computer at night if needed
"You are your self first supporter", a more proper way to say it
Why Is Death Allowed In the Matrix?
Why has Russell's definition of numbers using equivalence classes been finally abandoned? ( If it has actually been abandoned).
Question about Goedel's incompleteness Proof
How is it possible for user to changed after storage was encrypted? (on OS X, Android)
Example of a relative pronoun
Find original functions from a composite function
If Manufacturer spice model and Datasheet give different values which should I use?
How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?
How does one intimidate enemies without having the capacity for violence?
Is the month field really deprecated?
How old can references or sources in a thesis be?
Do any Labour MPs support no-deal?
Why don't electron-positron collisions release infinite energy?
How to get the available space of $HOME as a variable in shell scripting?
"which" command doesn't work / path of Safari?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
How to make payment on the internet without leaving a money trail?
declaring a variable twice in IIFE
How to type dʒ symbol (IPA) on Mac?
A Journey Through Space and Time
Copenhagen passport control - US citizen
Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?
Using GageWatershed Function in TauDEM?
Methodology for creating accurate drainage networks (and catchments) from high resolution LiDAR DEM?What Algorithm is used by ArcGIS Watershed tool?Watershed delineation using ArcPy?Preventing flow accumulation in one watershed from traveling up tributaries into adjacent watersheds?Watershed delineation with meandering river?How to display Flow Direction arrows + Burn Stream Netwok in QGIS?Watershed Delineation Loop - r.water.outlet resulting in NAN area while snappedHow to create an inlet drainage basin layerCreating catchments/basins around stream feature class using ArcGIS Desktop?Calculating straight line distance from point to furthest point in polygon?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a D8 flow direction raster made from with TauDEM's D8FlowDir method and a point vector with an attribute 'id' for each. For some reason when I use these two as input in the GageWatershed method I get a single large watershed instead of a watershed for each point. I checked several pages to make sure my point vector has the right attribute name. Could someone please advise.
I have the D8 raster, point vector, and bad result watershed raster located at the following:
ftp://ftpext.usgs.gov/pub/er/va/reston/gpetrochenkov/
hydrology watershed taudem
New contributor
add a comment |
I have a D8 flow direction raster made from with TauDEM's D8FlowDir method and a point vector with an attribute 'id' for each. For some reason when I use these two as input in the GageWatershed method I get a single large watershed instead of a watershed for each point. I checked several pages to make sure my point vector has the right attribute name. Could someone please advise.
I have the D8 raster, point vector, and bad result watershed raster located at the following:
ftp://ftpext.usgs.gov/pub/er/va/reston/gpetrochenkov/
hydrology watershed taudem
New contributor
add a comment |
I have a D8 flow direction raster made from with TauDEM's D8FlowDir method and a point vector with an attribute 'id' for each. For some reason when I use these two as input in the GageWatershed method I get a single large watershed instead of a watershed for each point. I checked several pages to make sure my point vector has the right attribute name. Could someone please advise.
I have the D8 raster, point vector, and bad result watershed raster located at the following:
ftp://ftpext.usgs.gov/pub/er/va/reston/gpetrochenkov/
hydrology watershed taudem
New contributor
I have a D8 flow direction raster made from with TauDEM's D8FlowDir method and a point vector with an attribute 'id' for each. For some reason when I use these two as input in the GageWatershed method I get a single large watershed instead of a watershed for each point. I checked several pages to make sure my point vector has the right attribute name. Could someone please advise.
I have the D8 raster, point vector, and bad result watershed raster located at the following:
ftp://ftpext.usgs.gov/pub/er/va/reston/gpetrochenkov/
hydrology watershed taudem
hydrology watershed taudem
New contributor
New contributor
edited Apr 3 at 19:40
PolyGeo♦
53.9k1781245
53.9k1781245
New contributor
asked Apr 3 at 15:10
user1321988user1321988
1
1
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This appears to be a bug in the TauDEM release 5.3.7 (which is the latest release). It occurs with a huge number of points (1102144 in this case) in the outlet shapefile and is most likely due to variable type errors and numeric overflows. There have been code improvements that address these and the problem does not occur in develop branch code in github http://github.com/dtarb/taudem, so will be resolved at the next release. I did not track down the exact problem, but verified that the problem was reproducible with the provided data version 5.3.7 but is resolved in current develop code.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
user1321988 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317658%2fusing-gagewatershed-function-in-taudem%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This appears to be a bug in the TauDEM release 5.3.7 (which is the latest release). It occurs with a huge number of points (1102144 in this case) in the outlet shapefile and is most likely due to variable type errors and numeric overflows. There have been code improvements that address these and the problem does not occur in develop branch code in github http://github.com/dtarb/taudem, so will be resolved at the next release. I did not track down the exact problem, but verified that the problem was reproducible with the provided data version 5.3.7 but is resolved in current develop code.
add a comment |
This appears to be a bug in the TauDEM release 5.3.7 (which is the latest release). It occurs with a huge number of points (1102144 in this case) in the outlet shapefile and is most likely due to variable type errors and numeric overflows. There have been code improvements that address these and the problem does not occur in develop branch code in github http://github.com/dtarb/taudem, so will be resolved at the next release. I did not track down the exact problem, but verified that the problem was reproducible with the provided data version 5.3.7 but is resolved in current develop code.
add a comment |
This appears to be a bug in the TauDEM release 5.3.7 (which is the latest release). It occurs with a huge number of points (1102144 in this case) in the outlet shapefile and is most likely due to variable type errors and numeric overflows. There have been code improvements that address these and the problem does not occur in develop branch code in github http://github.com/dtarb/taudem, so will be resolved at the next release. I did not track down the exact problem, but verified that the problem was reproducible with the provided data version 5.3.7 but is resolved in current develop code.
This appears to be a bug in the TauDEM release 5.3.7 (which is the latest release). It occurs with a huge number of points (1102144 in this case) in the outlet shapefile and is most likely due to variable type errors and numeric overflows. There have been code improvements that address these and the problem does not occur in develop branch code in github http://github.com/dtarb/taudem, so will be resolved at the next release. I did not track down the exact problem, but verified that the problem was reproducible with the provided data version 5.3.7 but is resolved in current develop code.
answered Apr 4 at 0:55
David TarbotonDavid Tarboton
1664
1664
add a comment |
add a comment |
user1321988 is a new contributor. Be nice, and check out our Code of Conduct.
user1321988 is a new contributor. Be nice, and check out our Code of Conduct.
user1321988 is a new contributor. Be nice, and check out our Code of Conduct.
user1321988 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317658%2fusing-gagewatershed-function-in-taudem%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown