evetion / GeoDataFrames.jl

Simple geographical vector interaction built on top of ArchGDAL
https://www.evetion.nl/GeoDataFrames.jl/dev/
MIT License
67 stars 6 forks source link

ArchGDAL now has a vector dataset writer #43

Open visr opened 2 years ago

visr commented 2 years ago

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

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

maxfreu commented 1 year ago

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.