Skip to main content

Crate sphereql_index

Crate sphereql_index 

Source
Expand description

Spatial indexing with shell/sector partitioning.

Partitions S² into radial shells and angular sectors for fast spatial queries: cone, cap, shell, band, wedge lookups and k-nearest-neighbor search.

Re-exports§

pub use cache::*;
pub use composite::*;
pub use item::*;
pub use sector::*;
pub use shell::*;

Modules§

cache
composite
item
sector
shell