geo-index
geo-index copied to clipboard
A Rust crate and Python library for packed, static, zero-copy spatial indexes.
If you create an `RTreeBuilder` with capacity 1, insert 1 element, and then attempt to `.finish()` to produce an `OwnedRTree`, it will panic with the following message: ``` thread 'main'...
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....
Or should we add a cast method for user input?
I feel like I'd want to expose the buffer protocol on our classes, so that we could call `memoryview` on any user input and interpret it the same whether it's...
include lonboard-rendered images in docs section about Hilbert vs str sorting.
A functional API makes it easier to take views of remote buffers