watex.exceptions.DepthError#

exception watex.exceptions.DepthError[source]#

Raises exception with everything that does not support the depth line a multidimensional array. Commonly Depth is a one-dimensional array and its atttribute name when pandas daframe of series is given must contain at least the name ‘z’. If such name does not exist in the pandas dataframe or serie name, specify other name using the parameter ‘zname’ througthout the package. Be aware to not confuse the parameters ‘depth’ with ‘zname’ . While the former specifies the 1d array, the latter both are expected the name of the depth as a pandas series.