-
I am working with a radar meshing script to create composites from multiple radar volumes. This script last worked around May of 2015. With no changes made to the code, the script now fails to work wi…
dstex updated
8 years ago
-
With conda 3.16.0 on OX 10.10.5, installed latest
artview : de80c70b6f15d4915153f286a79bd92450e94b4a
and pyart: a07b186fd7b9603d5e718daef1ad088bc2510567
I opened a CFRadial file and got the followi…
ghost updated
8 years ago
-
In the cfradial convention nyquist_velocity is global, however when working with unfolded fields it is possible to have different nyquist velocity, which is really important for choosing for instance …
-
I figure I'd start this discussion here. I'm planning on adapting the newer SACR reader to put it into pyart. The reasons for this issue however is that there is a large amount of auxillary data in th…
-
I have been attempting to use aux_io.radx.read_radx to read current Level 2 NEXRAD files, in order to save a step in converting them to CF Radial myself first. (This is mostly to simplify the split-cu…
-
I am trying to work set of NEXRAD level 2 files where some contain Message 31, but a significant portion do not. In the current version of Py-ART, I see that only the message 31 files are readable. H…
-
The following change is suggested: `pyart.graph.radardisplay_airborne.RadarDisplay_Airborne` to `pyart.graph.radardisplay_airborne.AirborneRadarDisplay`. In a side discussion in #335, @jjhelmus noted:…
-
PR #266 introduced a number of "special" dictionaries keys which change how data is written out to disk in netCDF files. These keys should be documented in the **Radar** and **Grid** classes.
-
In line 177 of _rsl_interface.pyx, which reads
``` python
gate_size = int(radar.range['meters_between_gates'])
```
I'm getting a ValueError because `radar.range['meters_between_gates']` is a unicode…
-
Hello. I need get the data inside a nc file and put this data in a grid to get a values in some points. Is it possible do that with ART?
Thanks