waterq


Namewaterq JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/y-takefuji/water
Summarywaterq for detecting water quality anomalities
upload_time2024-07-27 05:50:15
maintainerNone
docs_urlNone
authoryoshiyasu takefuji
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # water

water.py is a program to evaluate diverse characteritics of water quality. The original file is at the following site.

https://catalog.data.gov/dataset/cumberland-piedmont-network-2002-2023-water-quality-data-from-fourteen-park-projects-as-o-

Downloaded file from the site is named 'results.csv'.

waterq is is a PyPI application designed to seamlessly download the results.csv file and provide visualizations of time-series water quality data across a variety of characteristics. waterq serves as an interactive platform that allows users to explore and analyze selected water quality characteristics. 

waterq empowers users to identify anomalies in water quality data, spanning from historical records to current observations and extending into near-future predictions. Red points indicate anomalities. waterq saves the final result in image file and csv file respectively.

# How to install waterq

$ pip install waterq

# How to run waterq

$ waterq

<img src='https://github.com/y-takefuji/water/raw/main/STRI_RBWF_result.png' height=480 width=640>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/y-takefuji/water",
    "name": "waterq",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "yoshiyasu takefuji",
    "author_email": "takefuji@keio.jp",
    "download_url": "https://files.pythonhosted.org/packages/6a/a6/88926db2ebfab5a24f26fe4676a167e780c06d9a4cdcbb026ccf367fd15d/waterq-0.0.1.tar.gz",
    "platform": null,
    "description": "# water\n\nwater.py is a program to evaluate diverse characteritics of water quality. The original file is at the following site.\n\nhttps://catalog.data.gov/dataset/cumberland-piedmont-network-2002-2023-water-quality-data-from-fourteen-park-projects-as-o-\n\nDownloaded file from the site is named 'results.csv'.\n\nwaterq is is a PyPI application designed to seamlessly download the results.csv file and provide visualizations of time-series water quality data across a variety of characteristics. waterq serves as an interactive platform that allows users to explore and analyze selected water quality characteristics. \n\nwaterq empowers users to identify anomalies in water quality data, spanning from historical records to current observations and extending into near-future predictions. Red points indicate anomalities. waterq saves the final result in image file and csv file respectively.\n\n# How to install waterq\n\n$ pip install waterq\n\n# How to run waterq\n\n$ waterq\n\n<img src='https://github.com/y-takefuji/water/raw/main/STRI_RBWF_result.png' height=480 width=640>\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "waterq for detecting water quality anomalities",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/y-takefuji/water",
        "Homepage": "https://github.com/y-takefuji/water"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69dc0d0d5289f63952d567998c2dfa6a8f9f8ee77cf57b2b82d6e953d2c0eceb",
                "md5": "67fbf98d38b25d3da124dc6a7b805b61",
                "sha256": "dab72cc9c5d22d8a23419ab14671c2f6bc60b8d65a4318103fa124c8b1f52c52"
            },
            "downloads": -1,
            "filename": "waterq-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "67fbf98d38b25d3da124dc6a7b805b61",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3501,
            "upload_time": "2024-07-27T05:50:14",
            "upload_time_iso_8601": "2024-07-27T05:50:14.698712Z",
            "url": "https://files.pythonhosted.org/packages/69/dc/0d0d5289f63952d567998c2dfa6a8f9f8ee77cf57b2b82d6e953d2c0eceb/waterq-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6aa688926db2ebfab5a24f26fe4676a167e780c06d9a4cdcbb026ccf367fd15d",
                "md5": "6b866a23ccda0770ca980634e9689d8d",
                "sha256": "71b35d43f664fb35fe02718bff040d0fb90827823f89162bff2bfd749166514a"
            },
            "downloads": -1,
            "filename": "waterq-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6b866a23ccda0770ca980634e9689d8d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3273,
            "upload_time": "2024-07-27T05:50:15",
            "upload_time_iso_8601": "2024-07-27T05:50:15.988383Z",
            "url": "https://files.pythonhosted.org/packages/6a/a6/88926db2ebfab5a24f26fe4676a167e780c06d9a4cdcbb026ccf367fd15d/waterq-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-27 05:50:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "y-takefuji",
    "github_project": "water",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "waterq"
}
        
Elapsed time: 0.34281s