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.11.0.tar.gz
(17.1 MB
view details)
File details
Details for the file mettoolbox-3.11.0.tar.gz.
File metadata
- Download URL: mettoolbox-3.11.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 |
f3ceb586d37f1e90542f6fa1b46a24c8f4d9e10223aa768b1c8e17de3703fbd6
|
|
| MD5 |
081a3ac2646bb5aed919696de8b21eca
|
|
| BLAKE2b-256 |
724715111a869e7fb4a11063d1fc9ae10778f0676aa618eeaa802282cc7d2d75
|