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.1.tar.gz
(17.1 MB
view details)
File details
Details for the file mettoolbox-3.13.1.tar.gz.
File metadata
- Download URL: mettoolbox-3.13.1.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 |
3ea596ba5838ad8914404f070c1fab21934ec08e4c3652cf4a001c414246f82e
|
|
| MD5 |
fe801fd19972e9399b48173f05c90342
|
|
| BLAKE2b-256 |
1591fcc6538af21dc154e692585b96ff7784c496d75cb32dda67c08d447f0e5e
|