<?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 Troubleshooting Urban Surface Watershed Delineation in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/troubleshooting-urban-surface-watershed/m-p/1718749#M104234</link>
    <description>&lt;P&gt;I am trying to run a city-wide analysis to define the stormwater catchments using the DEM and catchbasins only, as we are looking at just surface runoff watersheds and also don't have access to the stormwater infrastructure pipe network.&lt;BR /&gt;&lt;BR /&gt;I am seeing this anomaly where there are long straight lines at certain points throughout the city (see left side in the screenshot), but in other areas, the watersheds output looks as expected.&amp;nbsp; I am using the following workflow with Spatial Analyst tools:&lt;BR /&gt;&lt;BR /&gt;1. Fill&lt;BR /&gt;2. Flow Direction&lt;BR /&gt;3. Flow Accumulation&lt;BR /&gt;4. Snap Pour Points (Catch Basin locations)&lt;BR /&gt;5. Watershed&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JennaB2_0-1785951174215.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/156321i891A0339B123BE0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JennaB2_0-1785951174215.png" alt="JennaB2_0-1785951174215.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any insights on how best to troubleshoot this is much appreciated!&lt;/P&gt;</description>
    <pubDate>Wed, 05 Aug 2026 17:37:39 GMT</pubDate>
    <dc:creator>JennaB2</dc:creator>
    <dc:date>2026-08-05T17:37:39Z</dc:date>
    <item>
      <title>Troubleshooting Urban Surface Watershed Delineation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/troubleshooting-urban-surface-watershed/m-p/1718749#M104234</link>
      <description>&lt;P&gt;I am trying to run a city-wide analysis to define the stormwater catchments using the DEM and catchbasins only, as we are looking at just surface runoff watersheds and also don't have access to the stormwater infrastructure pipe network.&lt;BR /&gt;&lt;BR /&gt;I am seeing this anomaly where there are long straight lines at certain points throughout the city (see left side in the screenshot), but in other areas, the watersheds output looks as expected.&amp;nbsp; I am using the following workflow with Spatial Analyst tools:&lt;BR /&gt;&lt;BR /&gt;1. Fill&lt;BR /&gt;2. Flow Direction&lt;BR /&gt;3. Flow Accumulation&lt;BR /&gt;4. Snap Pour Points (Catch Basin locations)&lt;BR /&gt;5. Watershed&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JennaB2_0-1785951174215.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/156321i891A0339B123BE0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JennaB2_0-1785951174215.png" alt="JennaB2_0-1785951174215.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any insights on how best to troubleshoot this is much appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 17:37:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/troubleshooting-urban-surface-watershed/m-p/1718749#M104234</guid>
      <dc:creator>JennaB2</dc:creator>
      <dc:date>2026-08-05T17:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Urban Surface Watershed Delineation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/troubleshooting-urban-surface-watershed/m-p/1719865#M104319</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;Those long, straight “cuts” are almost always coming from the&amp;nbsp;DEM/flow-direction surface and raster alignment, not from Watershed itself. In an urban DEM with D8 flow routing, small artifacts (flats, embankments, resampling seams) can produce very straight drainage divides.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Here are some steps you can try (in order):&lt;/FONT&gt;&lt;/P&gt;&lt;H2&gt;&lt;FONT size="3"&gt;1) Verify raster alignment environments for&amp;nbsp;&lt;EM&gt;every&lt;/EM&gt;&amp;nbsp;tool&lt;/FONT&gt;&lt;/H2&gt;&lt;P&gt;&lt;FONT size="3"&gt;In&amp;nbsp;Geoprocessing Environments&amp;nbsp;for Fill, Flow Direction, Flow Accumulation, Snap Pour Point, and Watershed, set consistently:&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="3"&gt;Snap Raster&amp;nbsp;= your DEM&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="3"&gt;Cell Size&amp;nbsp;= Same as DEM&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="3"&gt;Processing Extent&amp;nbsp;= Same for all steps (often “Same as DEM”)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="3"&gt;(Optional)&amp;nbsp;Mask&amp;nbsp;= your city boundary (to prevent edge effects)&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT size="3"&gt;Misalignment/resampling between steps is a common reason for straight-line artifacts.&lt;/FONT&gt;&lt;/P&gt;&lt;H2&gt;&lt;FONT size="3"&gt;2) Diagnose whether the lines are in Flow Direction (they usually are)&lt;/FONT&gt;&lt;/H2&gt;&lt;P&gt;&lt;FONT size="3"&gt;Symbolize/inspect the&amp;nbsp;Flow Direction&amp;nbsp;raster. If you see directional “seams” or large uniform patches, the watershed boundaries will reflect them.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Background: Watershed delineation is based on Flow Direction + pour points:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/3.5/tool-reference/spatial-analyst/how-watershed-works.htm" target="_blank" rel="noopener noreferrer"&gt;How Watershed works—ArcGIS Pro&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;H2&gt;&lt;FONT size="3"&gt;3) Tune Snap Pour Point (distance matters a lot)&lt;/FONT&gt;&lt;/H2&gt;&lt;P&gt;&lt;FONT size="3"&gt;Snap Pour Point moves your catch basins to the highest flow accumulation cell within the snap distance; too small = not snapping onto a real drainage path, too large = snapping across a divide into a different drainage path.&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="3"&gt;Confirm snapped points land on the intended “drainage lines” in the Flow Accumulation raster.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="3"&gt;Reference:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/3.6/tool-reference/spatial-analyst/watershed.htm" target="_blank" rel="noopener noreferrer"&gt;Watershed tool&lt;/A&gt;,&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/3.5/help/analysis/raster-functions/snap-pour-point-function.htm" target="_blank" rel="noopener noreferrer"&gt;Snap Pour Point function&lt;/A&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;&lt;FONT size="3"&gt;4) Consider DEM conditioning for urban barriers/flats&lt;/FONT&gt;&lt;/H2&gt;&lt;P&gt;&lt;FONT size="3"&gt;Road crowns/berms, bridges/culverts, and lidar artifacts create unrealistic divides (often straight). Fill helps with sinks, but it won’t solve barriers/culverts.&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="3"&gt;Esri’s hydrology workflow starts with Fill to address sinks:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/3.5/tool-reference/spatial-analyst/hydrologic-analysis-sample-applications.htm" target="_blank" rel="noopener noreferrer"&gt;Hydrologic analysis sample applications&lt;/A&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;&lt;FONT size="3"&gt;5) Check DEM resolution and vertical quality&lt;/FONT&gt;&lt;/H2&gt;&lt;P&gt;&lt;FONT size="3"&gt;If your DEM is coarse relative to curb-to-curb drainage, D8 routing can create grid-aligned divides that look like straight lines.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2026 16:11:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/troubleshooting-urban-surface-watershed/m-p/1719865#M104319</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2026-08-11T16:11:21Z</dc:date>
    </item>
  </channel>
</rss>

