pyvortex
Equivalent Latitude and polar vortex edge calculation using Nash criteria
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: wiley.com -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.9%) to scientific vocabulary
Repository
Equivalent Latitude and polar vortex edge calculation using Nash criteria
Basic Info
- Host: GitHub
- Owner: pankajkarman
- License: mit
- Language: Python
- Default Branch: master
- Size: 16.9 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
- Releases: 0
Metadata Files
README.md
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:
python
import pyvortex as vr
Northern Hemisphere
Instantiate the PolarVortex class using:
python
pol = PolarVortex(pv, uwind)
Get equivalent lqtitude for the provided vorticity data as:
python
eql = pol.get_eql()
If you want to get both equivalent latitude and Vortex edge, just use:
python
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:

Owner
- Name: Pankaj Kumar
- Login: pankajkarman
- Kind: user
- Location: Karlsruhe
- Company: KIT Germany
- Website: https://pankajkarman.github.io/
- Twitter: scientistno2
- Repositories: 259
- Profile: https://github.com/pankajkarman
GitHub Events
Total
- Fork event: 1
Last Year
- Fork event: 1
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Pankaj Kumar | p****0@g****m | 16 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 3.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- kuchaale (1)
- gopikrishnangs44 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 17 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 4
- Total maintainers: 1
pypi.org: pyvortex
Polar vortex edge detection using Nash criteria
- Homepage: https://github.com/pankajkarman/pyvortex
- Documentation: https://pyvortex.readthedocs.io/
- License: MIT
-
Latest release: 0.2.3
published about 5 years ago
Rankings
Maintainers (1)
Dependencies
- matplotlib *
- numpy *
- pandas *
- xarray *