1

I need to use the fileGDB driver in gdal, however I can't figure out how to install the driver.

This is the only kind of documentation I found but it doesn't make any sense to me: http://www.trac.osgeo.org/gdal/wiki/FileGDB

Could somebody explain to me how to get this driver to work?
My OS is Windows 10 with the gdal core-1600 64-bit from GISInternals.

asked Sep 21, 2015 at 14:28
5
  • What operating system are you using, and how did you obtain your GDAL binaries? Commented Sep 21, 2015 at 14:33
  • That highly depends on the OS you are using. If you are on Windows for instance, the OsGeo4W Installer includes a GDAL version compiled with FileGDB support. Commented Sep 21, 2015 at 14:33
  • @EvilGenius Thanks, my OS is Windows 10, added it to my question. Commented Sep 21, 2015 at 14:35
  • @EvilGenius I got the binaries from: gisinternals.com/release.php Commented Sep 21, 2015 at 14:36
  • @Kersten I tried to uninstall my current gdal version and install it again using the OsGeo4W Installer but it didn't seem to support FileGDB. Commented Sep 21, 2015 at 14:38

1 Answer 1

3

Since you've indicated that you are using the GISInternals build of GDAL/OGR:

You need to install the FileGDB plugin separately. This can be found on the same page as the GDAL-core installer. Just grab the filegdb installer that matches and install it afterward.

I.E. for the MSVC 2010 version you'll want:

answered Sep 21, 2015 at 14:46
3
  • Is it right that in the list of formats this is called "OpenFileGDB" and that it is read-only? Commented Sep 21, 2015 at 14:53
  • @Mirko No, that's an alternate driver (see FileGDB and OpenFileGDB). Commented Sep 21, 2015 at 14:56
  • Hmm, because I downloaded and installed the fileGDB plugin from GISInternals but I still have no FileGDB driver when I execute "ogr2ogr --formats" Commented Sep 21, 2015 at 14:58

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.