<?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: Where is the arcpy.da.Describe() documentation? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/where-is-the-arcpy-da-describe-documentation/m-p/738713#M57147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier, monospace;"&gt;arcpy.da.Describe&lt;/SPAN&gt; and &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;arcpy.Describe&lt;/SPAN&gt; return the same underlying information, the difference with &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;arcpy.da.Describe&lt;/SPAN&gt; is that it returns a Python dictionary with most or all of the properties pre-populated.&amp;nbsp;&amp;nbsp; That is why the documentation for&lt;SPAN style="font-family: courier new, courier, monospace;"&gt; arcpy.da.Describe&lt;/SPAN&gt; points back to &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;arcpy.Describe&lt;/SPAN&gt; because it doesn't make sense for Esri to duplicate the documentation of the properties themselves.&amp;nbsp; Since the DA version returns a populated Python dictionary, you can just call &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;dict.keys()&lt;/SPAN&gt; to see all of the available properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2020 00:39:06 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2020-05-14T00:39:06Z</dc:date>
    <item>
      <title>Where is the arcpy.da.Describe() documentation?</title>
      <link>https://community.esri.com/t5/python-questions/where-is-the-arcpy-da-describe-documentation/m-p/738712#M57146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I stumbled on using da.Describe a few months ago and find it very useful. I am looking for more information about it and can't find any of the resources that explained it to me a few months ago. I am using arcpy.da.Describe(fc)["fields"] to do things and want to know what else i can put in ["???"]&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/data-access/describe.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/data-access/describe.htm"&gt;Describe—Data Access module | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That SHOULD contain some examples.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But everything i find using that page uses the old. arcpy.Describe()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 21:53:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/where-is-the-arcpy-da-describe-documentation/m-p/738712#M57146</guid>
      <dc:creator>DanDeegan</dc:creator>
      <dc:date>2020-05-13T21:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the arcpy.da.Describe() documentation?</title>
      <link>https://community.esri.com/t5/python-questions/where-is-the-arcpy-da-describe-documentation/m-p/738713#M57147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier, monospace;"&gt;arcpy.da.Describe&lt;/SPAN&gt; and &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;arcpy.Describe&lt;/SPAN&gt; return the same underlying information, the difference with &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;arcpy.da.Describe&lt;/SPAN&gt; is that it returns a Python dictionary with most or all of the properties pre-populated.&amp;nbsp;&amp;nbsp; That is why the documentation for&lt;SPAN style="font-family: courier new, courier, monospace;"&gt; arcpy.da.Describe&lt;/SPAN&gt; points back to &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;arcpy.Describe&lt;/SPAN&gt; because it doesn't make sense for Esri to duplicate the documentation of the properties themselves.&amp;nbsp; Since the DA version returns a populated Python dictionary, you can just call &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;dict.keys()&lt;/SPAN&gt; to see all of the available properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 00:39:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/where-is-the-arcpy-da-describe-documentation/m-p/738713#M57147</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-14T00:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the arcpy.da.Describe() documentation?</title>
      <link>https://community.esri.com/t5/python-questions/where-is-the-arcpy-da-describe-documentation/m-p/1379775#M69813</link>
      <description>&lt;P&gt;They return &lt;EM&gt;&lt;STRONG&gt;mostly&lt;/STRONG&gt;&lt;/EM&gt; the same information.&amp;nbsp; For example, arcpy.da.describe doesn't return the connection properties (i.e. server, database, etc.) for an sde workspace object.&amp;nbsp; They may be brought into parity at some point in the future.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 16:41:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/where-is-the-arcpy-da-describe-documentation/m-p/1379775#M69813</guid>
      <dc:creator>AJR</dc:creator>
      <dc:date>2024-02-08T16:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the arcpy.da.Describe() documentation?</title>
      <link>https://community.esri.com/t5/python-questions/where-is-the-arcpy-da-describe-documentation/m-p/1574977#M73532</link>
      <description>&lt;P&gt;I have the same question. Docs are not very helpful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 18:19:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/where-is-the-arcpy-da-describe-documentation/m-p/1574977#M73532</guid>
      <dc:creator>chris_del101</dc:creator>
      <dc:date>2025-01-13T18:19:25Z</dc:date>
    </item>
  </channel>
</rss>

