Polar vortex edge detection using Nash criteria
Project description
About
The module pyvortex consists of functions to calculate the equivalent latitude and edge of a polar vortex using Nash criteria.
Installation
pip install pyvortex
install the latest version using
pip install git+https://github.com/pankajkarman/pyvortex.git
Documentation
Latest documentation is available here.
Usage
pyvortex is easy to use. Just import:
import pyvortex as vr
Northern Hemisphere
Instantiate the PolarVortex class using:
pol = PolarVortex(pv, uwind)
Get equivalent lqtitude for the provided vorticity data as:
eql = pol.get_eql()
If you want to get both equivalent latitude and Vortex edge, just use:
eql = pol.get_edge(min_eql=30)
Example:
Southern Hemisphere
Flip pv and uwind along latitude dimension and multiply pv by -1. All other things will be the same.
Example:
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyvortex-0.2.3.tar.gz.
File metadata
- Download URL: pyvortex-0.2.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f85f1b6ac48ab08fbeafa42ea1325286c4728fae91897be9c06633b7cf59420
|
|
| MD5 |
d8cd6d07189f8ccd1ecae705b3ef44c4
|
|
| BLAKE2b-256 |
22e721fed23ebef82d80c99cc8444d0309d826185d0427e4db18228139249be8
|
File details
Details for the file pyvortex-0.2.3-py3-none-any.whl.
File metadata
- Download URL: pyvortex-0.2.3-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fe461f48b4b5e18e90bb8deee1f232bb8720a387ac35806d50b0413ba8f5302
|
|
| MD5 |
19b0684c94fdab9a3be4a52dd6b47fb5
|
|
| BLAKE2b-256 |
1862f21a8025c9a56becbef36148fec4e0431c77fbb61afaf3af20a978c0a92f
|