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

Feature request: loading SF geometry #99

Open
asinghvi17 opened this issue May 6, 2024 · 0 comments
Open

Feature request: loading SF geometry #99

asinghvi17 opened this issue May 6, 2024 · 0 comments

Comments

@asinghvi17
Copy link

asinghvi17 commented May 6, 2024

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.

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

1 participant