-
Terra support for reading in .parquet vector files would be most welcome. Currently I am using sfarrow package to read into R then converting to spatvect.
-
In RStudio's R Markdown notebook mode, R data.frames get rendered with an interactive table browser where you can paginate through it. I haven't looked into how this works, but it would be nice if we …
-
## Feature request
#### Which Delta project/connector is this regarding?
- [x] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)
### Overview
We are hopi…
-
I think it would be useful to have in `geo` helper functions to convert arbitrary objects that implement geo-traits to `geo` objects. That is, vendoring [this code from geoarrow-rs](https://github.com…
-
I noticed that the deck.gl layers does earcut on the client but it'd be nice to create geometry source data that has already been earcutted for better performance.
https://github.com/frewsxcv/earcutr…
-
I was trying to give geo-index a spin with the use case of finding self-intersecting geometries (contiguity). At minimum, we expect each geometry to be an intersection candidate with itself. Using geo…
-
### Describe the usage question you have. Please include as many useful details as possible.
👋 I've been excited about the PyCapsule interface, and have been implementing it in my [geoarrow-rust…
-
## Expected behavior and actual behavior.
Right now, if you pass in a larger coordinate array than an indices array into `from_ragged_array` it gives you an error: `ValueError: geometries and indic…
-
### What feature or improvement would you like to see?
This todo list contains a number of potential enhancements, missing features and missing docs that I collected from the preliminary implementa…
-
Earcut functionality would be useful to support.
- Does a `TriangleArray` make sense? It wouldn't be _exactly_ aligned with (today's) formal geoarrow types, but it would be really high performance…