You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Attempting to open a File Geodatabse using the
st_read()
function results in an errorError: IO Error: GDAL Error (4): database.gdb not recognized as a supported file format.
This error occurs whether or not I specify thelayer
orallowed_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.
The text was updated successfully, but these errors were encountered: