<?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: Unable to find driver for FileGDB in Linux using gdal in File Geodatabase API Questions</title>
    <link>https://community.esri.com/t5/file-geodatabase-api-questions/unable-to-find-driver-for-filegdb-in-linux-using/m-p/1307587#M1222</link>
    <description>&lt;P&gt;&lt;A href="https://gdal.org/drivers/vector/filegdb.html#requirements" target="_blank" rel="noopener"&gt;https://gdal.org/drivers/vector/filegdb.html#requirements&lt;/A&gt;&lt;/P&gt;&lt;P&gt;provides a link to the FileGDB API SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The link takes you to Esri's appsforms download page to download the proper zip file for your OS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also find the drivers in the Esro github repo:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/file-geodatabase-api" target="_blank" rel="noopener"&gt;https://github.com/Esri/file-geodatabase-api&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Notice the required OS and versions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This GIS thread gives an example by ThomasG77 on how to compile and configure the driver in your system:&lt;/P&gt;&lt;P&gt;&lt;A href="https://gis.stackexchange.com/questions/386112/exporting-many-tables-from-postgresql-to-gdb-using-ogr2ogr" target="_blank" rel="noopener"&gt;https://gis.stackexchange.com/questions/386112/exporting-many-tables-from-postgresql-to-gdb-using-ogr2ogr&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For windows, I ran the express install of this:&lt;BR /&gt;&lt;A href="https://trac.osgeo.org/osgeo4w/" target="_blank" rel="nofollow noopener"&gt;https://trac.osgeo.org/osgeo4w/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Once installed, I ran the installer again, but this time with the Advanced install option,&amp;nbsp;&lt;SPAN&gt;and search then install the FileGDB plugins.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 15:49:47 GMT</pubDate>
    <dc:creator>AndresCastillo</dc:creator>
    <dc:date>2023-07-12T15:49:47Z</dc:date>
    <item>
      <title>Unable to find driver for FileGDB in Linux using gdal</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/unable-to-find-driver-for-filegdb-in-linux-using/m-p/1075573#M1197</link>
      <description>&lt;P&gt;Hi, I am trying to install FileGDB API to read/write file geodatabases using gdal. I have successfully installed FileGDB in Linux and am able to run the samples.&lt;/P&gt;&lt;P&gt;I then installed miniconda and installed gdal using&lt;/P&gt;&lt;P&gt;conda install -c conda-forge gdal&lt;/P&gt;&lt;P&gt;I am unable to find driver for "FileGDB" but other drivers like "OpenFileGDB" seem to work fine. Please suggest what I might be doing wrong.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Python code:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;osgeo&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;ogr&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;driver&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;ogr.GetDriverByName(&lt;/SPAN&gt;&lt;SPAN&gt;"FileGDB"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;driver&lt;/SPAN&gt;&lt;SPAN&gt;.GetName())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Jul 2021 07:00:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/unable-to-find-driver-for-filegdb-in-linux-using/m-p/1075573#M1197</guid>
      <dc:creator>AbhayDuvvuri2</dc:creator>
      <dc:date>2021-07-05T07:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to find driver for FileGDB in Linux using gdal</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/unable-to-find-driver-for-filegdb-in-linux-using/m-p/1307587#M1222</link>
      <description>&lt;P&gt;&lt;A href="https://gdal.org/drivers/vector/filegdb.html#requirements" target="_blank" rel="noopener"&gt;https://gdal.org/drivers/vector/filegdb.html#requirements&lt;/A&gt;&lt;/P&gt;&lt;P&gt;provides a link to the FileGDB API SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The link takes you to Esri's appsforms download page to download the proper zip file for your OS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also find the drivers in the Esro github repo:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/file-geodatabase-api" target="_blank" rel="noopener"&gt;https://github.com/Esri/file-geodatabase-api&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Notice the required OS and versions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This GIS thread gives an example by ThomasG77 on how to compile and configure the driver in your system:&lt;/P&gt;&lt;P&gt;&lt;A href="https://gis.stackexchange.com/questions/386112/exporting-many-tables-from-postgresql-to-gdb-using-ogr2ogr" target="_blank" rel="noopener"&gt;https://gis.stackexchange.com/questions/386112/exporting-many-tables-from-postgresql-to-gdb-using-ogr2ogr&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For windows, I ran the express install of this:&lt;BR /&gt;&lt;A href="https://trac.osgeo.org/osgeo4w/" target="_blank" rel="nofollow noopener"&gt;https://trac.osgeo.org/osgeo4w/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Once installed, I ran the installer again, but this time with the Advanced install option,&amp;nbsp;&lt;SPAN&gt;and search then install the FileGDB plugins.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 15:49:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/unable-to-find-driver-for-filegdb-in-linux-using/m-p/1307587#M1222</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2023-07-12T15:49:47Z</dc:date>
    </item>
  </channel>
</rss>

