<?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: Extending an existing raster extent. in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521557#M29666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found an easy way to do this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Start ArcMap with the raster layer that is too small&lt;/LI&gt;&lt;LI&gt;Set the extent of the data frame to what you would like the output raster to be&lt;/LI&gt;&lt;LI&gt;Right-click on the small raster &amp;gt; Data &amp;gt; Export Data&lt;/LI&gt;&lt;LI&gt;In the Export Raster Data dialog, make sure Extent is set to Data Frame (Current)&lt;/LI&gt;&lt;LI&gt;Et voila.&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2016 20:43:17 GMT</pubDate>
    <dc:creator>MeToo</dc:creator>
    <dc:date>2016-07-06T20:43:17Z</dc:date>
    <item>
      <title>Extending an existing raster extent.</title>
      <link>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521549#M29658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If have a raster which covers part of the globe (say [-180,180] longitude and [-53, 85] latitude), that I want to use in map algebra computations with other rasters that are global. For the reduced raster not to reduce the extent of the output of these computations, it seems to me that I have to replace its NoData pixels with values, as well as to extend it so it covers the whole globe. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I can reclassify the NoData (to 0 or to the global average), but I still have a reduced extent. I created a constant value raster that covers the globe and I was hoping to find a way to combine them, but I have not been very successful so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Could anybody tell me how to proceed (using the toolbox if possible, and not "edition by hand")?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you and best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cedric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 01:34:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521549#M29658</guid>
      <dc:creator>CedricWannaz</dc:creator>
      <dc:date>2010-04-15T01:34:22Z</dc:date>
    </item>
    <item>
      <title>Extending an existing raster extent</title>
      <link>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521550#M29659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Cedric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully I understand this correctly.&amp;nbsp; It sounds like the raster with the smaller extent doesn't even have NoData pixels that would make it have a global extent which is why you are seeing a minimized extent returned on your computations.&amp;nbsp; To create these NoData pixels, set the analysis extent (SA toolbar &amp;gt; Options &amp;gt; Extent tab) to be one of your global rasters.&amp;nbsp; In the raster calculator simply evaluate your non global extent raster.&amp;nbsp; The result should look identical to the original but have lots of NoData pixels now and a global extent.&amp;nbsp; You can confirm by displaying NoData pixels as a particular color on the symbology tab.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From here you can do a few things.&amp;nbsp; One, continue your computations but embed a Con(IsNull)) type statement in your expression.&amp;nbsp; Essentially what I'm saying is, where your formerly non global extent raster contains NoData (null), do one calculation, where it is not null, do some other calculation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't like that approach, you can reclassify NoData to be 0 like you suggested in your initial post.&amp;nbsp; This is assuming values of 0 won't impact your computations.&amp;nbsp; We wouldn't want you to multiply or divide by 0 probably. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you�??re not comfortable with the raster calculator you can use the Copy Raster GP tool and set the output extent in the environments equal to one of your global rasters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 21:15:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521550#M29659</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2010-04-23T21:15:25Z</dc:date>
    </item>
    <item>
      <title>Extending an existing raster extent.</title>
      <link>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521551#M29660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you very much for your answer and sorry for not having reacted earlier. I will follow your advices and update this message right after.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cedric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 00:46:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521551#M29660</guid>
      <dc:creator>CedricWannaz</dc:creator>
      <dc:date>2010-04-28T00:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extending an existing raster extent</title>
      <link>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521552#M29661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to do basically the same thing (extend the extent of one of my rasters to match the extent of a larger raster, by adding no data pixels). I have tried to copy the raster and set the extent to my global raster but I always get an error message. If I set the extent spatial analyst, what do I need to enter into the raster calculator to evaluate the raster to have the new extent?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 14:26:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521552#M29661</guid>
      <dc:creator>SamuelGeorgian</dc:creator>
      <dc:date>2011-04-29T14:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extending an existing raster extent.</title>
      <link>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521553#M29662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Spatial Analyst, Input Raster + 0 is basically the same as copying the raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 15:15:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521553#M29662</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-05-03T15:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Extending an existing raster extent.</title>
      <link>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521554#M29663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;In Spatial Analyst, Input Raster + 0 is basically the same as copying the raster.&lt;BR /&gt;&lt;BR /&gt;Eric&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is all well and good, except that it does not work.&amp;nbsp; I set the extent to a larger area than my raster and the output just ignores that and reproduces the same raster with no expanded extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i cannot believe this is so hard.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 20:32:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521554#M29663</guid>
      <dc:creator>AaronKing</dc:creator>
      <dc:date>2013-07-31T20:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extending an existing raster extent.</title>
      <link>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521555#M29664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aaron,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How are you verifying the extent was not expanded?&amp;nbsp; You wouldn't notice just by displaying the output of "input +0".&amp;nbsp; You have to display NoData (symbology tab) as a color, or review the Extent tab in the layer properties to veryify the change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 15:20:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521555#M29664</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2013-08-01T15:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Extending an existing raster extent.</title>
      <link>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521556#M29665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is still not working for me.&lt;/P&gt;&lt;P&gt;I have set the extent of the raster layer to that of a larger one; have the display the NoData turned on via the Layer Properties dialog. It shows an extended area, but when I try to generate a new raster with the maximum values from the small raster and correct size raster via &lt;SPAN style="color: #404040; font-family: 'Courier New'; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;CellStatistics&lt;/SPAN&gt;, the result raster has the extent of my small raster and not of the larger one, which is what I need.&lt;SPAN style="color: #404040; font-family: 'Courier New'; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have also experimented with the Con and IsNull tools, but no luck in expanding the small raster to the extent of the larger one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 19:29:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521556#M29665</guid>
      <dc:creator>MeToo</dc:creator>
      <dc:date>2016-07-06T19:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Extending an existing raster extent.</title>
      <link>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521557#M29666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found an easy way to do this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Start ArcMap with the raster layer that is too small&lt;/LI&gt;&lt;LI&gt;Set the extent of the data frame to what you would like the output raster to be&lt;/LI&gt;&lt;LI&gt;Right-click on the small raster &amp;gt; Data &amp;gt; Export Data&lt;/LI&gt;&lt;LI&gt;In the Export Raster Data dialog, make sure Extent is set to Data Frame (Current)&lt;/LI&gt;&lt;LI&gt;Et voila.&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 20:43:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521557#M29666</guid>
      <dc:creator>MeToo</dc:creator>
      <dc:date>2016-07-06T20:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extending an existing raster extent.</title>
      <link>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521558#M29667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, since my posting, I found out that it wasn't as simple as "Et voila" because of what I believe is a bug in ArcMap 10.3. For some rasters, the Export Raster Data dialog changes the extent that was set manually to the data frame (by zooming in ArcMap). In my case, it only considered about half the height of the data frame extent! My workaround: zoom far out enough and then export the raster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After enlarging the raster beyond the extent that I needed (with NoData cells), I have tried to clip it back to a smaller area that I needed, but ArcMap had a problem there too. This data being mainly intermediary for my &lt;SPAN style="color: #404040; font-family: 'Courier New'; font-size: 10pt;"&gt;CellStatistics&lt;/SPAN&gt; calculations, it wasn't too much of a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 21:03:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521558#M29667</guid>
      <dc:creator>MeToo</dc:creator>
      <dc:date>2016-07-07T21:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extending an existing raster extent.</title>
      <link>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521559#M29668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;!@I had a similar problem with building out presence/absence (0/1) rasters to the same extent as a larger raster that I wanted to include in a Spatial Analyst Tools&amp;gt;Local&amp;gt;Combine analysis on, so after a lot of angst, came up with the following solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Set data frame to WGS84 and correct extent using View&amp;gt;Data frame Properties&amp;gt;Extent&amp;gt;Fixed Extent (enter values). Clip Options&amp;gt;Check Clip to shape &amp;gt;Specify shape&amp;gt;Custom Extent (enter desired values)&lt;/LI&gt;&lt;LI&gt;Created a graphic rectangle to the dimensions of raster with desired extent then converted to feature.&lt;/LI&gt;&lt;LI&gt;Used this in Data Management&amp;gt;Raster&amp;gt;Raster Properties&amp;gt;Calculate statistics to prepare the smaller area raster for reclassifying.&lt;/LI&gt;&lt;LI&gt;Reclassified (Spatial Analyst Tools&amp;gt;Reclass&amp;gt;Reclassify) Nodata as 0, Absence as 1, and Presence as 2.&lt;/LI&gt;&lt;LI&gt;Then Clipped (Data Management&amp;gt;Raster&amp;gt;Raster processing&amp;gt;Clip) to raster containing desired extent ("Maintain clipping extent" Checked, which adjusts the number of columns and rows and resample pixels so as to exactly match the clipping extent specified), which will populate the pixels out to the desired extent with NoData values (you can visualize them by coloring NoData in layer properties).&lt;/LI&gt;&lt;LI&gt;Then reclassify NoData and 1 to 0, and 2 to 1 to get a presence/absence raster of desired extent.&lt;/LI&gt;&lt;LI&gt;Then export as tif (you can check in Property the extent is correct before punching the save button)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Maybe not all the steps are necessary for your situation but it worked for me. The key is the Calculate statistics bit, which is apparently necessary for a lot of analysis and reclassifying tasks especially those involving NoData cells.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Des&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 10:34:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extending-an-existing-raster-extent/m-p/521559#M29668</guid>
      <dc:creator>DesmondFoley</dc:creator>
      <dc:date>2016-07-29T10:34:52Z</dc:date>
    </item>
  </channel>
</rss>

