-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cannot save as Shapefile #48
Comments
@felix-schott I've just had a go at this and can't reproduce the error. Environment Information
Is it possible you don't have write access to the folder you're outputting to? |
Hi @mtravis, Thanks for trying to reproduce. I have write access and I can output to all other formats. It even successfully produces Good to know it's dependent on environment. #45 makes it more difficult to reproduce, do you mind sharing what version of the duckdb package you're using? I'm on 0.9.1. |
Thanks for reporting @felix-schott - I also wasn't able to reproduce, but I do feel like I may have seen a similar error once before. I'm on duckdb 0.9.1 too (os/x and python 3.11). It's likely a duckdb problem, should just try to write any shapefile out from duckdb. |
Hi guys, |
@felix-schott great, looks like it's not specific to just shapefile but other formats that use .db |
@felix-schott also, I haven't upgraded to DuckDB 0.9.1 as of yet. |
@felix-schott (or anyone else) - If you want to chat in general we're starting to use the Cloud Native Geo Foundation slack can join at https://join.slack.com/t/cloudnativegeo/shared_invite/zt-235w8flfo-TW5Tpi1sPqQFWeMy~7ROHA (or let me know your email and I can invite you). |
Cheers, I joined :) |
Hi! I think I have a partial fix for this in duckdb/duckdb_spatial#145, at least ShapeFiles, GeoJSONSeq and formats not using GDAL's internal thread pool should work. |
Hi! Just letting you guys know we just got distribution of development builds for spatial working, so you should be able to install the latest spatial version for duckdb v0.9.1 (where this is fixed) by executing: FORCE INSTALL spatial FROM 'http://nightly-extensions.duckdb.org'; We will probably backport the fixes to the latest "stable" build you'd get by default when you call |
Environment Information
Description
Trying to save the output as a shapefile fails, see command and traceback below.
What I Did
The text was updated successfully, but these errors were encountered: