<?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 to Polygon Super slow then not working in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689475#M39075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All you need to do is &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000087000000"&gt;build the footprints&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Simply use the ID tool to see the pixel values of the white space in your mosaic dataset and then adjust the settings in the build footprints tool.&amp;nbsp; By default they are set to eliminate the 0 and 255 pixels. If your rasters have additional values then adjust the min or max values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should not have to resample the rasters for this workflow.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jun 2013 11:42:59 GMT</pubDate>
    <dc:creator>JeffreySwain</dc:creator>
    <dc:date>2013-06-03T11:42:59Z</dc:date>
    <item>
      <title>Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689466#M39066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a bunch of rasters that I want to convert into polygons, but when I use the tool it is so slow. 3 hours working on 1 .tif gets too 1%. Anyone have any ideas how I can convert my raster data set into polygons?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 09:30:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689466#M39066</guid>
      <dc:creator>DXXX</dc:creator>
      <dc:date>2013-05-30T09:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689467#M39067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How big are the rasters?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should probably try to run the Raster to polygon tool on a small subset to determine whether it's your tool or the size of the rasters. If the tool is still slow on the subset, then it's a problem with the tool. If it process the rasters perfectly you can probably set up a Python script that uses splits the raster up, converts to polygon, and then merges the polygonised raster back together.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you need a hand with the scripting...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 15:05:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689467#M39067</guid>
      <dc:creator>SamCoggins1</dc:creator>
      <dc:date>2013-05-30T15:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689468#M39068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Depending on the original raster there are a few things that can be done.&amp;nbsp; I would recommend considering why you are converting it as it may not be necessary.&amp;nbsp; Some of the spatial analyst tools can be used in place of the polygon version of the file with &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/An_overview_of_the_Zonal_tools/009z000000w1000000/"&gt;zonal statistics&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; If you really want to convert the raster still, then I would recommend using some of the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z00000033000000"&gt;generalization tools&lt;/A&gt;&lt;SPAN&gt; to clean up the edges and reduce the number of polygons. You may also consider the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Understanding_multivariate_classification/009z000000pr000000/"&gt;multivariate classification&lt;/A&gt;&lt;SPAN&gt; to further reduce the variability and create relatively homogenous zones prior to conversion.&amp;nbsp; Also consider the output format, feature classes are a must as they are not required to be under ~2 Gigs as shapefiles. The output from these conversions is usually rather large.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 16:10:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689468#M39068</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2013-05-30T16:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689469#M39069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;They key to this discussion is the version of ArcGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Prior to ArcGIS 10 all the rasters are processed as grids and then converted to your raster format and all feature classes are written to shapefile and then finally converted to your format. So if you are using pre 10, your .tif will be converted to grid prior to RasterToPolygon doing it's thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcGIS 10 we process the data in it's native format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 16:20:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689469#M39069</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2013-05-30T16:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689470#M39070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response. I am using 10.1. I need to do this process as we need to make payment to a client that has delivered us the aerial imagery so we need to work out how much has been delivered and how much extra we need to cover our work area. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried running the convert Raster to Polygon tool on just 1 aerial photo, not the full set and it still doesn't work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the end I need 1 polygon with the area covered by the aerial photos.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 04:53:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689470#M39070</guid>
      <dc:creator>DXXX</dc:creator>
      <dc:date>2013-05-31T04:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689471#M39071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok so you are not looking for a classified polygon, you are looking for the outer extent.&amp;nbsp; I would recommend &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Exercise_1_Creating_a_mosaic_dataset/009t000000p3000000/"&gt;creating a mosaic dataset&lt;/A&gt;&lt;SPAN&gt; and then you will have one polygon per raster. With that description, you should be able to see the amount of work completed.&amp;nbsp; The polygons created are called footprints and should represent all the rasters delivered. You could look at the count of the rasters(footprints) but be sure you do not create overviews and accidentally count them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 10:49:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689471#M39071</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2013-05-31T10:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689472#M39072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the Raster dataset already in a Mosaic. How ever the footprints do not match up to the actual imagery. See picture. in the end I need to have a polygon the same size of the imagery (picture) and not a polygon the same size as the footprints. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas? If I have to digitize it will take me days.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jun 2013 09:07:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689472#M39072</guid>
      <dc:creator>DXXX</dc:creator>
      <dc:date>2013-06-01T09:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689473#M39073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What resolution is your raster dataset? If it is high resolution it will take a long time to process. Can you cope with a reduced resolution raster? How about using Resample and altering the cell sizes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 09:22:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689473#M39073</guid>
      <dc:creator>GeospatialTechnology</dc:creator>
      <dc:date>2013-06-03T09:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689474#M39074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What resolution is your raster dataset? If it is high resolution it will take a long time to process. Can you cope with a reduced resolution raster? How about using Resample and altering the cell sizes.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response. Can you tell me what options to check to reduce the size? See attached picture.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 10:26:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689474#M39074</guid>
      <dc:creator>DXXX</dc:creator>
      <dc:date>2013-06-03T10:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689475#M39075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All you need to do is &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000087000000"&gt;build the footprints&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Simply use the ID tool to see the pixel values of the white space in your mosaic dataset and then adjust the settings in the build footprints tool.&amp;nbsp; By default they are set to eliminate the 0 and 255 pixels. If your rasters have additional values then adjust the min or max values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should not have to resample the rasters for this workflow.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 11:42:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689475#M39075</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2013-06-03T11:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689476#M39076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for your response. Can you tell me what options to check to reduce the size? See attached picture.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just put the new cells size you want in the x and y bits. You can find your current cell size in Source section of layer properties.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 11:56:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689476#M39076</guid>
      <dc:creator>GeospatialTechnology</dc:creator>
      <dc:date>2013-06-03T11:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689477#M39077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually please ignore me I just read you comment further up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How about using the 'Build Boundary' tool on your mosaic dataset?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Build_Boundary/001700000086000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Build_Boundary/001700000086000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 12:10:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689477#M39077</guid>
      <dc:creator>GeospatialTechnology</dc:creator>
      <dc:date>2013-06-03T12:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689478#M39078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;All you need to do is &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000087000000"&gt;build the footprints&lt;/A&gt;.&amp;nbsp; Simply use the ID tool to see the pixel values of the white space in your mosaic dataset and then adjust the settings in the build footprints tool.&amp;nbsp; By default they are set to eliminate the 0 and 255 pixels. If your rasters have additional values then adjust the min or max values.&lt;BR /&gt;&lt;BR /&gt;You should not have to resample the rasters for this workflow.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The result is ok but still needs a lot of cleaning. Have a look at the screen shot in the attachment. Its a pity the Raster to polygon doesn't work as it should. I am hoping Mark will get back to me and show me what drop downs to select. Please Mark Please.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 12:25:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689478#M39078</guid>
      <dc:creator>DXXX</dc:creator>
      <dc:date>2013-06-03T12:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689479#M39079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I already did deedug. Have you tried right clicking on the mosaic dataset in arc catalog then selecting modify and build boundary?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 13:53:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689479#M39079</guid>
      <dc:creator>GeospatialTechnology</dc:creator>
      <dc:date>2013-06-04T13:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689480#M39080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are only interested in the area then you can run the IsNull tool, open the attribute table which will have 0 and a count and 1 and a count.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The count for 0 is the number of cells that are not nodata. Multiply this by the squared cell size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 15:08:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689480#M39080</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2013-06-04T15:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689481#M39081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Its a pity the Raster to polygon doesn't work as it should.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Raster to Polygon tool isn't really meant for imagery.&amp;nbsp; The tool is primarily designed for single band integer raster datasets.&amp;nbsp; If you input a multi-band "image", the tool operates only on the first band.&amp;nbsp; It will essentially create a polygon for every cell in the input unless of course two or more adjacent pixels share the same value.&amp;nbsp; If you give it a small raster that is 10k x 10k you'll potentially end up with 100,000,000 polygons.&amp;nbsp; Raster to Polygon does not and is not intended to create a radiometrically correct footprint feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009t0000003w000000"&gt;Recalculating footprints radiometrically&lt;/A&gt;&lt;SPAN&gt; which basically takes you to the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000087000000"&gt;Build Footprints&lt;/A&gt;&lt;SPAN&gt; tool previously mentioned.&amp;nbsp; Note, it usually takes playing around with the values, shrink distance, and vertice counts a couple times before you get the desired output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 16:06:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689481#M39081</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2013-06-04T16:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689482#M39082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Actually please ignore me I just read you comment further up.&lt;BR /&gt;&lt;BR /&gt;How about using the 'Build Boundary' tool on your mosaic dataset?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Build_Boundary/001700000086000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Build_Boundary/001700000086000000/&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; The boundary merges all the footprint polygons to create a single boundary&amp;nbsp; representing the extent of the valid pixels.&amp;nbsp; So, you have to fix the footprint polygons first, since the boundary layer is basically a&amp;nbsp; 'merge' and 'dissolve' of the footprints.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get the footprints very close to how you want them, then build the boundary, and if some minor edits are still required then manually editing shouldn't be all that bad by this point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would hold off on optimizing the mosaic dataset (building overviews) until the footprint/coverage is sorted out.&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>Tue, 04 Jun 2013 16:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689482#M39082</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2013-06-04T16:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689483#M39083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any suggestions if I do not have the mosaic dataset extension?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any word on getting the "create raster index shapefile" extension for 10?&amp;nbsp; It worked splendidly on 9.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Amanda&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jun 2013 12:57:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689483#M39083</guid>
      <dc:creator>AmandaGibson1</dc:creator>
      <dc:date>2013-06-08T12:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689484#M39084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All you need is access to 10 or 10.1 and the ArcEditor or Standard license. The &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//015400000484000000"&gt;Image Server Extension&lt;/A&gt;&lt;SPAN&gt; only comes into play when you want to publish the mosaic dataset.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 11:15:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689484#M39084</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2013-06-10T11:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon Super slow then not working</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689485#M39085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Even if you have just the basic license you can create a raster catalog to get the footprints.&amp;nbsp; They will be the extent of each image and do not have options like calculating by radiometry which the mosaic dataset has, but it can get you mostly what you want.&amp;nbsp; &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>Mon, 10 Jun 2013 16:48:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-to-polygon-super-slow-then-not-working/m-p/689485#M39085</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2013-06-10T16:48:53Z</dc:date>
    </item>
  </channel>
</rss>

