pramsey / pgsql-ogr-fdw

PostgreSQL foreign data wrapper for OGR
MIT License
239 stars 34 forks source link

ogr_fdw gdb support ? #110

Closed apiszcz closed 8 years ago

apiszcz commented 8 years ago

A single gdb connection works fine. With shapefiles which reside in a single folder the ogr_fdw SERVER accesses all files. Is it possible to access multiple GDB's in the same folder?

pramsey commented 8 years ago

no, each gdb is itself a folder that can contain multiple layers, so OGR is going to have to address them one at a time, which means one connection per file. Or you could build a VRTLayer than exposes all the layers as if they were in one container http://www.gdal.org/drv_vrt.html