Skip to main content

mettoolbox is set of command line and Python tools for the analysis and reporting of meteorological data.

Project description

Tests Test Coverage Latest release BSD-3 clause license mettoolbox downloads PyPI - Python Version

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mettoolbox-6.0.3.tar.gz (24.3 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page