<?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 SEDF creating additional fields; Shape_Length and Shape_Area in gdb fc in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/sedf-creating-additional-fields-shape-length-and/m-p/1258294#M65529</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I work a lot with Spatially Enabled DataFrames (SEDFs).&amp;nbsp; I have noticed that when using the df.spatial.to_featureclass(*some.gdb) method, two additional fields are created in the in the output gdb feature class (&lt;SPAN&gt;Shape_Length and Shape_Area (if applicable)) without request.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Has anybody else noticed this behavior and have any ideas how to suppress this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;P&gt;ArcGIS Pro 3.0.3&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 23:41:19 GMT</pubDate>
    <dc:creator>TylerT</dc:creator>
    <dc:date>2023-02-14T23:41:19Z</dc:date>
    <item>
      <title>SEDF creating additional fields; Shape_Length and Shape_Area in gdb fc</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sedf-creating-additional-fields-shape-length-and/m-p/1258294#M65529</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I work a lot with Spatially Enabled DataFrames (SEDFs).&amp;nbsp; I have noticed that when using the df.spatial.to_featureclass(*some.gdb) method, two additional fields are created in the in the output gdb feature class (&lt;SPAN&gt;Shape_Length and Shape_Area (if applicable)) without request.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Has anybody else noticed this behavior and have any ideas how to suppress this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;P&gt;ArcGIS Pro 3.0.3&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 23:41:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sedf-creating-additional-fields-shape-length-and/m-p/1258294#M65529</guid>
      <dc:creator>TylerT</dc:creator>
      <dc:date>2023-02-14T23:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: SEDF creating additional fields; Shape_Length and Shape_Area in gdb fc</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sedf-creating-additional-fields-shape-length-and/m-p/1258338#M65531</link>
      <description>&lt;P&gt;some fields in a file gdb can't be deleted or their creation suppressed because they are required and managed by the gdb.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/classes/field.htm" target="_blank" rel="noopener"&gt;Field—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy

z0 = r"C:\Arc_projects\Test_29\Test_29.gdb\clp"

[f"{i.name}, {i.required}" for i in arcpy.ListFields(z0)]
['OBJECTID, True', 'Shape, True', 'Shape_Length, True', 'Shape_Area, True']&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can hide them&lt;/P&gt;&lt;P&gt;ADDENDUM&lt;/P&gt;&lt;P&gt;added ... or their creation suppressed ...&lt;/P&gt;&lt;P&gt;to clarify&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 15:38:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sedf-creating-additional-fields-shape-length-and/m-p/1258338#M65531</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-02-15T15:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: SEDF creating additional fields; Shape_Length and Shape_Area in gdb fc</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sedf-creating-additional-fields-shape-length-and/m-p/1258480#M65547</link>
      <description>&lt;P&gt;I wasn't asking to delete them, rather to not create them without explicitly doing so.&amp;nbsp; I have plenty of feature classes without those fields.&amp;nbsp; Anybody else?&lt;/P&gt;&lt;P&gt;One reason I'm looking to avoid their creation is because Shape_Length and Shape_Area are reserved names for web layers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 17:37:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sedf-creating-additional-fields-shape-length-and/m-p/1258480#M65547</guid>
      <dc:creator>TylerT</dc:creator>
      <dc:date>2023-02-15T17:37:16Z</dc:date>
    </item>
  </channel>
</rss>

