<?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: Raster Intersect/Union in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1108272#M46808</link>
    <description>&lt;P&gt;Thank you I will try that now! And I said two layers for simplicities sake... There are actually quite a few layers going on unfortunately!&lt;/P&gt;</description>
    <pubDate>Sun, 17 Oct 2021 22:40:01 GMT</pubDate>
    <dc:creator>GraceManks</dc:creator>
    <dc:date>2021-10-17T22:40:01Z</dc:date>
    <item>
      <title>Raster Intersect/Union</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1108258#M46802</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with raster for the first time. For an assignment, we need to create two raster layers and find the areas that do not overlap.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we used vector data, we could union and intersect the areas in order to find this out. I was wondering if there are equivalent tools for raster that I could use to achieve the same outcome?&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 20:51:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1108258#M46802</guid>
      <dc:creator>GraceManks</dc:creator>
      <dc:date>2021-10-17T20:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Intersect/Union</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1108267#M46804</link>
      <description>&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/conditional-evaluation-with-con.htm" target="_blank"&gt;Conditional evaluation with Con—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The key is to set the analysis extent through the Environments tab to the combined extent (union) of both rasters.&amp;nbsp; If both rasters overlap assign them a value of 1 otherwise 0&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 21:57:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1108267#M46804</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-10-17T21:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Intersect/Union</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1108269#M46805</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have now set the extent to union of inputs! Thank you!&lt;/P&gt;&lt;P&gt;If I had a layer called "total_land", and the overlapping areas I want to remove from it are called "town_distance" and "lake_distance", would I use do outras="total_land"-("town_distance"+"lake_distance") or is there a conditional equation I should be using instead?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've never used conditional before so am finding it quite confusing!&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 22:21:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1108269#M46805</guid>
      <dc:creator>GraceManks</dc:creator>
      <dc:date>2021-10-17T22:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Intersect/Union</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1108270#M46806</link>
      <description>&lt;P&gt;You said you had two raster layers,&amp;nbsp; Is one total_land ? and is town_distance and lake_distance two other rasters or just one?&lt;/P&gt;&lt;P&gt;Conditional statements are just logic.&amp;nbsp; If town_distance or lake_distance (TD_LD) has a value ( eg.&amp;nbsp; &amp;gt; 0, assuming 0 is the smallest value) and total_land has a value (eg &amp;gt; 0, again assuming 0 is the smallest value), then&lt;/P&gt;&lt;P&gt;if ....&amp;nbsp; (total_land &amp;gt; 0) and (TD_LD &amp;gt; 0), do this if True, do this if False)&amp;nbsp;&lt;/P&gt;&lt;P&gt;ergo&lt;/P&gt;&lt;P&gt;Con((total_land &amp;gt; 0) and (TD_LD &amp;gt; 0), 1, 0)&lt;/P&gt;&lt;P&gt;0 is the areas that don't overlap.&amp;nbsp; This is why it is important to set the analysis extent to the union of both rasters.&amp;nbsp; Another snag, is nodata values in either raster... I would reclass nodata to some value prior to applying Con ... longish story, but think on it)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 22:32:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1108270#M46806</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-10-17T22:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Intersect/Union</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1108272#M46808</link>
      <description>&lt;P&gt;Thank you I will try that now! And I said two layers for simplicities sake... There are actually quite a few layers going on unfortunately!&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 22:40:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1108272#M46808</guid>
      <dc:creator>GraceManks</dc:creator>
      <dc:date>2021-10-17T22:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Intersect/Union</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1108273#M46809</link>
      <description>&lt;P&gt;Also check this out in Raster Calculator&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;Con((IsNull( "image1.tif") &amp;amp; IsNull("image2.tif")),0,(Con((IsNull ( "image1.tif") | IsNull("image2.tif")),1,2)))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Replace image1.tif and image2.tif with your raster file names.&lt;/P&gt;&lt;P&gt;In the resulting raster, ignore the cells with value 0.&lt;/P&gt;&lt;P&gt;Cells with Value 1 are the ones where overlapping cells of any one of the two layers is Null.&lt;/P&gt;&lt;P&gt;Value 2 indicates both the overlapping cells are not Null.&lt;/P&gt;&lt;P&gt;You could open the attribute table to see the count of cells in each value.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 01:04:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1108273#M46809</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-10-18T01:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Intersect/Union</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1115565#M47710</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Kırmızı kare test alanlarının altında bir raster dosyası var. &lt;/FONT&gt;&lt;FONT&gt;Raster dosyasında siyah mı yoksa yeşil mi olduğunu daha fazla bilmek istiyorum.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;SPAN class=""&gt;&lt;FONT&gt;&lt;FONT&gt;insect komutunu çalıştıramıyorum. &lt;/FONT&gt;&lt;FONT&gt;Nasıl yapabilirim?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 11:15:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1115565#M47710</guid>
      <dc:creator>SafaÜzümcü</dc:creator>
      <dc:date>2021-11-10T11:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Intersect/Union</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1115569#M47711</link>
      <description>&lt;P&gt;There is a raster file under the red square test areas. I would like to know more if it is black or green in the raster file. I can't run the insersect command. How can I do it?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 11:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/raster-intersect-union/m-p/1115569#M47711</guid>
      <dc:creator>SafaÜzümcü</dc:creator>
      <dc:date>2021-11-10T11:20:58Z</dc:date>
    </item>
  </channel>
</rss>

