RData.jl icon indicating copy to clipboard operation
RData.jl copied to clipboard

Feature request: loading SF geometry

Open asinghvi17 opened this issue 1 year ago • 0 comments

SF geometry tables are currently presented as vectors of vectors. However, this loses important type information (polygons and multilinestrings have the same structure), which could be picked up from the R data. Wrapping these in Julia geometry is trivial with GeoInterface.jl wrapper geometries. These also allow the CRS to be stored along with the object.

Would there be interest in doing this, and where could I begin? All of the attributes necessary are available when convert = false, so it's only a matter of processing on the Julia end.

asinghvi17 avatar May 06 '24 13:05 asinghvi17