Nick Guy
Nick Guy
Per conversation on the [mailing list](https://groups.google.com/forum/#!topic/pyart-users/DKH1eYdIPuM), it might be nice to have a convenient way to remove sweeps from a radar volume. This may also be of interest in Issue...
During the AMS Radar short course, one of the participants asked about the ability to take a PPI scan and plot a sector. This could "_easily_" be done by masking...
Following on a previous post, we've been talking about merging multiple radar instances. There was no clear way merge the metadata specifically as I recall. Just to bring this up...
I tried installing this package through the `pip install pytmatrix` method. The `.so` file failed to compile. However, installing from source after cloning the repo worked. Running MacOSx 10.11.6 pip...
I recently tested the map background module. I get the following error: ``` Traceback (most recent call last): File "/Users/guy/anaconda/lib/python2.7/site-packages/artview/core/core.py", line 284, in closeEvent self.disconnectAllVariables() File "/Users/guy/anaconda/lib/python2.7/site-packages/artview/core/core.py", line 247, in...
We need to test that there are no negative values before performing log-scale transform. Otherwise the program crashes.
Version 1.3 has been released. We are modifying our workflow moving forward in the following way. There is a now a [v1.4 branch](https://github.com/nguy/artview/tree/v1.4-dev) that should be used for updating code...
First item is to say how to change background color through rc params. Issue #83
I think we should try to combine these two feature into a single code base or at least call the same underlying code so that they do not diverge. Also...
I sat with someone trying to install ARTview the other day. It did not go smoothly. It was on a MacOSX 10.11, anaconda distribution. Using the base anaconda install, the...