geo-index icon indicating copy to clipboard operation
geo-index copied to clipboard

A Rust crate and Python library for packed, static, zero-copy spatial indexes.

Results 33 geo-index issues
Sort by recently updated
recently updated
newest added

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....

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