Tagged Questions
2
votes
1answer
58 views
How to interpret the OSGeo4w software version under Advanced Install option?
When choosing to install QGIS Desktop using the OSGeo4w advanced install option, I noticed that there are what looks like ambiguous software versions to choose.
For example, currently QGIS Desktop ...
3
votes
1answer
228 views
ESRI GDB Support in GDAL / ogr2ogr on Mac OS X 10.8
How do you incorporate support for ESRI's fgdb format into GDAL / ogr2ogr on Mac OS X 10.8?
3
votes
1answer
168 views
ogr2ogr / GDAL remove features in FileGDB while in use by ArcGIS Server map service
I'm using ogr2ogr to pull features out of Oracle and put them into a File GeoDatabase. The FGDB is being used by an active ArcGIS Server map service. This is all done for performance / reducing DB ...
5
votes
1answer
213 views
Slow FileGDB Performance in GDAL
I am attempting to write many ASPRS LAS point files into an ESRI File Geodatabase using my compilation of GDAL 1.9.2. The FileGDB driver for GDAL/OGR appears to be incredibly slow when writing large ...
8
votes
2answers
1k views
How to get FGDB support in GDAL 1.9 without compiling?
I was hoping that I could use the 'master' (nightly-build) version of QGIS to get fgdb support without compiliing (I'm not a developer and frankly have wasted days of productive time trying to get ...
19
votes
2answers
1k views
Can ESRI's File Geodatabase API be Redistributed?
ESRI's file geodatabase API can now be used with GDAL/OGR - http://www.gdal.org/ogr/drv_filegdb.html however each individual seems to have to login to ESRI and download the API files individually. For ...
7
votes
1answer
677 views
Building GDAL With Read/Write Support of FileGDB
Has anyone been successful in building gdal with read/write support of file geodatabases? I am able to build successfully, just never see FileGDB as in the supported vector formats. Here is what I ...