I have a file ending with *.gdb. I don't know what it actually is. I also don't know what to expect inside the file. I am trying to access it with ogr.
I tried with ogrinfo:
ogrinfo test.gdb
ERROR 1: posix_spawnp() failed
FAILURE:
Unable to open datasource `test.gdb' with the following drivers.
-> ESRI Shapefile
-> MapInfo File
-> UK .NTF
-> SDTS
-> TIGER
-> S57
-> DGN
-> VRT
-> REC
-> Memory
-> BNA
-> CSV
-> GML
-> GPX
-> KML
-> GeoJSON
-> GMT
-> GPKG
-> SQLite
-> WAsP
-> PostgreSQL
-> PCIDSK
-> OpenFileGDB
-> XPlane
-> AVCBin
-> AVCE00
-> DXF
-> Geoconcept
-> GeoRSS
-> GPSTrackMaker
-> VFK
-> PGDump
-> OSM
-> GPSBabel
-> SUA
-> OpenAir
-> PDS
-> WFS
-> HTF
-> AeronavFAA
-> EDIGEO
-> GFT
-> GME
-> SVG
-> CouchDB
-> Idrisi
-> ARCGEN
-> SEGUKOOA
-> SEGY
-> XLS
-> ODS
-> XLSX
-> ElasticSearch
-> PDF
-> CartoDB
-> SXF
So apparently I do have the OpenFileGDB driver. Why do I get an error?
I am on OS X 10.10.3
My GDAL version is 1.11.1, released 2014/09/24 installed with brew.
If it is a FileGDB, do you know what version it is? This may make a difference. What system are you using? How did you install GDAL? You should upgrade to the latest version of GDAL. Basically all of my questions lead to the point of you needing to add more detail to your question to handle some of the possible variables. The more detailed information you can provide, the better your chance of getting a good answer. – Get Spatial Apr 22 '15 at 15:29
.gdb. So it is not a zip, but apparently also not a folder as expected from a File Geodatabase. I assume there is something wrong with the file. I try to get a hold of the creator of the dataset. – ustroetz Apr 22 '15 at 21:01