<?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: Batch clip multiple rasters using one shp file??? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/batch-clip-multiple-rasters-using-one-shp-file/m-p/495297#M28119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andrew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Put the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000009n000000"&gt;Clip&lt;/A&gt;&lt;SPAN&gt; tool in a model, and use the&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00400000000z000000.htm"&gt; Iterate Rasters&lt;/A&gt;&lt;SPAN&gt; tool to loop through the input scenes and have them all clipped to the same shapefile geometry.&amp;nbsp; The Iterate Rasters tool has two outputs: Output Raster and Name, which could be used as &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Examples_of_inline_model_variable_substitution/002w0000005w000000/"&gt;in-line variable &lt;/A&gt;&lt;SPAN&gt;%Name% in other tools (mainly Clip for your case).&amp;nbsp; This is how you get the sequentially named outputs you desire.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2011 15:46:51 GMT</pubDate>
    <dc:creator>EricRice</dc:creator>
    <dc:date>2011-10-20T15:46:51Z</dc:date>
    <item>
      <title>Batch clip multiple rasters using one shp file???</title>
      <link>https://community.esri.com/t5/data-management-questions/batch-clip-multiple-rasters-using-one-shp-file/m-p/495296#M28118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I am looking for an efficient way of clipping around 60 MODIS scenes (or general raster cutting) using one polygon without having to do it on a singular basis which will take a while. I will also need to automatically name the subset images sequentially. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas would be appreciated,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 19:30:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/batch-clip-multiple-rasters-using-one-shp-file/m-p/495296#M28118</guid>
      <dc:creator>AndrewRevill1</dc:creator>
      <dc:date>2011-10-19T19:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Batch clip multiple rasters using one shp file???</title>
      <link>https://community.esri.com/t5/data-management-questions/batch-clip-multiple-rasters-using-one-shp-file/m-p/495297#M28119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andrew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Put the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000009n000000"&gt;Clip&lt;/A&gt;&lt;SPAN&gt; tool in a model, and use the&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00400000000z000000.htm"&gt; Iterate Rasters&lt;/A&gt;&lt;SPAN&gt; tool to loop through the input scenes and have them all clipped to the same shapefile geometry.&amp;nbsp; The Iterate Rasters tool has two outputs: Output Raster and Name, which could be used as &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Examples_of_inline_model_variable_substitution/002w0000005w000000/"&gt;in-line variable &lt;/A&gt;&lt;SPAN&gt;%Name% in other tools (mainly Clip for your case).&amp;nbsp; This is how you get the sequentially named outputs you desire.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 15:46:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/batch-clip-multiple-rasters-using-one-shp-file/m-p/495297#M28119</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-10-20T15:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Batch clip multiple rasters using one shp file???</title>
      <link>https://community.esri.com/t5/data-management-questions/batch-clip-multiple-rasters-using-one-shp-file/m-p/495298#M28120</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;Many thanks for your reply. Your instructions sound straight-forward, however I am using ArcGIS 9.3 and don't have the Iterative Raster tool. I am new to the ModelBuilder, is there anything else that you can suggest?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 08:03:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/batch-clip-multiple-rasters-using-one-shp-file/m-p/495298#M28120</guid>
      <dc:creator>AndrewRevill1</dc:creator>
      <dc:date>2011-10-21T08:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Batch clip multiple rasters using one shp file???</title>
      <link>https://community.esri.com/t5/data-management-questions/batch-clip-multiple-rasters-using-one-shp-file/m-p/495299#M28121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Iterators are only available in ArcGIS 10.0.&amp;nbsp; Pre 10.0, you can right click on the tool and select Batch.&amp;nbsp; The other option is to write a loop in Python.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00210000000w000000.htm"&gt;A quick tour of batch processing&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 14:59:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/batch-clip-multiple-rasters-using-one-shp-file/m-p/495299#M28121</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-10-24T14:59:24Z</dc:date>
    </item>
  </channel>
</rss>

