[GIS] How to convert GDB data to shapefiles without ArcGIS

convertfile-geodatabaseshapefile

We've got some data (supposedly it's a simple collection of points–or at least that is all we need to extract) from a 3rd party in a GDB folder (I don't know how to tell what version) but we don't have an ESRI Arc* product. We are not primarily a GIS company, and our tools basically support only shapefiles. How can we convert the GDB to shapefiles?

Note: I tried following the instructions to get GDB support in QGIS (after uninstalling QGIS and re-installing via osgeo4w-setup) but it didn't work; QGIS still says "Xyz.GDB is not a valid or recognized data source".

Best Answer

If the FileGDB driver for GDAL/OGR didn't work (and that's what I suspect from your question), then unfortunately I suspect that the GDB format is <10.0 and locked from the open source world.

Esri software is required to open old GDB files. Even Safe's FME requires ArcObjects.

If you can, ask the data provider to provide an unrestricted file format, otherwise you need to find someone with an ArcGIS license to help you out.