<?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: Updating a subset of raster values using ArcMap in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/updating-a-subset-of-raster-values-using-arcmap/m-p/1069566#M2637</link>
    <description>&lt;P&gt;Subset by an area of interest (polygon) or by a range of values?&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jun 2021 20:08:57 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2021-06-17T20:08:57Z</dc:date>
    <item>
      <title>Updating a subset of raster values using ArcMap</title>
      <link>https://community.esri.com/t5/arcmap-questions/updating-a-subset-of-raster-values-using-arcmap/m-p/1069564#M2636</link>
      <description>&lt;P&gt;I have a source raster data set (tif file)&amp;nbsp; I want to select a subset (cells) of the source raster data, change the values of the selected cells and write the changes values again to the source raster.&lt;/P&gt;&lt;P&gt;How should I approach this in ArcMap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 20:05:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/updating-a-subset-of-raster-values-using-arcmap/m-p/1069564#M2636</guid>
      <dc:creator>ManishShrivastav</dc:creator>
      <dc:date>2021-06-17T20:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a subset of raster values using ArcMap</title>
      <link>https://community.esri.com/t5/arcmap-questions/updating-a-subset-of-raster-values-using-arcmap/m-p/1069566#M2637</link>
      <description>&lt;P&gt;Subset by an area of interest (polygon) or by a range of values?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 20:08:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/updating-a-subset-of-raster-values-using-arcmap/m-p/1069566#M2637</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-06-17T20:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a subset of raster values using ArcMap</title>
      <link>https://community.esri.com/t5/arcmap-questions/updating-a-subset-of-raster-values-using-arcmap/m-p/1069567#M2638</link>
      <description>&lt;P&gt;By Area of interest.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 20:20:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/updating-a-subset-of-raster-values-using-arcmap/m-p/1069567#M2638</guid>
      <dc:creator>ManishShrivastav</dc:creator>
      <dc:date>2021-06-17T20:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a subset of raster values using ArcMap</title>
      <link>https://community.esri.com/t5/arcmap-questions/updating-a-subset-of-raster-values-using-arcmap/m-p/1069572#M2639</link>
      <description>&lt;P&gt;1. Convert the &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/conversion-toolbox/polygon-to-raster.htm" target="_self"&gt;Polygon to Raster&lt;/A&gt;&amp;nbsp;. Keep the cell size same as the source raster. Also define &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/environments/snap-raster.htm" target="_self"&gt;snap Raster (Environment)&lt;/A&gt; as the source Raster.&lt;/P&gt;&lt;P&gt;2. Use &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/raster-calculator.htm" target="_blank" rel="noopener"&gt;Raster Calculator&lt;/A&gt; with a similar expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Con(IsNull("Raster2.tif"), "Raster1.tif", 0)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;replace "Raster1.tif" with the source Raster name&lt;/P&gt;&lt;P&gt;Raster2.tif with the subset raster name&lt;/P&gt;&lt;P&gt;and replace 0 with the desired constant value&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 20:29:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/updating-a-subset-of-raster-values-using-arcmap/m-p/1069572#M2639</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-06-17T20:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a subset of raster values using ArcMap</title>
      <link>https://community.esri.com/t5/arcmap-questions/updating-a-subset-of-raster-values-using-arcmap/m-p/1069665#M2640</link>
      <description>&lt;P&gt;Thanks a lot, this worked for me partially. But this creates a new raster masked by the polygon area, my need is that the changes should be made to the selected subset of cells in the original raster and get back the original raster along with the changed values such that the area that were not under the polygon should remain unchanged.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 02:14:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/updating-a-subset-of-raster-values-using-arcmap/m-p/1069665#M2640</guid>
      <dc:creator>ManishShrivastav</dc:creator>
      <dc:date>2021-06-18T02:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a subset of raster values using ArcMap</title>
      <link>https://community.esri.com/t5/arcmap-questions/updating-a-subset-of-raster-values-using-arcmap/m-p/1069671#M2641</link>
      <description>&lt;P&gt;Raster tools will usually create a new output. Use the above tools in a model builder along with &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/copy.htm" target="_self"&gt;Copy&lt;/A&gt; and &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/delete.htm" target="_self"&gt;Delete&lt;/A&gt; tools.&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Keep a backup&lt;/STRONG&gt; of your source raster before executing the workflow, since the Delete is permanent.&lt;/P&gt;&lt;P&gt;What value do you want to put for pixels falling in the subset area? What other deviation are you seeing from your desired result?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 02:53:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/updating-a-subset-of-raster-values-using-arcmap/m-p/1069671#M2641</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-06-18T02:53:12Z</dc:date>
    </item>
  </channel>
</rss>

