Jonathan J. Helmus
Jonathan J. Helmus
If a failure occurs when building the current repodata packages continue the indexing operation. closes #4051
When a pypi or conda package already exists with the same name, uploading the other type of package fails: ``` $ anaconda upload dist/FooBar-1.0-py3-none-any.whl Using Anaconda API: https://api.anaconda.org Using "jjhelmus"...
This issue is not precisely Py-ART related but I wanted to keep a check list of all the open source weather radar packages that I want to create conda packages...
As suggested by @nguy on the Py-ART mailing list a method for plotting a line along a particular azimuthal angle on top of a plot of a PPI would make...
Py-ART cannot read NEXRAD Level 3 Digital Instantaneous Precipitation Rate (DPR) files (product 176). They are stored as the `Generic Radial Product Format` which is not supported by the nexrad_level3.py...
This is a meta-issue for keeping track of ideas that were discussed with Py-ART users and supporters at the 2015 AMS radar conference. Expect this top level comment to be...
Suggestion to add a get_sweep and put_sweep method to the Radar object which would extract or store a given sweep for a field. This could also take care of masking...
Many radars collect volume such that the location of the range gates changes between rays most often between different sweeps. For example some NEXRAD file change to a different gate...
Py-ART could support reading of RAPIC files. Currently the suggestion is to use [Radx](https://www.ral.ucar.edu/projects/titan/docs/radial_formats/radx.html) to read and convert these files to Cf/Radial NetCDF files which can be read in by...
When the number (or order) of the fields changes between rays in a UF files, Py-ART cannot read these files correctly as the `get_field_data` method of the **UFFile** class assumes...