<?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: Reverse Clip (donut) With Raster Data in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/reverse-clip-donut-with-raster-data/m-p/1117339#M47891</link>
    <description>&lt;P&gt;That worked great. Thank you.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Nov 2021 17:22:38 GMT</pubDate>
    <dc:creator>ParkGIS307</dc:creator>
    <dc:date>2021-11-16T17:22:38Z</dc:date>
    <item>
      <title>Reverse Clip (donut) With Raster Data</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/reverse-clip-donut-with-raster-data/m-p/1117065#M47859</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a DEM file I am working with. I want to take a polygon of a water body and remove those elevations from the elevation dataset.&amp;nbsp; What I want to do would be similar to the erase tool but instead of vector data I am working with raster. The DEM file would look something similar to a donut after this. So far I have come up empty-handed as I try to figure this out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how to do this or know of a work-around?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 23:29:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/reverse-clip-donut-with-raster-data/m-p/1117065#M47859</guid>
      <dc:creator>ParkGIS307</dc:creator>
      <dc:date>2021-11-15T23:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Clip (donut) With Raster Data</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/reverse-clip-donut-with-raster-data/m-p/1117088#M47860</link>
      <description>&lt;P&gt;convert the polygon to a raster using the same extent, cell size and alignment etc.&lt;/P&gt;&lt;P&gt;You can use the Con tool in arctoolbox to remove the elevations in the water body&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/con-.htm" target="_blank"&gt;Con (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Con("Lake", "Elev", 0)&amp;nbsp; # if you want to set the value to 0&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/setting-cell-values-to-nodata-with-setnull.htm" target="_blank"&gt;Setting values to NoData with Set Null—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SetNull("Lake"&lt;/SPAN&gt;&lt;SPAN&gt;, "Elev")&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 01:34:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/reverse-clip-donut-with-raster-data/m-p/1117088#M47860</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-11-16T01:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Clip (donut) With Raster Data</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/reverse-clip-donut-with-raster-data/m-p/1117131#M47866</link>
      <description>&lt;P&gt;You could use&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/raster-functions/clip-function.htm" target="_blank"&gt;&lt;STRONG&gt;Clip function&lt;/STRONG&gt;—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clip Type: &lt;STRONG&gt;Inside&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 06:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/reverse-clip-donut-with-raster-data/m-p/1117131#M47866</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-11-16T06:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Clip (donut) With Raster Data</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/reverse-clip-donut-with-raster-data/m-p/1117291#M47883</link>
      <description>&lt;P&gt;Where are you using the clip type options for inside or outside? This is the raster clip function but I do not see that option for outside/inside.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 15:53:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/reverse-clip-donut-with-raster-data/m-p/1117291#M47883</guid>
      <dc:creator>ParkGIS307</dc:creator>
      <dc:date>2021-11-16T15:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Clip (donut) With Raster Data</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/reverse-clip-donut-with-raster-data/m-p/1117311#M47887</link>
      <description>&lt;P&gt;Please ensure you are using Clip function (not Clip Geoprocessing tool).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_0-1637079233568.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27525i3D5BED7657FBDA52/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_0-1637079233568.png" alt="JayantaPoddar_0-1637079233568.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_1-1637079279955.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27526iEF53F8A02DFA70E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_1-1637079279955.png" alt="JayantaPoddar_1-1637079279955.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_2-1637079424905.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27527iA2FF776DE57BF9FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_2-1637079424905.png" alt="JayantaPoddar_2-1637079424905.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 16:17:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/reverse-clip-donut-with-raster-data/m-p/1117311#M47887</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-11-16T16:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Clip (donut) With Raster Data</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/reverse-clip-donut-with-raster-data/m-p/1117339#M47891</link>
      <description>&lt;P&gt;That worked great. Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 17:22:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/reverse-clip-donut-with-raster-data/m-p/1117339#M47891</guid>
      <dc:creator>ParkGIS307</dc:creator>
      <dc:date>2021-11-16T17:22:38Z</dc:date>
    </item>
  </channel>
</rss>

