statistics and util package for METplus
Project description
METcalcpy
Provides libraries for the following: calculation of statistics, pre-processing input, and performing diagnostics for METviewer, METexpress, and the plotting scripts in METplotpy.
Please see the METcalcpy User's Guide for more information.
Support for the METplus components is provided through the METplus Discussions forum. Users are welcome and encouraged to answer or address each other's questions there! For more information, please read "Welcome to the METplus Components Discussions".
Instructions for installing the metcalcpy package locally
-
activate your conda environment (i.e. 'conda activate your-conda-env-name')
-
from within your active conda environment, cd to the METcalcpy/ directory, where you will see the setup.py script
-
from this directory, run the following on the command line: pip install -e .
-
the -e option stands for editable, which is useful in that you can update your METcalcpy/metcalcpy source without reinstalling it
-
the . indicates that you should search the current directory for the setup.py script
-
use metcalcpy package via import statement:
-
Examples:
- import metcalcpy.util.ctc_statistics as cstats
- to use the functions in the ctc_statistics module
- import metcalcpy.util.ctc_statistics as cstats
-
Instructions for installing the metcalcpy package from PyPI
- activate your Python 3.8+ conda environment
- run the following from the command line:
- pip install metcalcpy==x.y.z where x.y.z is the version number of interest
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
Built Distribution
File details
Details for the file metcalcpy-2.0.1.tar.gz
.
File metadata
- Download URL: metcalcpy-2.0.1.tar.gz
- Upload date:
- Size: 151.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd35e5ec3fdb05dac4302a4b11c0cd6257edd5fc3844e2e8c5c3ed9f74b7bf9a |
|
MD5 | 630631fd178bcaa542f6fdb9d0ad44d2 |
|
BLAKE2b-256 | 68c4414f33a9acfa7b9cdee9f5f596984053e96348bbb01e91db7df6d2f5b666 |
File details
Details for the file metcalcpy-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: metcalcpy-2.0.1-py3-none-any.whl
- Upload date:
- Size: 198.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a8068fd9f9e5e9bd3963c4b78399e4dc3fbd7b25116fe7cb6dd358107e6ea08 |
|
MD5 | 38d584c7432445df2c94ead5870d27dc |
|
BLAKE2b-256 | a15af88f3f43ca4e9768f17ee530e281b9396d531b63db60cc674a1e1f66aa0d |