<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Upstream distance DEM in Water Resources Questions</title>
    <link>https://community.esri.com/t5/water-resources-questions/upstream-distance-dem/m-p/704534#M3616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At first glance I think you could solve the first part of the problem using Tarboton's 'Upslope dependance function' as this would give you an upslope 'catchment' for every grid cell. This would mean using the Dinf flow direction grid (which less restrictive than D8 (used in ArcHydro) in terms of angular direction of flow). However, this would mean computing it for every cell and for some cells this would be null (top of mountain).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the second part "downstream distance to a point grid" I assume you mean maximum drainage distance to a cell?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hydrology.usu.edu/taudem/taudem3.1/index.html"&gt;http://hydrology.usu.edu/taudem/taudem3.1/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still using version Taudem 3.1 on ArcGIS 9.3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, hope my comments help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Colin Constance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2011 01:43:23 GMT</pubDate>
    <dc:creator>ColinConstance</dc:creator>
    <dc:date>2011-12-19T01:43:23Z</dc:date>
    <item>
      <title>Upstream distance DEM</title>
      <link>https://community.esri.com/t5/water-resources-questions/upstream-distance-dem/m-p/704533#M3615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to get the upstream distance to all points in a DEM from a single downstream point. The goal is to create a "downstream distance to a point grid". This then would allow me to create "distance" contours upstream from a point in the watershed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using the Raster Calculator with this equation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Outras = Con("Fdr" == 1,16,Con("Fdr" == 2,32,Con("Fdr" == 4,64,Con("Fdr" == 8,128,Con("Fdr" == 16,1,Con("Fdr" == 16,1,Con("Fdr" == 32,2,Con("Fdr" == 64,4,Con("Fdr" == 128,8)))))))))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This "reverses" the flow direction in the Fdr grid, but doesn't really work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 19:21:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/upstream-distance-dem/m-p/704533#M3615</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2011-12-16T19:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Upstream distance DEM</title>
      <link>https://community.esri.com/t5/water-resources-questions/upstream-distance-dem/m-p/704534#M3616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At first glance I think you could solve the first part of the problem using Tarboton's 'Upslope dependance function' as this would give you an upslope 'catchment' for every grid cell. This would mean using the Dinf flow direction grid (which less restrictive than D8 (used in ArcHydro) in terms of angular direction of flow). However, this would mean computing it for every cell and for some cells this would be null (top of mountain).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the second part "downstream distance to a point grid" I assume you mean maximum drainage distance to a cell?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hydrology.usu.edu/taudem/taudem3.1/index.html"&gt;http://hydrology.usu.edu/taudem/taudem3.1/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still using version Taudem 3.1 on ArcGIS 9.3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, hope my comments help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Colin Constance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 01:43:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/upstream-distance-dem/m-p/704534#M3616</guid>
      <dc:creator>ColinConstance</dc:creator>
      <dc:date>2011-12-19T01:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Upstream distance DEM</title>
      <link>https://community.esri.com/t5/water-resources-questions/upstream-distance-dem/m-p/704535#M3617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Colin - It looks like the GUI is not written for V10.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 14:02:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/upstream-distance-dem/m-p/704535#M3617</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2011-12-19T14:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Upstream distance DEM</title>
      <link>https://community.esri.com/t5/water-resources-questions/upstream-distance-dem/m-p/704536#M3618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found what I was looking for under Spatial Analyst Tools&amp;gt;Hydrology&amp;gt;Flow Length. I'll still need to do some other work to get what I want, but this what I was basically looking for in the beginning.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 20:03:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/upstream-distance-dem/m-p/704536#M3618</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2012-01-17T20:03:03Z</dc:date>
    </item>
  </channel>
</rss>

