odc.geo.math.align_up

odc.geo.math.align_up(x, align)[source]

Align integer up.

Return type

int

Returns

y such that y % align == 0 and y >= x and (y - x) < align