We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
It seems that one of the .gdbtable file within the GeoDatabase lacks a corresponding .gdbtablx , which shouldn't happen on a sane Geodatabase.
Sorry, something went wrong.
No branches or pull requests
I recently started getting issues selecting data from File Geodatabase feature classes.
Running the following query:
I'm getting the following error:
Any thoughts on how I can resolve this?
The text was updated successfully, but these errors were encountered: