<?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: Trouble with Spatial Index and Feature Class extent in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/trouble-with-spatial-index-and-feature-class/m-p/1127808#M49234</link>
    <description>&lt;P&gt;Thank you, I appreciate the help. I'll give this a try when I get the chance. I found a workaround that I used, but I was still trying to figure out why my original method didn't work. Either way, I'm going to mark that as the accepted solution. Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:54:15 GMT</pubDate>
    <dc:creator>JacobTaylor3</dc:creator>
    <dc:date>2021-12-20T21:54:15Z</dc:date>
    <item>
      <title>Trouble with Spatial Index and Feature Class extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trouble-with-spatial-index-and-feature-class/m-p/1126834#M49101</link>
      <description>&lt;P&gt;Hello, so I was following this How To (&lt;A href="https://support.esri.com/en/technical-article/000019549" target="_self"&gt;How To: Convert slopes with a certain range of slope degree from a DEM file to a polygon feature class in ArcGIS Pro (esri.com)&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which I had done a few times at this point since I was working with a number of different areas. When finishing the area, I was taking the slope and merging it into a single feature to clip it against another feature. When attempting to merge this later layer, I ran into the following error:&lt;/P&gt;&lt;P&gt;"Merge Features Failed. The spatial index grid size is invalid&amp;nbsp; [Feature name]."&lt;/P&gt;&lt;P&gt;Thinking this could be resolved, I then recalculated the spatial index in the catalog menu, and tried again. Same error. I tried deleting the spatial index and trying again. Same error. I went out and tried to recalculate the spatial index through the geoprocess, which worked, but when I attempted a merge, I got the same error. I tried to use the tool: Recalculate Feature Class Extent, but I got a new error :&lt;/P&gt;&lt;P&gt;ERROR 160706: Cannot acquire a lock.&lt;/P&gt;&lt;P&gt;The file is in a File Geodatabase just like the previous attempts. The merge function works without errors in certain small areas of the project extent on the same file, it just can't be used on any meaningfully large section or in any predictable way for the smaller sections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 18:28:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trouble-with-spatial-index-and-feature-class/m-p/1126834#M49101</guid>
      <dc:creator>JacobTaylor3</dc:creator>
      <dc:date>2021-12-16T18:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Spatial Index and Feature Class extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trouble-with-spatial-index-and-feature-class/m-p/1126883#M49105</link>
      <description>&lt;P&gt;Did you run a Check Geometry and Repair if necessary?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 19:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trouble-with-spatial-index-and-feature-class/m-p/1126883#M49105</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-12-16T19:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Spatial Index and Feature Class extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trouble-with-spatial-index-and-feature-class/m-p/1126933#M49110</link>
      <description>&lt;P&gt;Thanks for the advice, I ran check geometry and no problems came up.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 21:08:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trouble-with-spatial-index-and-feature-class/m-p/1126933#M49110</guid>
      <dc:creator>JacobTaylor3</dc:creator>
      <dc:date>2021-12-16T21:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Spatial Index and Feature Class extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trouble-with-spatial-index-and-feature-class/m-p/1126968#M49117</link>
      <description>&lt;P&gt;Leaving calculating the spatial index and checking the geometry of each input file prior to merging.... or&lt;/P&gt;&lt;P&gt;doing the above, but using union&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/union.htm" target="_blank"&gt;Union (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If that doesn't work&lt;/P&gt;&lt;P&gt;use Merge to new raster and do the slope stuff from it (unless it is horrendously large&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 22:14:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trouble-with-spatial-index-and-feature-class/m-p/1126968#M49117</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-12-16T22:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Spatial Index and Feature Class extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trouble-with-spatial-index-and-feature-class/m-p/1127808#M49234</link>
      <description>&lt;P&gt;Thank you, I appreciate the help. I'll give this a try when I get the chance. I found a workaround that I used, but I was still trying to figure out why my original method didn't work. Either way, I'm going to mark that as the accepted solution. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:54:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trouble-with-spatial-index-and-feature-class/m-p/1127808#M49234</guid>
      <dc:creator>JacobTaylor3</dc:creator>
      <dc:date>2021-12-20T21:54:15Z</dc:date>
    </item>
  </channel>
</rss>

