<?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: Adding and Subtracting Rasters not working in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/adding-and-subtracting-rasters-not-working/m-p/1128536#M49321</link>
    <description>&lt;P&gt;Dear Jayanta:&lt;/P&gt;&lt;P&gt;Thank you a ton for the suggestion. I tried it and puff! It worked.&lt;/P&gt;&lt;P&gt;Sincerely.&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
    <pubDate>Thu, 23 Dec 2021 02:22:48 GMT</pubDate>
    <dc:creator>jamosheim25</dc:creator>
    <dc:date>2021-12-23T02:22:48Z</dc:date>
    <item>
      <title>Adding and Subtracting Rasters not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/adding-and-subtracting-rasters-not-working/m-p/1127067#M49135</link>
      <description>&lt;P&gt;Hi All:&lt;/P&gt;&lt;P&gt;I am having a tizzy with what I thought would be a simple raster operation. Here's the thing:&lt;/P&gt;&lt;P&gt;I have a relatively small raster call it Map1 300 MB&lt;/P&gt;&lt;P&gt;I have a shapefiles mask that I used to clip parts of MAP1 - worked ok, call it Clip1&lt;/P&gt;&lt;P&gt;I need to "zero" the clipped areas (Clip1) in MAP1&lt;/P&gt;&lt;P&gt;When I do&lt;/P&gt;&lt;P&gt;Map1 minus Clip1 I get only the "zero" areas of Clip1 in Map1, the rest of Map1 does not show, Result1&lt;/P&gt;&lt;P&gt;Fork checking I did Map1 plus (-Clip1) got same result as above&lt;/P&gt;&lt;P&gt;Also I did Map1 plus Clip1 and got a few scattered points only which was kind of strange&lt;/P&gt;&lt;P&gt;I am able to multiply and divide by a constant in MAP1&lt;/P&gt;&lt;P&gt;I checked the projections, elevation settings, datum, and other and they "seem" ok.&lt;/P&gt;&lt;P&gt;I have no clue why this is happening.&lt;/P&gt;&lt;P&gt;Any thoughts? See attached pics.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Map1" style="width: 866px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/29919i689DF7BB60A57F76/image-size/large?v=v2&amp;amp;px=999" role="button" title="MAP1_purple.PNG" alt="Map1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Map1&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip1" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/29920i00C1DF0B455B35CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip1.PNG" alt="Clip1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Clip1&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Results" style="width: 962px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/29921i13BC2393E544A468/image-size/large?v=v2&amp;amp;px=999" role="button" title="Result1.PNG" alt="Results" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Results&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;John Mosheim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 07:45:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/adding-and-subtracting-rasters-not-working/m-p/1127067#M49135</guid>
      <dc:creator>jamosheim25</dc:creator>
      <dc:date>2021-12-17T07:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding and Subtracting Rasters not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/adding-and-subtracting-rasters-not-working/m-p/1127093#M49136</link>
      <description>&lt;P&gt;Try out the following expression using &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/raster-calculator.htm" target="_self"&gt;Raster Calculator&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;Con(IsNull("CLIP1"), "MAP1",0)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 09:53:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/adding-and-subtracting-rasters-not-working/m-p/1127093#M49136</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-12-17T09:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding and Subtracting Rasters not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/adding-and-subtracting-rasters-not-working/m-p/1127100#M49137</link>
      <description>&lt;P&gt;In the Environments parameter of the tool, what did you set the Extent too?&amp;nbsp; That will control what area on the raster is returned.&amp;nbsp; You can set the extent to include the larger or smaller or intersection of the two inputs&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 10:42:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/adding-and-subtracting-rasters-not-working/m-p/1127100#M49137</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-12-17T10:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adding and Subtracting Rasters not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/adding-and-subtracting-rasters-not-working/m-p/1128533#M49320</link>
      <description>&lt;P&gt;Dan:&lt;/P&gt;&lt;P&gt;Thank you for your suggesting.&lt;/P&gt;&lt;P&gt;I modified the environment but still got non forested areas as a result. Thank you very much for responding to my request.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 02:17:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/adding-and-subtracting-rasters-not-working/m-p/1128533#M49320</guid>
      <dc:creator>jamosheim25</dc:creator>
      <dc:date>2021-12-23T02:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding and Subtracting Rasters not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/adding-and-subtracting-rasters-not-working/m-p/1128536#M49321</link>
      <description>&lt;P&gt;Dear Jayanta:&lt;/P&gt;&lt;P&gt;Thank you a ton for the suggestion. I tried it and puff! It worked.&lt;/P&gt;&lt;P&gt;Sincerely.&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 02:22:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/adding-and-subtracting-rasters-not-working/m-p/1128536#M49321</guid>
      <dc:creator>jamosheim25</dc:creator>
      <dc:date>2021-12-23T02:22:48Z</dc:date>
    </item>
  </channel>
</rss>

