semantique.processor.utils.allnull#
- semantique.processor.utils.allnull(x, axis)[source]#
Test whether all elements along a given axis in an array are null.
- Parameters:
x (
xarray.DataArray
ornumpy.array
) – The input array.axis (
int
) – Axis along which the tests are performed.
- Returns: