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

Discussion: make GeoDataFrames the main entry point for vector data #81

Open
asinghvi17 opened this issue Oct 23, 2024 · 3 comments
Open

Comments

@asinghvi17
Copy link
Contributor

From https://discourse.julialang.org/t/screening-interest-in-a-unified-vector-raster-package-akin-to-r-terra/121613, it might make sense to make GeoDataFrames a single point of entry for vector datasets.

Would there be interest in creating a "backend system" for GeoDataFrames, so that we can use native Julia readers wherever possible, and fall back to ArchGDAL when needed? This would probably help performance quite a bit as well.

The other proposal was that GeoDataFrames could re-export Extents.jl and GeoFormatTypes.jl, so that users don't need to know about those!

@evetion
Copy link
Owner

evetion commented Oct 23, 2024

That's certainly possible, and I think that still works without wrapping either the geometry, or Dataframes, but is that still the right way ahead? I like spatial to be not special, but that makes it also harder.

With regards to exporting, what happens if we re-export here and someone does using Extents?

@asinghvi17
Copy link
Contributor Author

Agreed that spatial should not be special. IMO we can sneak in quite a bit of stuff through metadata and GeoAcceleratedArrays.

On the using extents part of it - it's fine, there are no name clashes by definition since it's the same function. (I mean literally @reexport using Extents).

@evetion
Copy link
Owner

evetion commented Nov 20, 2024

First attempt at #92

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