detidelevel


Namedetidelevel JSON
Version 1.0.5 PyPI version JSON
download
home_pageNone
SummaryFunctions to remove tidal signals from surface water levels
upload_time2024-12-08 08:17:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords level tide
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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...

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "detidelevel",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "level, tide",
    "author": null,
    "author_email": "Mike Kittridge <mullenkamp1@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6b/ea/6dfce52ceb75ff13e37f458d7b3ff23ce6f962070ba4d786a054bffc7e40/detidelevel-1.0.5.tar.gz",
    "platform": null,
    "description": "detideflow - A Python package to remove tidal signals in water level time series\n================================================================================\n\nThe 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.\n\n.. Documentation\n.. --------------\n.. The primary documentation for the package can be found `here <http://hydrointerp.readthedocs.io>`_.\n\nInstallation\n------------\ndetidelevel can be installed via pip or conda::\n\n  pip install detidelevel\n\nor::\n\n  conda install -c mullenkamp detidelevel\n\nThe core dependency is `Pandas <http://pandas.pydata.org/pandas-docs/stable/>`_ and `statsmodels <https://www.statsmodels.org>`_.\n\nIf you want to run the plotting functions, you will also need to install plotly.\n\nUsage examples\n--------------\nTo do...\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Functions to remove tidal signals from surface water levels",
    "version": "1.0.5",
    "project_urls": {
        "Homepage": "https://github.com/mullenkamp/detidelevel"
    },
    "split_keywords": [
        "level",
        " tide"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "375543a69ab4dd530ce9c67d1a0e5e02465c3ba3408d5179ab2c67b51b539bfa",
                "md5": "7d20e8b6ed9efbea519bbb21434f58f8",
                "sha256": "ba8317587ccfbfc1adf35f3ff695cc8353f4ad9ca5b9b59c95445f8c9f375746"
            },
            "downloads": -1,
            "filename": "detidelevel-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7d20e8b6ed9efbea519bbb21434f58f8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10408,
            "upload_time": "2024-12-08T08:17:33",
            "upload_time_iso_8601": "2024-12-08T08:17:33.261475Z",
            "url": "https://files.pythonhosted.org/packages/37/55/43a69ab4dd530ce9c67d1a0e5e02465c3ba3408d5179ab2c67b51b539bfa/detidelevel-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bea6dfce52ceb75ff13e37f458d7b3ff23ce6f962070ba4d786a054bffc7e40",
                "md5": "9f9d1566b0e22421d5ddd1a5dac23e97",
                "sha256": "dcc5992c5c48ddfbfb66359db7e13884851a9eef65b9d781bd00b01106356987"
            },
            "downloads": -1,
            "filename": "detidelevel-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "9f9d1566b0e22421d5ddd1a5dac23e97",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8188,
            "upload_time": "2024-12-08T08:17:35",
            "upload_time_iso_8601": "2024-12-08T08:17:35.141922Z",
            "url": "https://files.pythonhosted.org/packages/6b/ea/6dfce52ceb75ff13e37f458d7b3ff23ce6f962070ba4d786a054bffc7e40/detidelevel-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-08 08:17:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mullenkamp",
    "github_project": "detidelevel",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "detidelevel"
}
        
Elapsed time: 0.39129s