Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenFileGDB Driver Error #525

Open
DanCranford opened this issue Mar 24, 2025 · 1 comment
Open

OpenFileGDB Driver Error #525

DanCranford opened this issue Mar 24, 2025 · 1 comment

Comments

@DanCranford
Copy link

I recently started getting issues selecting data from File Geodatabase feature classes.

Running the following query:

select 
  objectid
from
  st_read('path\to\file\geodatabase.gdb', layer='layer_name')
limit 1000

I'm getting the following error:

IO Error: GDAL Error (1): Error occurred in D:\a\core-extensions\core-extensions\build\release\deps\projects\Source\GDAL\ogr\ogrsf_frmts\openfilegdb\filegdbtable.cpp at line 900

Any thoughts on how I can resolve this?

@rouault
Copy link

rouault commented Apr 2, 2025

Any thoughts on how I can resolve this?

It seems that one of the .gdbtable file within the GeoDatabase lacks a corresponding .gdbtablx , which shouldn't happen on a sane Geodatabase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants