detidelevel

Functions to remove tidal signals from surface water levels


Keywords
tide, level
License
Apache-2.0
Install
pip install detidelevel==1.0.4

Documentation

detideflow - A Python package to remove tidal signals in water level time series

The detideflow package includes a function to remove the tidal signal from a water level times series and a plotting function using plotly to assist with parameter setting.

Installation

detidelevel can be installed via pip or conda:

pip install detidelevel

or:

conda install -c mullenkamp detidelevel

The core dependency is Pandas and statsmodels.

If you want to run the plotting functions, you will also need to install plotly.

Usage examples

To do...