Metadata-Version: 2.3
Name: detidelevel
Version: 1.0.5
Summary: Functions to remove tidal signals from surface water levels
Project-URL: Homepage, https://github.com/mullenkamp/detidelevel
Author-email: Mike Kittridge <mullenkamp1@gmail.com>
License: Apache-2.0
Keywords: level,tide
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Requires-Dist: pandas
Requires-Dist: statsmodels
Description-Content-Type: text/x-rst

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.

.. Documentation
.. --------------
.. The primary documentation for the package can be found `here <http://hydrointerp.readthedocs.io>`_.

Installation
------------
detidelevel can be installed via pip or conda::

  pip install detidelevel

or::

  conda install -c mullenkamp detidelevel

The core dependency is `Pandas <http://pandas.pydata.org/pandas-docs/stable/>`_ and `statsmodels <https://www.statsmodels.org>`_.

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

Usage examples
--------------
To do...
