Skip to main content

query_region

Function query_region 

Source
pub fn query_region(
    tree: &SpatiotemporalQuadTree,
    bbox: (f64, f64, f64, f64),
    time_range: (u64, u64),
) -> Vec<u64>
Expand description

Query assets in a bounding box over a temporal window. Returns H3/cell indices of matching elements.