<?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: Feature class extent: arcpy.Describe is different than properties in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/feature-class-extent-arcpy-describe-is-different/m-p/1122389#M48618</link>
    <description>&lt;P&gt;I'm going with the 16 days.&amp;nbsp; I have my own version of an Advent Calendar on my desk.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Dec 2021 23:18:48 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2021-12-02T23:18:48Z</dc:date>
    <item>
      <title>Feature class extent: arcpy.Describe is different than properties</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/feature-class-extent-arcpy-describe-is-different/m-p/1122377#M48615</link>
      <description>&lt;P&gt;I created a new empty feature class and then appended features into it from another feature.&amp;nbsp; When I zoomed to that new feature class, it zoomed way out as if the extent was whacked; and it was.&amp;nbsp; So I used the recalculate &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/recalculate-feature-class-extent.htm" target="_self"&gt;feature class extent tool&lt;/A&gt; and it was still whacky.&amp;nbsp; Then I recalculated the the spatial index and it zooms correctly.&lt;/P&gt;&lt;P&gt;However, when I look at the feature class properties I see these Max/Mins:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoeBorgione_0-1638485573188.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/28744i9E8D5F5A6D5338A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoeBorgione_0-1638485573188.png" alt="JoeBorgione_0-1638485573188.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But when I use arcpy.Describe I get slightly different values:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;fc = r'N:\GIS\AddressDataManagement\FixSLCoMistakes\FixSLCoMistakes.gdb\SubdivsionsMagna'
desc = arcpy.Describe(fc)
xmin = desc.extent.XMin
xmax = desc.extent.XMax
ymin = desc.extent.YMin
ymax = desc.extent.YMax

print(f'Xmin = {xmin}  Xmax = {xmax}  Ymin = {ymin}  Ymax = {ymin}')
Xmin = 1471194.3071583062  Xmax = 1484253.9831386397  Ymin = 7418358.292630732  Ymax = 7418358.292630732&lt;/LI-CODE&gt;&lt;P&gt;Two questions:&lt;/P&gt;&lt;P&gt;1. Why did I need to recalc the spatial index to get my extents to behave?&lt;/P&gt;&lt;P&gt;2. Why do I see different values between the properties pane and&amp;nbsp; arcpy.Describe?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 22:56:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/feature-class-extent-arcpy-describe-is-different/m-p/1122377#M48615</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-02T22:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Feature class extent: arcpy.Describe is different than properties</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/feature-class-extent-arcpy-describe-is-different/m-p/1122387#M48617</link>
      <description>&lt;P&gt;coordinates were in meters, hence the feet-meters difference&lt;/P&gt;&lt;P&gt;you have to recalculate the spatial index because the empty featureclass probably didn't have and extent or it had one in a different coordinate system.&lt;/P&gt;&lt;P&gt;First issue can be fixed by working only in meters &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; or wait 16 days&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 23:08:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/feature-class-extent-arcpy-describe-is-different/m-p/1122387#M48617</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-12-02T23:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Feature class extent: arcpy.Describe is different than properties</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/feature-class-extent-arcpy-describe-is-different/m-p/1122389#M48618</link>
      <description>&lt;P&gt;I'm going with the 16 days.&amp;nbsp; I have my own version of an Advent Calendar on my desk.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 23:18:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/feature-class-extent-arcpy-describe-is-different/m-p/1122389#M48618</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-02T23:18:48Z</dc:date>
    </item>
  </channel>
</rss>

