watex.methods.hydro.AqSection.findSection#
- AqSection.findSection(z=None, depth_unit='m')[source]#
Find aquifer valid section (upper and lower section )
- Parameters
z (array-like 1d, pandas.Series) – Array of depth or a pandas series that contains the depth values. Two dimensional array or more is not allowed. However when z is given as a dataframe and zname is not supplied, an error raises since zname is used to fetch and overwritten z from the dataframe.
- Returns
self.section_ – valid upper and lower section in SI units (m) if depth values are given in meters.
- Return type
list of float