<?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: How to extract a bigger raster with a smaller raster in the way that the bigger raster has NoData where the smaller raster cells are? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-a-bigger-raster-with-a-smaller/m-p/291272#M4100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background: white;"&gt;Okay, I fixed the problem by using the ModelBuilder and set the bigger raster as environments for extent, snap and mask.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2016 09:12:23 GMT</pubDate>
    <dc:creator>JuttaSchiller</dc:creator>
    <dc:date>2016-09-29T09:12:23Z</dc:date>
    <item>
      <title>How to extract a bigger raster with a smaller raster in the way that the bigger raster has NoData where the smaller raster cells are?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-a-bigger-raster-with-a-smaller/m-p/291267#M4095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to extract a bigger raster with a smaller raster in the way that the bigger raster has NoData where the smaller raster cells are?&lt;/P&gt;&lt;P&gt;I want to extract the raster cells from a big raster with the raster cells from a smaller raster which is overlapping with the bigger raster. Unfortunately, I cannot find a tool for that in ArcMap 10.3.1, but is there a way to do it? I do not want to subtract the values, but there should be noData in the new bigger raster where the bigger raster is overlapping with the smaller raster, like a hole in the bigger raster with the extent of the smaller one. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/235713_rasterextract.png" style="width: 620px; height: 167px;" /&gt;&lt;/P&gt;&lt;P&gt;I tried this:&lt;/P&gt;&lt;P&gt;Con(IsNull("smaller"),"bigger","bigger" == "smaller")&lt;/P&gt;&lt;P&gt;&amp;nbsp;But I really need to put the values from the smaller raster extension into noData in the new raster.&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 14:15:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-a-bigger-raster-with-a-smaller/m-p/291267#M4095</guid>
      <dc:creator>JuttaSchiller</dc:creator>
      <dc:date>2016-09-28T14:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a bigger raster with a smaller raster in the way that the bigger raster has NoData where the smaller raster cells are?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-a-bigger-raster-with-a-smaller/m-p/291268#M4096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/setting-cell-values-to-nodata-with-setnull.htm"&gt;setnull&lt;/A&gt;&amp;nbsp;and &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/set-null.htm"&gt;setnull the tool&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 14:30:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-a-bigger-raster-with-a-smaller/m-p/291268#M4096</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-28T14:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a bigger raster with a smaller raster in the way that the bigger raster has NoData where the smaller raster cells are?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-a-bigger-raster-with-a-smaller/m-p/291269#M4097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You were very close, try :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Con(IsNull("smaller"),"bigger", "smaller")&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 15:05:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-a-bigger-raster-with-a-smaller/m-p/291269#M4097</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-09-28T15:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a bigger raster with a smaller raster in the way that the bigger raster has NoData where the smaller raster cells are?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-a-bigger-raster-with-a-smaller/m-p/291270#M4098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or if you actually want the hole...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Con(IsNull("smaller"),"bigger", SetNull("smaller"))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 15:06:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-a-bigger-raster-with-a-smaller/m-p/291270#M4098</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-09-28T15:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a bigger raster with a smaller raster in the way that the bigger raster has NoData where the smaller raster cells are?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-a-bigger-raster-with-a-smaller/m-p/291271#M4099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool, thank you! This is working: &lt;SPAN style="background: white;"&gt;Con(IsNull("smaller"),"bigger", "smaller"), using 9999 as value for the smaller raster, than the tool ‘int’ and the tool ‘extract by attributes’. But there is another big problem now: The extension of the bigger raster is the same than the extension of the smaller raster. How can I fix this? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white;"&gt;Thanks for responding &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 08:59:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-a-bigger-raster-with-a-smaller/m-p/291271#M4099</guid>
      <dc:creator>JuttaSchiller</dc:creator>
      <dc:date>2016-09-29T08:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a bigger raster with a smaller raster in the way that the bigger raster has NoData where the smaller raster cells are?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-a-bigger-raster-with-a-smaller/m-p/291272#M4100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background: white;"&gt;Okay, I fixed the problem by using the ModelBuilder and set the bigger raster as environments for extent, snap and mask.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 09:12:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-a-bigger-raster-with-a-smaller/m-p/291272#M4100</guid>
      <dc:creator>JuttaSchiller</dc:creator>
      <dc:date>2016-09-29T09:12:23Z</dc:date>
    </item>
  </channel>
</rss>

