Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

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".

share|improve this question
4  
You should be able to view the fgdb in the free ArcGIS Explorer. There is no export option. – klewis Jan 29 at 1:39
Do you try FME Desktop ? – Julien Feb 13 at 15:40

1 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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.