Jonathan J. Helmus

Results 38 issues of Jonathan J. Helmus

Adding methods to the **Radar** and **Grid** class for finding the indices of the nearest gates or grid point to a set of coordinates would be useful. Accepting coordinate in...

Enhancement
component: pyart.core

The `toa` parameter control the height above which gates are excluded from the gridding algorithm. This parameter is interpreted differently by the two gridding routines. In the 'map_gates_to_grid' the distance...

Defect
component: pyart.map

The `dealias_fourdd` function will give incorrect results or raises a ValueError when passed a radar instances in which the sweeps limits do no incorporate all of the rays in the...

Defect
component: pyart.correct

As suggested in nguy/artview#107 a method for removing the 'ring' of high value gates at the edge of sweeps would make a good addition to Py-ART. A simple implementation is...

Enhancement
component: pyart.correct
Easy Fix

Non-uniform grids can be stored in the **Grid** object but the plotting routines assume that these grids are uniform in layout. Support should be added to the various **GridDisplay** classes...

Enhancement
component: pyart.graph
component: pyart.map
Moderate

Create a Sweep and Ray class that point to data in the Radar object in such as way that when the data is changed the data in other objects are...

Enhancement
component: pyart.core
Large Scale

PR #241 adds additional methods for ordering rays within a radar volume by time. These methods should be abstracted to operate on a Radar object so that they can be...

Enhancement
component: pyart.util
Moderate

A method for visualizing data from moving platforms which do not contain geo-reference data should be added to Py-ART. Data from these platforms have latitude, longitude and altitude variables which...

Enhancement
component: pyart.graph
Large Scale

The host environment is moved prior to running and tests specified in a recipe but the build environment is retained in its original location. This can be an issue as...

stale