geoana.utils.append_ndim#

geoana.utils.append_ndim(arr, ndim)#

Appends dimensions to a numpy ndarray

Parameters:
arrarray_like
ndimint

The number of dimensions to append to arr

Returns:
numpy.ndarray