<?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 Feature Classes within a File Geodatabase? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/counting-feature-classes-within-a-file-geodatabase/m-p/201539#M11546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can select all of the feature classes under the Contents tab within ArcCatalog and it will give you a count at the lower left of all the feature classes selected.&amp;nbsp; However, this will not include feature classes within feature datasets.&amp;nbsp; To get a count of both you may need to result to a python script.&amp;nbsp; I've attached one here that you can use.&amp;nbsp; Browse to the toolbox in the Catalog window, double-click the script within the Toolbox, and then browse to the File Geodatabase.&amp;nbsp; The script will report how many feature classes exist within the geodatabase.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Sep 2011 14:31:44 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2011-09-08T14:31:44Z</dc:date>
    <item>
      <title>Counting Feature Classes within a File Geodatabase?</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-feature-classes-within-a-file-geodatabase/m-p/201538#M11545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been looking for the last 3 hours for something that I thought would be simple functionality within ArcCatalog: A simple count of feature classes within a File Geodatabase.&amp;nbsp; I have looked in documentation, the forums, and simply Googled it....&amp;nbsp; Nothing!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would anyone have a pointer, or just hit me over the head with a simple "you forgot to check this box in your Options..."?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;--Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 20:06:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-feature-classes-within-a-file-geodatabase/m-p/201538#M11545</guid>
      <dc:creator>AdamRepsher</dc:creator>
      <dc:date>2011-09-07T20:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Feature Classes within a File Geodatabase?</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-feature-classes-within-a-file-geodatabase/m-p/201539#M11546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can select all of the feature classes under the Contents tab within ArcCatalog and it will give you a count at the lower left of all the feature classes selected.&amp;nbsp; However, this will not include feature classes within feature datasets.&amp;nbsp; To get a count of both you may need to result to a python script.&amp;nbsp; I've attached one here that you can use.&amp;nbsp; Browse to the toolbox in the Catalog window, double-click the script within the Toolbox, and then browse to the File Geodatabase.&amp;nbsp; The script will report how many feature classes exist within the geodatabase.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 14:31:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-feature-classes-within-a-file-geodatabase/m-p/201539#M11546</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2011-09-08T14:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Feature Classes within a File Geodatabase?</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-feature-classes-within-a-file-geodatabase/m-p/201540#M11547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you SO much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 14:35:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-feature-classes-within-a-file-geodatabase/m-p/201540#M11547</guid>
      <dc:creator>AdamRepsher</dc:creator>
      <dc:date>2011-09-08T14:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Feature Classes within a File Geodatabase?</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-feature-classes-within-a-file-geodatabase/m-p/201541#M11548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can select all of the feature classes under the Contents tab within ArcCatalog and it will give you a count at the lower left of all the feature classes selected.&amp;nbsp; However, this will not include feature classes within feature datasets.&amp;nbsp; To get a count of both you may need to result to a python script.&amp;nbsp; I've attached one here that you can use.&amp;nbsp; Browse to the toolbox in the Catalog window, double-click the script within the Toolbox, and then browse to the File Geodatabase.&amp;nbsp; The script will report how many feature classes exist within the geodatabase.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi.. I know this is an old post, but do you still have the python script that will count the features within the database and does it work in 10.1?&amp;nbsp; I have a lot of very large db's that I need to get feature counts on, the best way possible.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 12:37:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-feature-classes-within-a-file-geodatabase/m-p/201541#M11548</guid>
      <dc:creator>MelissaFeigel</dc:creator>
      <dc:date>2013-01-02T12:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Feature Classes within a File Geodatabase?</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-feature-classes-within-a-file-geodatabase/m-p/201542#M11549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Melissa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached is the script and toolbox.&amp;nbsp; Yes, this will work with 10.1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 13:13:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-feature-classes-within-a-file-geodatabase/m-p/201542#M11549</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-01-02T13:13:39Z</dc:date>
    </item>
  </channel>
</rss>

