Jonathan J. Helmus
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...
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...
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...
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...
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...
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...
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...
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...
closes #229
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...