mettoolbox


Namemettoolbox JSON
Version 6.0.6 PyPI version JSON
download
home_pageNone
Summarymettoolbox is set of command line and Python tools for the analysis and reporting of meteorological data.
upload_time2024-09-15 00:50:58
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD-3-Clause
keywords time-series cli-app meteorology evaporation precipitation climate weather climate-data climate-data-analysis climate-data-analysis-tools temperature humidity wind
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://github.com/timcera/mettoolbox/actions/workflows/pypi-package.yml/badge.svg
    :alt: Tests
    :target: https://github.com/timcera/mettoolbox/actions/workflows/pypi-package.yml
    :height: 20

.. image:: https://img.shields.io/coveralls/github/timcera/mettoolbox
    :alt: Test Coverage
    :target: https://coveralls.io/r/timcera/mettoolbox?branch=master
    :height: 20

.. image:: https://img.shields.io/pypi/v/mettoolbox.svg
    :alt: Latest release
    :target: https://pypi.python.org/pypi/mettoolbox/
    :height: 20

.. image:: https://img.shields.io/pypi/l/mettoolbox.svg
    :alt: BSD-3 clause license
    :target: https://pypi.python.org/pypi/mettoolbox/
    :height: 20

.. image:: https://img.shields.io/pypi/dd/mettoolbox.svg
    :alt: mettoolbox downloads
    :target: https://pypi.python.org/pypi/mettoolbox/
    :height: 20

.. image:: https://img.shields.io/pypi/pyversions/mettoolbox
    :alt: PyPI - Python Version
    :target: https://pypi.org/project/mettoolbox/
    :height: 20

mettoolbox
==========
The mettoolbox is set of command line and Python tools for the analysis and
calculation of meteorologic data.

Installation
------------
Should be as easy as running ``pip install mettoolbox`` or ``easy_install
mettoolbox`` at any command line.

Usage - Command Line
--------------------
Just run 'mettoolbox --help' to get a list of subcommands::

    usage: mettoolbox [-h] [-v] {disaggregate,pet,ret,indices,about} ...

    positional arguments:
      {disaggregate,pet,ret,indices,about}
        disaggregate        disaggregate subcommand
        pet                 pet subcommand
        ret                 ret subcommand
        indices             indices subcommand
        about               Display version number and system information.

    optional arguments:
      -h, --help            show this help message and exit
      -v, --version         show program's version number and exit

Usage - Python
--------------
::

    from mettoolbox import mettoolbox
    df = mettoolbox.disaggregate.temperature('sine_min_max', ['degC', 'degC'], temp_min_col=1, temp_max_col=2)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mettoolbox",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "time-series, cli-app, meteorology, evaporation, precipitation, climate, weather, climate-data, climate-data-analysis, climate-data-analysis-tools, temperature, humidity, wind",
    "author": null,
    "author_email": "Tim Cera <tim@cerazone.net>",
    "download_url": "https://files.pythonhosted.org/packages/2f/04/085bbe08da80a5af152ea30121019d88dd65ebc72439b36ee3e663a2c61b/mettoolbox-6.0.6.tar.gz",
    "platform": null,
    "description": ".. image:: https://github.com/timcera/mettoolbox/actions/workflows/pypi-package.yml/badge.svg\n    :alt: Tests\n    :target: https://github.com/timcera/mettoolbox/actions/workflows/pypi-package.yml\n    :height: 20\n\n.. image:: https://img.shields.io/coveralls/github/timcera/mettoolbox\n    :alt: Test Coverage\n    :target: https://coveralls.io/r/timcera/mettoolbox?branch=master\n    :height: 20\n\n.. image:: https://img.shields.io/pypi/v/mettoolbox.svg\n    :alt: Latest release\n    :target: https://pypi.python.org/pypi/mettoolbox/\n    :height: 20\n\n.. image:: https://img.shields.io/pypi/l/mettoolbox.svg\n    :alt: BSD-3 clause license\n    :target: https://pypi.python.org/pypi/mettoolbox/\n    :height: 20\n\n.. image:: https://img.shields.io/pypi/dd/mettoolbox.svg\n    :alt: mettoolbox downloads\n    :target: https://pypi.python.org/pypi/mettoolbox/\n    :height: 20\n\n.. image:: https://img.shields.io/pypi/pyversions/mettoolbox\n    :alt: PyPI - Python Version\n    :target: https://pypi.org/project/mettoolbox/\n    :height: 20\n\nmettoolbox\n==========\nThe mettoolbox is set of command line and Python tools for the analysis and\ncalculation of meteorologic data.\n\nInstallation\n------------\nShould be as easy as running ``pip install mettoolbox`` or ``easy_install\nmettoolbox`` at any command line.\n\nUsage - Command Line\n--------------------\nJust run 'mettoolbox --help' to get a list of subcommands::\n\n    usage: mettoolbox [-h] [-v] {disaggregate,pet,ret,indices,about} ...\n\n    positional arguments:\n      {disaggregate,pet,ret,indices,about}\n        disaggregate        disaggregate subcommand\n        pet                 pet subcommand\n        ret                 ret subcommand\n        indices             indices subcommand\n        about               Display version number and system information.\n\n    optional arguments:\n      -h, --help            show this help message and exit\n      -v, --version         show program's version number and exit\n\nUsage - Python\n--------------\n::\n\n    from mettoolbox import mettoolbox\n    df = mettoolbox.disaggregate.temperature('sine_min_max', ['degC', 'degC'], temp_min_col=1, temp_max_col=2)\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "mettoolbox is set of command line and Python tools for the analysis and reporting of meteorological data.",
    "version": "6.0.6",
    "project_urls": {
        "bitbucket": "https://bitbucket.org/timcera/mettoolbox/src/main/",
        "documentation": "https://timcera.bitbucket.io/mettoolbox/docs/index.html#mettoolbox-documentation",
        "github": "https://github.com/timcera/mettoolbox"
    },
    "split_keywords": [
        "time-series",
        " cli-app",
        " meteorology",
        " evaporation",
        " precipitation",
        " climate",
        " weather",
        " climate-data",
        " climate-data-analysis",
        " climate-data-analysis-tools",
        " temperature",
        " humidity",
        " wind"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea802128bd09eb758054400185c23a95b328dd466259adc8ee5c70acf9c1d188",
                "md5": "d475251393a123df739c98a6eb376b53",
                "sha256": "19ebc48f4328b92214b2ae38bc4fe9ce340fe302475a92547f7aa059085ceea4"
            },
            "downloads": -1,
            "filename": "mettoolbox-6.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d475251393a123df739c98a6eb376b53",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 147860,
            "upload_time": "2024-09-15T00:50:56",
            "upload_time_iso_8601": "2024-09-15T00:50:56.886739Z",
            "url": "https://files.pythonhosted.org/packages/ea/80/2128bd09eb758054400185c23a95b328dd466259adc8ee5c70acf9c1d188/mettoolbox-6.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f04085bbe08da80a5af152ea30121019d88dd65ebc72439b36ee3e663a2c61b",
                "md5": "cc5f900bed764f3768e03a38d13b744f",
                "sha256": "33cca4ee1a98b0729b55b810ce08e137f930d6e8d878384bf5d329f7dd73efbe"
            },
            "downloads": -1,
            "filename": "mettoolbox-6.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "cc5f900bed764f3768e03a38d13b744f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 24303683,
            "upload_time": "2024-09-15T00:50:58",
            "upload_time_iso_8601": "2024-09-15T00:50:58.809220Z",
            "url": "https://files.pythonhosted.org/packages/2f/04/085bbe08da80a5af152ea30121019d88dd65ebc72439b36ee3e663a2c61b/mettoolbox-6.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-15 00:50:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "timcera",
    "github_project": "mettoolbox",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "mettoolbox"
}
        
Elapsed time: 1.00737s