Skip to content
/ PyMeso Public
forked from jordanbrook/PyMeso

An implementation of the linear least squares derivative method for calculating azimuthal shear and an ideal vortex wind field creator.

License

Notifications You must be signed in to change notification settings

Soudaaa/PyMeso

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyMeso

An implementation of the linear least squares derivative method for calculating azimuthal shear from Doppler velocity data. This is used operationally for detecting mesocyclones and is based on the work by Miller et al., (2013). Additionally, a method for simulating rankine vortices has been provided and was used in the verification process for the LLSD method.

References

Dependencies

Install

To install PyMeso, you can either download and unpack the zip file of the source code or use git to checkout the repository:

git clone git@github.com:jordanbrook/PyMeso.git

To install in your home directory, use:

python setup.py install --user

Use

notebook/PyMesoNotebook.ipynb provides examples of LLSD retrieval and vortex simulation

About

An implementation of the linear least squares derivative method for calculating azimuthal shear and an ideal vortex wind field creator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.6%
  • Python 6.4%