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)
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.13.0.tar.gz
(17.1 MB
view details)
File details
Details for the file mettoolbox-3.13.0.tar.gz.
File metadata
- Download URL: mettoolbox-3.13.0.tar.gz
- Upload date:
- Size: 17.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6dd3be714e6063002fb7ca6d01da906bfd33cc8ff87c8afd4973f7c06897be2d
|
|
| MD5 |
0d9500c2668e5e4c74c595f9c9a7b3f7
|
|
| BLAKE2b-256 |
af22af49fb251340587afd931d60b1454a4df345859d475b3518939086e6c92e
|