<?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: Accessing File Geodatabase API in Python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/accessing-file-geodatabase-api-in-python/m-p/452440#M35450</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No clue why they were clipped... now they are correct.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Feb 2014 19:30:17 GMT</pubDate>
    <dc:creator>JosephArmbruster</dc:creator>
    <dc:date>2014-02-02T19:30:17Z</dc:date>
    <item>
      <title>Accessing File Geodatabase API in Python</title>
      <link>https://community.esri.com/t5/python-questions/accessing-file-geodatabase-api-in-python/m-p/452438#M35448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you interested in using the File Geodatabase API in Python?&amp;nbsp; Well, wait no more!&amp;nbsp; You can read about it in this post:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://libjoe.blogspot.com/2014/02/python-wrapper-for-esri-file.html"&gt;http://libjoe.blogspot.com/2014/02/python-wrapper-for-esri-file.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And visit the project page here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://code.google.com/p/file-geodatabase-api-python-wrapper/"&gt;https://code.google.com/p/file-geodatabase-api-python-wrapper/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Joseph Armbruster&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Feb 2014 16:50:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/accessing-file-geodatabase-api-in-python/m-p/452438#M35448</guid>
      <dc:creator>JosephArmbruster</dc:creator>
      <dc:date>2014-02-02T16:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing File Geodatabase API in Python</title>
      <link>https://community.esri.com/t5/python-questions/accessing-file-geodatabase-api-in-python/m-p/452439#M35449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joseph,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should correct the links, they error out with a 404... Interesting project by the way!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Feb 2014 17:12:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/accessing-file-geodatabase-api-in-python/m-p/452439#M35449</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2014-02-02T17:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing File Geodatabase API in Python</title>
      <link>https://community.esri.com/t5/python-questions/accessing-file-geodatabase-api-in-python/m-p/452440#M35450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No clue why they were clipped... now they are correct.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Feb 2014 19:30:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/accessing-file-geodatabase-api-in-python/m-p/452440#M35450</guid>
      <dc:creator>JosephArmbruster</dc:creator>
      <dc:date>2014-02-02T19:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing File Geodatabase API in Python</title>
      <link>https://community.esri.com/t5/python-questions/accessing-file-geodatabase-api-in-python/m-p/452441#M35451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I searched high and low and could not find a Python wrapper for it, so I had a fresh cup of Joe and decided to dive right in.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you aware of the &lt;/SPAN&gt;&lt;A href="http://www.gdal.org/ogr/"&gt;GDAL/OGR&lt;/A&gt;&lt;SPAN&gt; python bindings? They have supported the FGDB API for about as long as the API has been available.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Feb 2014 21:04:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/accessing-file-geodatabase-api-in-python/m-p/452441#M35451</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2014-02-02T21:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing File Geodatabase API in Python</title>
      <link>https://community.esri.com/t5/python-questions/accessing-file-geodatabase-api-in-python/m-p/452442#M35452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;lpinner: If all you need to do is access the File Geodatabase API then this is substantially more lightweight than GDAL/OGR and exposes the original API interfaces (including those for editing).&amp;nbsp; I use GDAL almost every day but in this case I desired a more direct path to the File Geodatabase API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Feb 2014 21:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/accessing-file-geodatabase-api-in-python/m-p/452442#M35452</guid>
      <dc:creator>JosephArmbruster</dc:creator>
      <dc:date>2014-02-02T21:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing File Geodatabase API in Python</title>
      <link>https://community.esri.com/t5/python-questions/accessing-file-geodatabase-api-in-python/m-p/452443#M35453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm going to create a simplified windows build tonight.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 19:32:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/accessing-file-geodatabase-api-in-python/m-p/452443#M35453</guid>
      <dc:creator>JosephArmbruster</dc:creator>
      <dc:date>2014-02-03T19:32:01Z</dc:date>
    </item>
  </channel>
</rss>

