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

Using st_read on File GeoDatabase results in error "No such file or directory" #238

Closed
ebkurtz opened this issue Jan 24, 2024 · 0 comments · Fixed by #249
Closed

Using st_read on File GeoDatabase results in error "No such file or directory" #238

ebkurtz opened this issue Jan 24, 2024 · 0 comments · Fixed by #249

Comments

@ebkurtz
Copy link

ebkurtz commented Jan 24, 2024

Attempting to open a File Geodatabse using the st_read() function results in an error Error: IO Error: GDAL Error (4): database.gdb not recognized as a supported file format. This error occurs whether or not I specify the layer or allowed_drivers parameters. I am able to open a specific table by specifying a full path, e.g. database.gdb\a0000000a.gdbtable however I'd like to access the data using the path to the geodatabase and layername parameter.

I'm using the duckdb CLI version v0.9.1 on Windows.

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

Successfully merging a pull request may close this issue.

1 participant