<?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: Generating a polygon feature class from a Raster Catalog's footprints in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/generating-a-polygon-feature-class-from-a-raster/m-p/102092#M5982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This workflow may work for you. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Add the 500GB catalog to ArcMap table of contents&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Make a selection on the 3500 tiles through the raster catalog attribute table. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Right click on the raster catalog in the table of contents and choose Data -&amp;gt; Export Footprint. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Then run the Copy Feature GP tool, copy the footprint to a feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you can use this polygon feature class to merge with other polygon layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Sep 2010 22:25:33 GMT</pubDate>
    <dc:creator>JieZhang</dc:creator>
    <dc:date>2010-09-29T22:25:33Z</dc:date>
    <item>
      <title>Generating a polygon feature class from a Raster Catalog's footprints</title>
      <link>https://community.esri.com/t5/data-management-questions/generating-a-polygon-feature-class-from-a-raster/m-p/102091#M5981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an SDE managed raster catalog.&amp;nbsp; An external user wants a county subset of the 3500 tiles that make up the 500GB catalog.&amp;nbsp; Is there a way to merge the Raster Catalog wireframe or foot prints with polygon layer?&amp;nbsp; I just want a list of tiles that are covered by two counties.&amp;nbsp; It is going to be a large number a tiles but I still have the TIFs on another hard drive.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I can generate a list of tiles I'll convert that into a bat file that copies the original TIFs to an external hard drive then build a new raster catalog of the subset.&amp;nbsp; If there is an easier way to do this I'm all ears.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 19:34:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generating-a-polygon-feature-class-from-a-raster/m-p/102091#M5981</guid>
      <dc:creator>RandyKreuziger</dc:creator>
      <dc:date>2010-09-29T19:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a polygon feature class from a Raster Catalog's footprints</title>
      <link>https://community.esri.com/t5/data-management-questions/generating-a-polygon-feature-class-from-a-raster/m-p/102092#M5982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This workflow may work for you. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Add the 500GB catalog to ArcMap table of contents&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Make a selection on the 3500 tiles through the raster catalog attribute table. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Right click on the raster catalog in the table of contents and choose Data -&amp;gt; Export Footprint. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Then run the Copy Feature GP tool, copy the footprint to a feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you can use this polygon feature class to merge with other polygon layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 22:25:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generating-a-polygon-feature-class-from-a-raster/m-p/102092#M5982</guid>
      <dc:creator>JieZhang</dc:creator>
      <dc:date>2010-09-29T22:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a polygon feature class from a Raster Catalog's footprints</title>
      <link>https://community.esri.com/t5/data-management-questions/generating-a-polygon-feature-class-from-a-raster/m-p/102093#M5983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the ultimate goal is to have a new raster catalog of the subset, you&amp;nbsp; might want to check out the tool, &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000008w000000.htm"&gt;Copy Raster Catalog Items&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; It honors selections on the input raster catalog.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Data &amp;gt; Export Footprints option is only available in ArcGIS 10.&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, 30 Sep 2010 14:37:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generating-a-polygon-feature-class-from-a-raster/m-p/102093#M5983</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2010-09-30T14:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a polygon feature class from a Raster Catalog's footprints</title>
      <link>https://community.esri.com/t5/data-management-questions/generating-a-polygon-feature-class-from-a-raster/m-p/102094#M5984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thank you.&amp;nbsp; I have 1 PC running 10.0 so I did the Data &amp;gt; Export Footprints.&amp;nbsp; Worked great!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 16:56:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generating-a-polygon-feature-class-from-a-raster/m-p/102094#M5984</guid>
      <dc:creator>RandyKreuziger</dc:creator>
      <dc:date>2010-10-05T16:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a polygon feature class from a Raster Catalog's footprints</title>
      <link>https://community.esri.com/t5/data-management-questions/generating-a-polygon-feature-class-from-a-raster/m-p/102095#M5985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are scripting or using ModelBuilder, the &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/copy-features.htm"&gt;Copy Features tool &lt;/A&gt;will create footprint polygons if you provide it a raster catalog as input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 23:55:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generating-a-polygon-feature-class-from-a-raster/m-p/102095#M5985</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-04-04T23:55:20Z</dc:date>
    </item>
  </channel>
</rss>

