-
I have realized that it can happen that several V variables are changed at the same time, e.q. Vradar and Vfield because the new radar doesn't have the previous field. I'm not fully sure what would ha…
-
When a file in which some rays do not have an identical gate spacing as the first ray of the first sweep the range attribute of the created **Radar** object does not contain the correct gate locations…
-
A Region of Interest class was introduced in Pull request #24 that allows the user to select a region. The next step is use this defined region to perform operations. I am thinking the following steps…
-
So I will just write something here, as to force myself to get to work.
I have some experience in dynamical visualization and I believe to have some good ideas about it. I have this in bit-bucket (ht…
-
I open this to discuss how the Toolbox display should work.
-
Don't know if this is just something on my machine, but I have to run the rebuild*.sh scripts after running python setup.py install every time I pull or clone pyart on an OS X/Anaconda box. I've had …
-
I followed the installation instructions:
``` bash
$ python setup.py build
$ sudo python setup.py install
```
...but then I get:
``` bash
Traceback (most recent call last):
File "setup.py", line …
-
I noticed today that using the generate_filename method in the radardisplay_airborne.py routine is failing.
When I open a Sigmet sweep file from the NOAA P-3 (a case in 2014):
``` python
import pyar…
-
The map_to_grid function does not provide a method for specifying the starting altitude of a grid. The default is to set it to the altitude of the first radar which can then be adjusted by setting th…
-
Steps to reproduce:
1. `virtualenv venv`
2. `pip install boss`
3. `boss sources`
Produces:
Traceback (most recent call last):
File "/Users/wscheper/Projects/pyart/venv/bin/boss", line 9, in
lo…