Opened 11 years ago
Closed 9 years ago
#4578 closed defect (wontfix)
GDAL/OGR filegdb layer visibility
Reported by: | glafleur | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | filegdb |
Cc: | Robert Coup |
Description
OGR is unable to see some of the layers in my filegdb. I have attached to this ticket a file geodatabase with 3 feature classes in it. OGR can see one of them, the one named 'reg'.
The one that it can see was copied from a shape file into the geodatabase and has a geometry column called SHAPE.
The other two were copied out of oracle sde and have columns called 'GEOMETRY'.
to reproduce run ogrinfo on the attached filegdb.
Attachments (1)
Change History (7)
by , 11 years ago
Attachment: | arc10gdb2.zip added |
---|
comment:1 by , 11 years ago
Cc: | added |
---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Just to confirm: I opened the attached file geodatabase in ArcCatalog and redefined the CRS for the invisible layers: Select pre-defined Coordinate System > Projected Coordinate Systems > National Grids > Canada > NAD 1983 BC Environment Albers. Now all feature classes are visible:
$ ogrinfo arc10geodb.gdb/ INFO: Open of `arc10geodb.gdb/' using driver `FileGDB' successful. 1: bei (Multi Polygon) 2: WATBOD_t (Multi Polygon) 3: reg (Multi Polygon)
The FileGDB SDK doesn't support "custom coordinate systems", whatever ESRI's definition of "custom" is.
comment:4 by , 11 years ago
Keywords: | filegdb added |
---|
Just got bit by this myself. It took days to find the cause. Thanks for recording the issue, and please vote for fixing it upstream at http://ideas.arcgis.com/ideaView?id=087E00000004DpoIAE
comment:5 by , 11 years ago
I had this problem with layers in State Plane Oregon North Zone (3601) US_Foot. However, testing with the FileGDB API 1.2 on OS X and it reported the layers in that projection without a problem and was able to read the layers just fine.
comment:6 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I understood that the issue was caused by FileGDB SDK and not by GDAL. Closing as wontfix.
The "Invalid function arguments" seems to be a deficiency of the FileGDB SDK itself, mentionned in http://trac.osgeo.org/gdal/ticket/4224 and which points to http://forums.arcgis.com/threads/36745-File-Geodatabase-API-1.1-now-available?p=127473&viewfull=1#post127473