ETo


NameETo JSON
Version 1.1.1 PyPI version JSON
download
home_pageNone
SummaryClass and functions to estimate reference ET
upload_time2024-11-06 05:10:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords et reference
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ETo - A Python package for calculating reference evapotranspiration
===================================================================

The ETo package contains a class and associated functions to calculate reference evapotranspiration (ETo) using the `UN-FAO 56 paper <http://www.fao.org/docrep/X0490E/X0490E00.htm>`_. Additional functions have been added to calculate historic ETo or potential evapotranspiration (PET) for comparison purposes.

A parameter estimation function has also been added to the base class to convert most any variety of meterological parameter inputs to the necessary parameters needed to calculate ETo.

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

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

  pip install eto

or::

  conda install -c mullenkamp eto

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ETo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "et, reference",
    "author": null,
    "author_email": "Mike Kittridge <mullenkamp1@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1f/c2/e309ddda56d7f028cb2b36acd5a5c18b1b46e37c260cd88e116d7f8f98ee/eto-1.1.1.tar.gz",
    "platform": null,
    "description": "ETo - A Python package for calculating reference evapotranspiration\n===================================================================\n\nThe ETo package contains a class and associated functions to calculate reference evapotranspiration (ETo) using the `UN-FAO 56 paper <http://www.fao.org/docrep/X0490E/X0490E00.htm>`_. Additional functions have been added to calculate historic ETo or potential evapotranspiration (PET) for comparison purposes.\n\nA parameter estimation function has also been added to the base class to convert most any variety of meterological parameter inputs to the necessary parameters needed to calculate ETo.\n\nDocumentation\n--------------\nThe primary documentation for the package can be found `here <http://eto.readthedocs.io>`_.\n\nInstallation\n------------\nETo can be installed via pip or conda::\n\n  pip install eto\n\nor::\n\n  conda install -c mullenkamp eto\n\nThe core dependency is `Pandas <http://pandas.pydata.org/pandas-docs/stable/>`_.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Class and functions to estimate reference ET",
    "version": "1.1.1",
    "project_urls": {
        "Homepage": "https://github.com/mullenkamp/ETo"
    },
    "split_keywords": [
        "et",
        " reference"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "193ac521b152b3696566a78208978f876a1652f31d4a89c031524d08c24f0ccb",
                "md5": "bcc05ae9368b98c496d8ad2ad80285b9",
                "sha256": "b5e760ee7cd323d25eb05c052611ad6f56b84bedd47b86ca9eb74e2ac42f3842"
            },
            "downloads": -1,
            "filename": "eto-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bcc05ae9368b98c496d8ad2ad80285b9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 113735,
            "upload_time": "2024-11-06T05:10:36",
            "upload_time_iso_8601": "2024-11-06T05:10:36.707356Z",
            "url": "https://files.pythonhosted.org/packages/19/3a/c521b152b3696566a78208978f876a1652f31d4a89c031524d08c24f0ccb/eto-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fc2e309ddda56d7f028cb2b36acd5a5c18b1b46e37c260cd88e116d7f8f98ee",
                "md5": "18f6bdcadc229e01d31689c9938d1389",
                "sha256": "47ed71cb0ce5225d4f42779708f042a0c7a1179e95a6f888e4e8e7058df04e38"
            },
            "downloads": -1,
            "filename": "eto-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "18f6bdcadc229e01d31689c9938d1389",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 110899,
            "upload_time": "2024-11-06T05:10:38",
            "upload_time_iso_8601": "2024-11-06T05:10:38.948914Z",
            "url": "https://files.pythonhosted.org/packages/1f/c2/e309ddda56d7f028cb2b36acd5a5c18b1b46e37c260cd88e116d7f8f98ee/eto-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-06 05:10:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mullenkamp",
    "github_project": "ETo",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "eto"
}
        
Elapsed time: 0.40008s