Just learned about this at UC today:
Describe—Data Access module | ArcGIS Desktop (Pro) is really awesome. Great work arcpy team!
ArcMap is not going away and we want it there too. Please up-vote Python friends!
What were the python (etcetera) dependencies? 3.5/6? if anything..
If so that would pretty well kill backporting
The new DA Describe seems to just use a Dict, nothing unique to 3.5+. 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.
Speed perhaps, but order won't come until 3.6 I suppose
a <SPAN class="operator token">=</SPAN> dict<SPAN class="punctuation token">(</SPAN>one<SPAN class="operator token">=</SPAN><SPAN class="number token">1</SPAN><SPAN class="punctuation token">,</SPAN> two<SPAN class="operator token">=</SPAN><SPAN class="number token">2</SPAN><SPAN class="punctuation token">,</SPAN> three<SPAN class="operator token">=</SPAN><SPAN class="number token">3</SPAN><SPAN class="punctuation token">)</SPAN> <SPAN class="comment token"># ---- python 3.5.3</SPAN> a Out<SPAN class="punctuation token">[</SPAN><SPAN class="number token">2</SPAN><SPAN class="punctuation token">]</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="punctuation token">{</SPAN><SPAN class="string token">'one'</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="number token">1</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="string token">'three'</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="number token">3</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="string token">'two'</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="number token">2</SPAN><SPAN class="punctuation token">}</SPAN> <SPAN class="comment token">#</SPAN> a <SPAN class="operator token">=</SPAN> dict<SPAN class="punctuation token">(</SPAN>one<SPAN class="operator token">=</SPAN><SPAN class="number token">1</SPAN><SPAN class="punctuation token">,</SPAN> two<SPAN class="operator token">=</SPAN><SPAN class="number token">2</SPAN><SPAN class="punctuation token">,</SPAN> three<SPAN class="operator token">=</SPAN><SPAN class="number token">3</SPAN><SPAN class="punctuation token">)</SPAN> <SPAN class="comment token"># ---- python 3.6.1</SPAN> a <SPAN class="punctuation token">{</SPAN><SPAN class="string token">'one'</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="number token">1</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="string token">'two'</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="number token">2</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="string token">'three'</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="number token">3</SPAN><SPAN class="punctuation token">}</SPAN> <SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
Thanks for the suggestion @curtvprice. 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.Cheers, Shaun
Inicia sesión para publicar, seguir contenido y más. ¿Nuevo aquí? Regístrate gratis.