<?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: Using extents in modelbuilder in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/using-extents-in-modelbuilder/m-p/70371#M2505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;check image forum1.png for the extents same as input raster + using an iterator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check image forum2.png for extents defines by you +using a list&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Nov 2011 17:15:27 GMT</pubDate>
    <dc:creator>ShitijMehta</dc:creator>
    <dc:date>2011-11-04T17:15:27Z</dc:date>
    <item>
      <title>Using extents in modelbuilder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/using-extents-in-modelbuilder/m-p/70368#M2502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a set of rasters that represent different regions. I want to run the same set of geoprocessing tasks on each raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In modelbuilder, you can use a list of files as input to a geoprocessing task and associate each one with a different output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can do that bit fine. My problem is that each output raster needs to have a specific extent. I can set the extent environment variable, for each process, to be a list that contains the different extents I require, but when I run the model, everything just defaults to the first extent in the list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I doing something wrong? Am I trying to do something that can't be done?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or should this approach work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for any ideas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy Hulbert&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;British Geological Survey&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 07:52:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/using-extents-in-modelbuilder/m-p/70368#M2502</guid>
      <dc:creator>AndyHulbert</dc:creator>
      <dc:date>2010-09-29T07:52:24Z</dc:date>
    </item>
    <item>
      <title>ESRI SUPPORT SHOUT! - Using extents in modelbuilder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/using-extents-in-modelbuilder/m-p/70369#M2503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Andy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you ever solve this?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having the same/similar issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Specifically, I'm using a list of shapes as the mask(s) for interpolation, but a matching list of extents simply defaults to the first one in the list when the model is run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One possible solution may lie in using "in-line variable substitution" - listing the extents and setting the mask variable equal to the extent "shape" somehow.&amp;nbsp; Will re-post if successful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 15:22:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/using-extents-in-modelbuilder/m-p/70369#M2503</guid>
      <dc:creator>StephenColon</dc:creator>
      <dc:date>2010-11-19T15:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using extents in modelbuilder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/using-extents-in-modelbuilder/m-p/70370#M2504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am also having this problem and have not found a solution. I am converting a Terrain to a Raster in an interated model and need the extent of the output Raster to be the same as a shapefile. Like Andy, it works for the first extent, but for some reason the extent never updates as each iteration is run. Really frustrating!!! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any solutions or work arounds? I have no problems with any other tool, variable, or parameter using iterators, but this is an important component to me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2011 19:34:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/using-extents-in-modelbuilder/m-p/70370#M2504</guid>
      <dc:creator>BondHarper</dc:creator>
      <dc:date>2011-10-30T19:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using extents in modelbuilder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/using-extents-in-modelbuilder/m-p/70371#M2505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;check image forum1.png for the extents same as input raster + using an iterator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check image forum2.png for extents defines by you +using a list&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 17:15:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/using-extents-in-modelbuilder/m-p/70371#M2505</guid>
      <dc:creator>ShitijMehta</dc:creator>
      <dc:date>2011-11-04T17:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using extents in modelbuilder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/using-extents-in-modelbuilder/m-p/70372#M2506</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;&amp;nbsp;&amp;nbsp; I found this thread because I am having a similar issue trying to use extents in Modelbuilder.&amp;nbsp; I have looked at the examples posted, but I'm wondering if for my case there may be an easier solution.&amp;nbsp; I have a set of rasters that should each represent a 1 x 1 degree cell.&amp;nbsp; I could use a list to denote each extent, as noted in the example, but I may have several thousand rasters to work with.&amp;nbsp; Since I know each output should be exactly 1 x 1 degree, is there a way within modelbuilder, or a Python script, to set the processing extent to be 1x1 degree each time? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Abby&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 13:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/using-extents-in-modelbuilder/m-p/70372#M2506</guid>
      <dc:creator>AbgailGleason</dc:creator>
      <dc:date>2014-04-07T13:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using extents in modelbuilder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/using-extents-in-modelbuilder/m-p/70373#M2507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did anyone solve this issue? I am using a model to run hotspot analysis for each of 52 districts. I would like to specify the processing extent (raster analysis mask) for the density surface output for each district rather than the default convex hull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;harry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 10:26:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/using-extents-in-modelbuilder/m-p/70373#M2507</guid>
      <dc:creator>HarryMoultrie</dc:creator>
      <dc:date>2018-04-12T10:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using extents in modelbuilder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/using-extents-in-modelbuilder/m-p/70374#M2508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the exact same problem. Thank you very much to post a workaround to the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ESRI is most disappointing for not fixing this bug. This bug has been around for as long model builder exists. It should be a really easy fix yet they don't bother.. #monopoly #coorporategreed #ESRIsucks&lt;/P&gt;&lt;P&gt;I wish I had never gotten addicted ArcMap and that qGIS had been around earlier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2019 08:38:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/using-extents-in-modelbuilder/m-p/70374#M2508</guid>
      <dc:creator>JohannesHachmann1</dc:creator>
      <dc:date>2019-11-28T08:38:48Z</dc:date>
    </item>
  </channel>
</rss>

