H3CompactCells

Trait H3CompactCells 

Source
pub trait H3CompactCells {
    // Required method
    fn h3_compact_cells(&self) -> Result<UInt64Chunked, Error>;
}
Expand description

Compacts H3Cell using the H3 resolution hierarchy.

Required Methods§

Source

fn h3_compact_cells(&self) -> Result<UInt64Chunked, Error>

Compacts H3Cell using the H3 resolution hierarchy.

Invalid cells are ignored.

Implementors§