Skip to main content

tile_id_for_cell

Function tile_id_for_cell 

Source
pub fn tile_id_for_cell(
    schema: &ArraySchema,
    coord: &[CoordValue],
    system_from_ms: i64,
) -> ArrayResult<TileId>
Expand description

Compute the TileId for one cell coordinate at a given system time. Non-bitemporal callers pass system_from_ms = 0; bitemporal writes supply the leader-stamped HLC component.