pyvortex

Equivalent Latitude and polar vortex edge calculation using Nash criteria

https://github.com/pankajkarman/pyvortex

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
Last synced: 11 months ago · JSON representation

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
Created about 6 years ago · Last pushed almost 5 years ago
Metadata Files
Readme License

README.md


PyPI version License Downloads Code style: black


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: Arctic Vortex

Southern Hemisphere

Flip pv and uwind along latitude dimension and multiply pv by -1. All other things will be the same.

Example:

Polar Vortex

Owner

  • Name: Pankaj Kumar
  • Login: pankajkarman
  • Kind: user
  • Location: Karlsruhe
  • Company: KIT Germany

GitHub Events

Total
  • Fork event: 1
Last Year
  • Fork event: 1

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 16
  • Total Committers: 1
  • Avg Commits per committer: 16.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
bug (1)
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

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 17 Last month
Rankings
Dependent packages count: 7.4%
Dependent repos count: 22.2%
Average: 25.7%
Stargazers count: 27.9%
Forks count: 30.0%
Downloads: 40.9%
Maintainers (1)
Last synced: 11 months ago

Dependencies

requirements.txt pypi
  • matplotlib *
  • numpy *
  • pandas *
  • xarray *