<?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: Counting GIS layers in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/counting-gis-layers/m-p/387029#M30536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or there is another way around that you can do&amp;nbsp; is to go to the folder where the files you want to look for such as shapefiles, excel or so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.7tutorials.com/explaining-windows-explorer-views" title="http://www.7tutorials.com/explaining-windows-explorer-views"&gt;Explaining the Views Available in Windows Explorer and File Explorer&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at number 3 and see the list under the View..change it to "Details" because it will give you all the deteails about the files and show you the columns. When you see "Type"&amp;nbsp; there is a down arrow that will give you the list to choose from to display...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is what I always do is to select one and delete anything you don't need&amp;nbsp; not only for gis but in general...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Types.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/79905_Types.png" style="width: 620px; height: 293px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Mar 2015 15:07:40 GMT</pubDate>
    <dc:creator>DEAF_PROBERT_68</dc:creator>
    <dc:date>2015-03-29T15:07:40Z</dc:date>
    <item>
      <title>Counting GIS layers</title>
      <link>https://community.esri.com/t5/python-questions/counting-gis-layers/m-p/387026#M30533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone ever counted their GIS layers? If so, how? &lt;/P&gt;&lt;P&gt;One option is to use Windows Explorer and search for *.shp (and other GIS extensions) and looking at the count in the bottom of the results window. &lt;/P&gt;&lt;P&gt;Are there any other methods/tools?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 20:26:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/counting-gis-layers/m-p/387026#M30533</guid>
      <dc:creator>MarkBooks2</dc:creator>
      <dc:date>2014-08-29T20:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Counting GIS layers</title>
      <link>https://community.esri.com/t5/python-questions/counting-gis-layers/m-p/387027#M30534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using Python, you can use a combination of &lt;A href="https://docs.python.org/2/library/os.html"&gt;os.walk&lt;/A&gt; (to traverse directory tree) and &lt;CODE&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/ListFeatureClasses/018v00000018000000/"&gt;&lt;SPAN class="n"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN class="n"&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/ListFeatureClasses/018v00000018000000/"&gt;ListFeatureClasses&lt;/A&gt; (to list feature classes). Windows Explorer search won't include file geodatabase feature classes.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 20:44:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/counting-gis-layers/m-p/387027#M30534</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2014-08-29T20:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Counting GIS layers</title>
      <link>https://community.esri.com/t5/python-questions/counting-gis-layers/m-p/387028#M30535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Darren. This was very helpful. Please excuse the delay in replying.&amp;nbsp; Best Regards. Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 17:37:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/counting-gis-layers/m-p/387028#M30535</guid>
      <dc:creator>MarkBooks2</dc:creator>
      <dc:date>2014-10-15T17:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Counting GIS layers</title>
      <link>https://community.esri.com/t5/python-questions/counting-gis-layers/m-p/387029#M30536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or there is another way around that you can do&amp;nbsp; is to go to the folder where the files you want to look for such as shapefiles, excel or so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.7tutorials.com/explaining-windows-explorer-views" title="http://www.7tutorials.com/explaining-windows-explorer-views"&gt;Explaining the Views Available in Windows Explorer and File Explorer&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at number 3 and see the list under the View..change it to "Details" because it will give you all the deteails about the files and show you the columns. When you see "Type"&amp;nbsp; there is a down arrow that will give you the list to choose from to display...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is what I always do is to select one and delete anything you don't need&amp;nbsp; not only for gis but in general...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Types.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/79905_Types.png" style="width: 620px; height: 293px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2015 15:07:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/counting-gis-layers/m-p/387029#M30536</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2015-03-29T15:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Counting GIS layers</title>
      <link>https://community.esri.com/t5/python-questions/counting-gis-layers/m-p/387030#M30537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2015 15:44:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/counting-gis-layers/m-p/387030#M30537</guid>
      <dc:creator>NahedTaha_Hassan_Zeini</dc:creator>
      <dc:date>2015-03-29T15:44:50Z</dc:date>
    </item>
  </channel>
</rss>

