mendotapy


Namemendotapy JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/lgloege/mendotapy
Summaryload Lake Mendota ice phenology
upload_time2024-04-03 03:20:12
maintainerNone
docs_urlNone
authorLuke Gloege
requires_python>=3.6
licenseMIT
keywords mendota
VCS
bugtrack_url
requirements pandas requests types-requests bs4
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mendotapy

A Python 3.6+ package for analysis-ready [Lake Mendota ice phenology](https://climatology.nelson.wisc.edu/first-order-station-climate-data/madison-climate/lake-ice/history-of-ice-freezing-and-thawing-on-lake-mendota/) data

Installing
----------

### PyPi
```sh
pip install mendotapy==1.0.0
```

### GitHub
```sh
pip install -e git+https://github.com/lgloege/mendotapy.git#egg=mendotapy
```

Using the Package
----------
**Read data into a dataframe**
```python
import mendotapy
df = mendotapy.load()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lgloege/mendotapy",
    "name": "mendotapy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "mendota",
    "author": "Luke Gloege",
    "author_email": "lucas.gloege@yale.edu",
    "download_url": "https://files.pythonhosted.org/packages/8d/30/2de1488414bd196f5590cb3fb6b2d5b4807305097f788cd8564d7b39aadd/mendotapy-1.0.0.tar.gz",
    "platform": "unix",
    "description": "# mendotapy\n\nA Python 3.6+ package for analysis-ready [Lake Mendota ice phenology](https://climatology.nelson.wisc.edu/first-order-station-climate-data/madison-climate/lake-ice/history-of-ice-freezing-and-thawing-on-lake-mendota/) data\n\nInstalling\n----------\n\n### PyPi\n```sh\npip install mendotapy==1.0.0\n```\n\n### GitHub\n```sh\npip install -e git+https://github.com/lgloege/mendotapy.git#egg=mendotapy\n```\n\nUsing the Package\n----------\n**Read data into a dataframe**\n```python\nimport mendotapy\ndf = mendotapy.load()\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "load Lake Mendota ice phenology",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/lgloege/mendotapy"
    },
    "split_keywords": [
        "mendota"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d302de1488414bd196f5590cb3fb6b2d5b4807305097f788cd8564d7b39aadd",
                "md5": "c64695a8f688d5cac24d5c390798c997",
                "sha256": "24724a6b1781e4fb741d21a643cef7f74864167653e4c59e1d35280fd235764f"
            },
            "downloads": -1,
            "filename": "mendotapy-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c64695a8f688d5cac24d5c390798c997",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 8585,
            "upload_time": "2024-04-03T03:20:12",
            "upload_time_iso_8601": "2024-04-03T03:20:12.609872Z",
            "url": "https://files.pythonhosted.org/packages/8d/30/2de1488414bd196f5590cb3fb6b2d5b4807305097f788cd8564d7b39aadd/mendotapy-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 03:20:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lgloege",
    "github_project": "mendotapy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "1.3.5"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.26.0"
                ]
            ]
        },
        {
            "name": "types-requests",
            "specs": [
                [
                    "==",
                    "2.27.7"
                ]
            ]
        },
        {
            "name": "bs4",
            "specs": [
                [
                    "==",
                    "0.0.1"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "mendotapy"
}
        
Elapsed time: 0.23264s