mettoolbox


Namemettoolbox JSON
Version 6.0.4 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-03-31 20:36:00
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/python-package.yml/badge.svg
    :alt: Tests
    :target: https://github.com/timcera/mettoolbox/actions/workflows/python-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/42/ff/928d8aaffa599a454d2a56ed78d129b78869e121de1aebe68a7eaf4b5d94/mettoolbox-6.0.4.tar.gz",
    "platform": null,
    "description": ".. image:: https://github.com/timcera/mettoolbox/actions/workflows/python-package.yml/badge.svg\n    :alt: Tests\n    :target: https://github.com/timcera/mettoolbox/actions/workflows/python-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.4",
    "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": "72043ddd92ffca40405ad7288f1ff3948c8d5a254b74de26cbafcbaa8a544638",
                "md5": "b8bb86172bc4ad309829e65eea97e30f",
                "sha256": "ed92be960f200796a92d9a76d5bd1e5c2c980db212253ee31c133280694d8030"
            },
            "downloads": -1,
            "filename": "mettoolbox-6.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b8bb86172bc4ad309829e65eea97e30f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 93888,
            "upload_time": "2024-03-31T20:36:04",
            "upload_time_iso_8601": "2024-03-31T20:36:04.709553Z",
            "url": "https://files.pythonhosted.org/packages/72/04/3ddd92ffca40405ad7288f1ff3948c8d5a254b74de26cbafcbaa8a544638/mettoolbox-6.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42ff928d8aaffa599a454d2a56ed78d129b78869e121de1aebe68a7eaf4b5d94",
                "md5": "731ec3fbee8ba108f0672db3d54c2122",
                "sha256": "0e7d287359859f5bd7b42a14486aace31997c054aa64e9f27d2e2be1aed9057d"
            },
            "downloads": -1,
            "filename": "mettoolbox-6.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "731ec3fbee8ba108f0672db3d54c2122",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 24256630,
            "upload_time": "2024-03-31T20:36:00",
            "upload_time_iso_8601": "2024-03-31T20:36:00.482920Z",
            "url": "https://files.pythonhosted.org/packages/42/ff/928d8aaffa599a454d2a56ed78d129b78869e121de1aebe68a7eaf4b5d94/mettoolbox-6.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-31 20:36:00",
    "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: 0.24176s