semantique.processor.arrays.Array.regularize

semantique.processor.arrays.Array.regularize#

Array.regularize()[source]#

Regularize the spatial dimension of the array.

Regularizing makes sure that the steps between subsequent coordinates of the spatial dimensions are always equal to the resolution of that dimensions.

Returns:

xarray.DataArray – The regularized input array.