<?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>idea Implement arcpy.da.Describe in ArcMap in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/implement-arcpy-da-describe-in-arcmap/idi-p/925909</link>
    <description>&lt;P&gt;Just learned about this at UC today:&lt;/P&gt;&lt;P&gt;&lt;A title="http://pro.arcgis.com/en/pro-app/arcpy/data-access/describe.htm" href="http://pro.arcgis.com/en/pro-app/arcpy/data-access/describe.htm" target="_blank" rel="noopener"&gt;Describe—Data Access module | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&amp;nbsp;(Pro) is really awesome. Great work arcpy team!&lt;/P&gt;&lt;P&gt;ArcMap is not going away and we want it there too. Please up-vote&amp;nbsp;&lt;A href="https://community.esri.com/space/2145" target="_blank" rel="noopener"&gt;Python&lt;/A&gt;‌ friends!&lt;/P&gt;</description>
    <pubDate>Thu, 24 Aug 2023 22:31:33 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2023-08-24T22:31:33Z</dc:date>
    <item>
      <title>Implement arcpy.da.Describe in ArcMap</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/implement-arcpy-da-describe-in-arcmap/idi-p/925909</link>
      <description>&lt;P&gt;Just learned about this at UC today:&lt;/P&gt;&lt;P&gt;&lt;A title="http://pro.arcgis.com/en/pro-app/arcpy/data-access/describe.htm" href="http://pro.arcgis.com/en/pro-app/arcpy/data-access/describe.htm" target="_blank" rel="noopener"&gt;Describe—Data Access module | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&amp;nbsp;(Pro) is really awesome. Great work arcpy team!&lt;/P&gt;&lt;P&gt;ArcMap is not going away and we want it there too. Please up-vote&amp;nbsp;&lt;A href="https://community.esri.com/space/2145" target="_blank" rel="noopener"&gt;Python&lt;/A&gt;‌ friends!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 22:31:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/implement-arcpy-da-describe-in-arcmap/idi-p/925909</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2023-08-24T22:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Implement arcpy.da.Describe in ArcMap</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/implement-arcpy-da-describe-in-arcmap/idc-p/925910#M1278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What were the python (etcetera) dependencies? 3.5/6? if anything..&lt;/P&gt;&lt;P&gt;If so that would pretty well kill backporting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 23:41:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/implement-arcpy-da-describe-in-arcmap/idc-p/925910#M1278</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-13T23:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Implement arcpy.da.Describe in ArcMap</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/implement-arcpy-da-describe-in-arcmap/idc-p/925911#M1279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The new DA Describe seems to just use a Dict, nothing unique to 3.5+.&amp;nbsp; I think the ArcPy DA team, like most Desktop teams at Esri, is wanting to look forward and not back, i.e., I think it is more about desire than technical limitations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 01:50:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/implement-arcpy-da-describe-in-arcmap/idc-p/925911#M1279</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-07-14T01:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Implement arcpy.da.Describe in ArcMap</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/implement-arcpy-da-describe-in-arcmap/idc-p/925912#M1280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Speed perhaps, but order won't come until 3.6 I suppose&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;a &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; dict&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;one&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; two&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; three&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;# ---- python 3.5.3&lt;/SPAN&gt;
a
Out&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'one'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'three'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'two'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;#&lt;/SPAN&gt;
a &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; dict&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;one&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; two&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; three&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;# ---- python 3.6.1&lt;/SPAN&gt;
a
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'one'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'two'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'three'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 11:51:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/implement-arcpy-da-describe-in-arcmap/idc-p/925912#M1280</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-12T11:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Implement arcpy.da.Describe in ArcMap - Status changed to: Closed</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/implement-arcpy-da-describe-in-arcmap/idc-p/1332664#M26338</link>
      <description>&lt;P&gt;Thanks for the suggestion&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1325"&gt;@curtvprice&lt;/a&gt;. At this point, Pro has diverged significantly from ArcMap and ArcMap is in mature support, so we are unable to add new features to it. Hopefully Pro is doing what you need in your current workflows, and if not, please let us know so we can address any remaining gaps.&lt;BR /&gt;&lt;BR /&gt;Cheers, Shaun&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 20:27:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/implement-arcpy-da-describe-in-arcmap/idc-p/1332664#M26338</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2023-09-26T20:27:03Z</dc:date>
    </item>
  </channel>
</rss>

