/PyHail

Hail detection and size retrievals using Python3.5+ and the Py-ART toolkit

Primary LanguageJupyter NotebookMIT LicenseMIT

Python Hail Retrieval Toolkit (PyHail) ⛈️📡🧊

This toolkit provides a collection of hail retrieval techniques for weather radar data using the Py-ART toolkit.

Dependencies

  • Py-ART
  • numpy
  • netCDF4
  • scipy
  • wradlib - used to generate beam blockage map

Hail Retrivals

MESH is implemented for both pyart radar (PPI) and grid (Cartesian) data!

Install

To install PyHail, 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:joshua-wx/PyHail.git

To install in your home directory, use:

python setup.py install --user

Use