Skip to main content

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

Project description

https://badge.fury.io/py/mettoolbox.png https://travis-ci.org/timcera/mettoolbox.png?branch=master https://pypip.in/d/mettoolbox/badge.png

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} ...

positional arguments:
  {disaggregate,pet}
    disaggregate      disaggregate subcommand
    pet               pet subcommand

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-3.2.1.tar.gz (60.5 kB 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