Randy J. Chase

Results 11 issues of Randy J. Chase

Hello pyart'ers, Since moving out west, the low level radar scans show lack luster echoes. Often times I use composite reflectivity on radar scope for quick looks at storms. One...

Need to redo the example notebook of how to run the case_study method

documentation

Right now the code defaults to using the near surface Z as when is being plotted. A desired feature will be to customize this choice, show R, DFR, Dm etc.

enhancement

To assist users in choosing what indices to show the cross section for, it would be helpful to have an option to annotate every 10 indices on the swath. Idea...

enhancement

I need to write up how to install the package. It is only a couple lines of code that need to be added to the README.rst

documentation

It would seem that going forward this package might be limited to Python < 3.12, unless the package is updated to account for the new numpy changes. From this page:...

It was brought to my attention that this tutorial could benefit from an added notebook example showing the `sklearn` `pipeline` and how you can make a model neatly compact for...

enhancement

Code for issue #1559, where composite reflectivity code carried artifacts through with poor quality radar data from velocity sweeps. I also made a change to the interpolator because it was...

In my original composite reflectivity code, I neglected that different sweeps can have different PRFs, which change the sensitivity and range. This created some odd artifacts like here: ![image](https://github.com/ARM-DOE/pyart/assets/22037322/c1b2d872-c1a0-4202-867a-9a4ad3b6906a) To...

The notebooks in the repo are old and need to be updated to the new syntax. Please follow the readthedocs example over those notebooks.