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

ArchGDAL now has a vector dataset writer #43

Open
visr opened this issue Aug 18, 2022 · 1 comment
Open

ArchGDAL now has a vector dataset writer #43

visr opened this issue Aug 18, 2022 · 1 comment

Comments

@visr
Copy link
Collaborator

visr commented Aug 18, 2022

Looks like the GeoDataFrames.write function can probably be simplified a lot now that yeesian/ArchGDAL.jl#315 is merged. (Still needs to be tagged)

https://github.com/evetion/GeoDataFrames.jl/blob/v0.3.0/src/io.jl#L59-L155

@maxfreu
Copy link
Contributor

maxfreu commented May 19, 2023

Actually, I don't think so. You would still have to assemble the dataset in memory manually from the table. Also, the writer is still lacking support for spatial refs and multiple geometries per layer I think. But using it could in principle provide speed benefits for large datasets, when the chunked write option is enabled via use_gdal_copy=false.

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