deeplycloudy / lmatools

Python code for working with VHF Lightning Mapping Array data
BSD 2-Clause "Simplified" License
22 stars 23 forks source link

flash_stats.py should use ConvexHull not raw triangulation #5

Open deeplycloudy opened 9 years ago

deeplycloudy commented 9 years ago

See warning in docs for Delaunay, which we currently use: https://github.com/scipy/scipy/blob/master/scipy/spatial/qhull.pyx#L1627

Instead: https://github.com/scipy/scipy/blob/master/scipy/spatial/qhull.pyx#L2131