<?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 ArcPy ListFeatureClasses in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/arcpy-listfeatureclasses/idi-p/931658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ArcPy - function "ListFeatureClasses" saves the list of features in a specific coding. E.g.:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;fc = ['uRoadL', ...]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;&lt;A href="https://pro.arcgis.com/de/pro-app/arcpy/functions/listfeatureclasses.htm" title="https://pro.arcgis.com/de/pro-app/arcpy/functions/listfeatureclasses.htm"&gt;ListFeatureClasses—ArcPy Functions | ArcGIS for Desktop&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some tools, e.g. Calculate Visual Specification" can't work with such list. The coding of the list must be changed before. That is why it would be helpfull if the programmer of the python-script could choose the coding with an additional parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 May 2016 09:00:01 GMT</pubDate>
    <dc:creator>AnjaSeckel</dc:creator>
    <dc:date>2016-05-30T09:00:01Z</dc:date>
    <item>
      <title>ArcPy ListFeatureClasses</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcpy-listfeatureclasses/idi-p/931658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ArcPy - function "ListFeatureClasses" saves the list of features in a specific coding. E.g.:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;fc = ['uRoadL', ...]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;&lt;A href="https://pro.arcgis.com/de/pro-app/arcpy/functions/listfeatureclasses.htm" title="https://pro.arcgis.com/de/pro-app/arcpy/functions/listfeatureclasses.htm"&gt;ListFeatureClasses—ArcPy Functions | ArcGIS for Desktop&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some tools, e.g. Calculate Visual Specification" can't work with such list. The coding of the list must be changed before. That is why it would be helpfull if the programmer of the python-script could choose the coding with an additional parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 09:00:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcpy-listfeatureclasses/idi-p/931658</guid>
      <dc:creator>AnjaSeckel</dc:creator>
      <dc:date>2016-05-30T09:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy ListFeatureClasses - Status changed to: Closed</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcpy-listfeatureclasses/idc-p/1332654#M26336</link>
      <description>&lt;P&gt;Thank you for your suggestion. Most Geoprocessing tools operate on individual layers, and applying a geoprocessing tool to multiple inputs can be accommodated in Python by iterating over the list, e.g.&lt;/P&gt;&lt;P&gt;for layer in arcpy.ListFeatureClasses("input/path"):&lt;BR /&gt;&amp;nbsp; &amp;nbsp; arcpy.Buffer(layer, ...)&lt;BR /&gt;&lt;BR /&gt;Excepting for a subset of tools where working on multiple inputs is common, this is the default pattern used in Python to work against multiple inputs.&lt;BR /&gt;&lt;BR /&gt;Cheers, Shaun&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 20:17:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcpy-listfeatureclasses/idc-p/1332654#M26336</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2023-09-26T20:17:25Z</dc:date>
    </item>
  </channel>
</rss>

