<?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: read file GDB using python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/read-file-gdb-using-python/m-p/134199#M10510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly what I mean, thanks Dan, and thank you Matthew for your code example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2014 06:53:30 GMT</pubDate>
    <dc:creator>Gisbert61</dc:creator>
    <dc:date>2014-09-16T06:53:30Z</dc:date>
    <item>
      <title>read file GDB using python</title>
      <link>https://community.esri.com/t5/python-questions/read-file-gdb-using-python/m-p/134196#M10507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, how do I read geodatabase content using python? Creating a file geodatabase is not a problem but after that, how can I acces the file GDB using python and -for example- lists its content&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tia, Bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 17:56:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/read-file-gdb-using-python/m-p/134196#M10507</guid>
      <dc:creator>Gisbert61</dc:creator>
      <dc:date>2014-09-14T17:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: read file GDB using python</title>
      <link>https://community.esri.com/t5/python-questions/read-file-gdb-using-python/m-p/134197#M10508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean like &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//018v00000018000000"&gt;ListFeatureClasses &lt;/A&gt;?&amp;nbsp; There are many &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//002z00000011000000"&gt;more here &lt;/A&gt;if this is what you mean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 20:49:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/read-file-gdb-using-python/m-p/134197#M10508</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-09-14T20:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: read file GDB using python</title>
      <link>https://community.esri.com/t5/python-questions/read-file-gdb-using-python/m-p/134198#M10509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just adding to the first reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="python" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14107975053673009 jive_text_macro" jivemacro_uid="_14107975053673009"&gt;
&lt;P&gt;import arcpy&lt;/P&gt;
&lt;P&gt;from arcpy import env&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;env.workspace = "C:/mygdb.gdb" &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;fclist = arcpy.ListFeatureClasses()&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;for fc in fclist:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ## Add Code here&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print fc&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 16:12:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/read-file-gdb-using-python/m-p/134198#M10509</guid>
      <dc:creator>MatthewLewis</dc:creator>
      <dc:date>2014-09-15T16:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: read file GDB using python</title>
      <link>https://community.esri.com/t5/python-questions/read-file-gdb-using-python/m-p/134199#M10510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly what I mean, thanks Dan, and thank you Matthew for your code example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 06:53:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/read-file-gdb-using-python/m-p/134199#M10510</guid>
      <dc:creator>Gisbert61</dc:creator>
      <dc:date>2014-09-16T06:53:30Z</dc:date>
    </item>
  </channel>
</rss>

