Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#5673 closed enhancement (fixed)

OpenFIleGDB driver do not return table name for non geometric with ogrinfo

Reported by: pelord Owned by: warmerdam
Priority: normal Milestone: 1.11.2
Component: OGR_SF Version: unspecified
Severity: normal Keywords: OpenFileGDB
Cc:

Description

With OpenGDB driver from GDAL 1.11.1, using ogrinfo:

GDB (version 10.x) return table name for non geometric table. GDB (version 9.3) do not return table name for non geometric table.

GDAL 1.11.1, released 2014/09/24

* GDB Version 10.x

..\v10>ogrinfo ESSENCE_NAIPF_ORI_PROV.gdb -so Had to open data source read-only. INFO: Open of `ESSENCE_NAIPF_ORI_PROV.gdb'

using driver `OpenFileGDB' successful.

1: DDE_ESSEN_NAIPF_ORI_VUE (None)

* GDB Version 9.3

..\v93>ogrinfo ESSENCE_NAIPF_ORI_PROV.gdb -so Had to open data source read-only. INFO: Open of `ESSENCE_NAIPF_ORI_PROV.gdb'

using driver `OpenFileGDB' successful.

Attachments (1)

GDB.zip (42.5 KB ) - added by pelord 10 years ago.
Zip file of the 2 gdb, one in 9.3, the other in 10.x version.

Download all attachments as: .zip

Change History (7)

comment:1 by Even Rouault, 10 years ago

Access to the 9.3 .gdb would be needed

by pelord, 10 years ago

Attachment: GDB.zip added

Zip file of the 2 gdb, one in 9.3, the other in 10.x version.

comment:2 by Even Rouault, 10 years ago

Could the sample be distributed in the GDAL autotest suite ?

branches/1.11 r27771, trunk r27772 "OpenFileGDB: add support for non spatial GDB v9 tables (#5673)"

comment:3 by Even Rouault, 10 years ago

Component: defaultOGR_SF
Milestone: 1.11.11.11.2
Resolution: fixed
Status: newclosed

comment:4 by pelord, 10 years ago

The sample could be distribued.

comment:5 by Even Rouault, 10 years ago

Thanks. trunk r27777 "OpenFileGDB: add test for #5673"

comment:6 by Even Rouault, 10 years ago

branches/1.11 r27778 "OpenFileGDB: add test for #5673 (and #5638 as well)"

Note: See TracTickets for help on using tickets.