Function build_block_index_pipeline

Source
fn build_block_index_pipeline<R: RasterType>(
    raster: &RasterDataset<R>,
    geoms: &BTreeMap<i64, Vec<(f64, f64, f64)>>,
) -> (BTreeMap<i64, Index2d>, Vec<(usize, (i64, Index2d))>, Vec<usize>)
Expand description

Shared helper: builds the index-to-blocks pipeline. Returns (id_indices, blocks_to_process) from geometry data.