xwmt
xWMT is a Python package that provides a framework for calculating water mass tranformations in an xarray-based environment.
Quick Start Guide
Minimal installation within an existing environment
conda install -c conda-forge xwmt
Installing from scratch using conda
This is the recommended mode of installation for developers.
git clone git@github.com:NOAA-GFDL/xwmt.git
cd xwmt
conda env create -f docs/environment.yml
conda activate docs_env_xwmt
pip install -e .
You can verify that the package was properly installed by confirming it passes all of the tests with:
pytest -v
You can launch a Jupyterlab instance using this environment with:
python -m ipykernel install --user --name docs_env_xwmt --display-name "docs_env_xwmt"
jupyter-lab
Release files for xwmt 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| xwmt-0.2.1.tar.gz | 24.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| xwmt-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 42.6 kB
Release files / xwmt-0.2.1.tar.gz
| Download URL | xwmt-0.2.1.tar.gz |
|---|---|
| Size | 24.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
459e837dbc38e6f54cf554e381c7132af400eb943b21ff14ce6d336d0f820bf6
|
|
BLAKE2b-256 checksum How to use checksums |
f1057fe245ee80d5369540974a21ac697299982c1f9fa147c1d398aaee8ad957
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|
Release files / xwmt-0.2.1-py3-none-any.whl
| Download URL | xwmt-0.2.1-py3-none-any.whl |
|---|---|
| Size | 18.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0f7ce07e5aea0885bf9be6256c71b92e1954ef85a77ce8ee5a78b64ba4daae4e
|
|
BLAKE2b-256 checksum How to use checksums |
f3f28cea90c8283179dc685f4a4a10ab303d85fdb0f99c9bc840880a98f98773
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|