Jonathan J. Helmus
Jonathan J. Helmus
It is quite possible that the Python extension modules built with the system Python are not compatible with Berryconda. Setting the PYTHONPATH variable to the system dist-/site-packages directory is trying...
In conda the setup.py script is executed only during package creation, not during install. This creates a bz2 archive which is then unpacked into the user's site-packages directory. The actual...
Likely related, sub-package variants are not expanded in sub-packages which have dependencies on the first sub-package. ``` yaml package: name: bar_split version: 1.0.0 outputs: - name: libbar requirements: host: -...
I'd be open to including a method for extracting a vertical section from a radar volume to Py-ART. Using a KD-Tree for gate lookup would be recommended.
@swnesbitt Yes, although I think it might be desired to do nearest neighbor interpolation instead of the weighted interpolation that the grid method currently uses. Having a generic function in...
I'd put it in the `pyart/map` directory for the time being. Once the details get fleshed out it may get moved but that seems reasonable for now.
The [jjhelmus/pyart_colormaps_and_limits](https://github.com/jjhelmus/pyart_colormaps_and_limits) repo has a figure with all the Py-ART colormaps and a script to create the image, feel free to re-use either.
Writing and maintaining tests does take time initial but I think in the long run it saves time by reducing the number of bugs and time spent tracking these down.
:+1: on the list. Concerning removing the last few high value gates at the edges of sweeps, typically this can be done by indexing the field in question and setting...
Sounds like a yes, I created a Py-ART issue to track this. Thanks for the input everyone.