<?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: raster clip for multiple geotiffs in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/raster-clip-for-multiple-geotiffs/m-p/682550#M52855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Topic appears to be duplicated &lt;A href="https://community.esri.com/message/570337"&gt;help with script to clip or trim collars from USGS quads...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom, in the future, to cross post, you can just tag a space using the @ and the space name, e.g. &lt;A href="https://community.esri.com/space/2161"&gt;Imagery and Remote Sensing&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other thread has more info....you might want to delete this one (&lt;A href="https://community.esri.com/migrated-users/19932"&gt;Darren Wiens&lt;/A&gt;​ ...might want to post you comment to the other thread.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Nov 2015 01:59:07 GMT</pubDate>
    <dc:creator>RebeccaStrauch__GISP</dc:creator>
    <dc:date>2015-11-24T01:59:07Z</dc:date>
    <item>
      <title>raster clip for multiple geotiffs</title>
      <link>https://community.esri.com/t5/python-questions/raster-clip-for-multiple-geotiffs/m-p/682547#M52852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to trim the collars off of many USGS 7.5 minute quadrangles for a state.&amp;nbsp; I have the quads as GeoTiffs and have the polygon boundary for the whole state. I think there are about 1446 quads/Geotiffs where each matches a rectangle in the polygon. Does anyone have a script or model that will do this I can modify for my purposes? FYI, the polygon is basically a grid of rectangles. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 20:56:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/raster-clip-for-multiple-geotiffs/m-p/682547#M52852</guid>
      <dc:creator>TomCarlson1</dc:creator>
      <dc:date>2015-11-23T20:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: raster clip for multiple geotiffs</title>
      <link>https://community.esri.com/t5/python-questions/raster-clip-for-multiple-geotiffs/m-p/682548#M52853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to change this to a question instead of a discussion if you want more user to see it...and get more responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no quick answer for you now (sorry), but have done something similar in the past.&amp;nbsp; My guess is others have something a faster answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cross-posting&amp;nbsp; &lt;A href="https://community.esri.com/space/2050"&gt;Managing Data&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 22:03:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/raster-clip-for-multiple-geotiffs/m-p/682548#M52853</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-11-23T22:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: raster clip for multiple geotiffs</title>
      <link>https://community.esri.com/t5/python-questions/raster-clip-for-multiple-geotiffs/m-p/682549#M52854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have a working model for you, but if you're willing go down the Python script route, your main workflow would be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) loop through your rasters&lt;/P&gt;&lt;P&gt;2.) use &lt;A href="http://resources.arcgis.com/EN/HELP/MAIN/10.2/index.html#/Make_Feature_Layer/00170000006p000000/"&gt;Make Feature Layer&lt;/A&gt; to create a (temporary) layer for the polygon that matches your raster&lt;/P&gt;&lt;P&gt;3.) use &lt;A href="http://resources.arcgis.com/EN/HELP/MAIN/10.2/index.html#/Extract_by_Mask/009z0000002n000000/"&gt;Extract By Mask&lt;/A&gt; to extract the pixels overlapping your polygon to a new raster&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 22:10:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/raster-clip-for-multiple-geotiffs/m-p/682549#M52854</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-11-23T22:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: raster clip for multiple geotiffs</title>
      <link>https://community.esri.com/t5/python-questions/raster-clip-for-multiple-geotiffs/m-p/682550#M52855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Topic appears to be duplicated &lt;A href="https://community.esri.com/message/570337"&gt;help with script to clip or trim collars from USGS quads...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom, in the future, to cross post, you can just tag a space using the @ and the space name, e.g. &lt;A href="https://community.esri.com/space/2161"&gt;Imagery and Remote Sensing&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other thread has more info....you might want to delete this one (&lt;A href="https://community.esri.com/migrated-users/19932"&gt;Darren Wiens&lt;/A&gt;​ ...might want to post you comment to the other thread.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 01:59:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/raster-clip-for-multiple-geotiffs/m-p/682550#M52855</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-11-24T01:59:07Z</dc:date>
    </item>
  </channel>
</rss>

