Metadata-Version: 1.1
Name: detidelevel
Version: 1.0.2
Summary: Functions to remove tidal signals from surface water levels
Home-page: https://github.com/mullenkamp/detidelevel
Author: Mike Kittridge
Author-email: mullenkamp1@gmail.com
License: Apache
Description: 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>`_.

        

        Usage examples

        --------------

        To do...

        
Keywords: tide level
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
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
