get_tile_plan

function of dascore.utils.tiles source

get_tile_plan(
    shape: tuple[int, …] ,
    size: tuple[int, …] ,
    stride: tuple[int, …] ,
)-> ‘TilePlan’

Return the plan for tiles of size at stride over an array of shape.

Cached: a spool of patches of one shape shares a plan.