-
Hi, I have an issue with reading ARM NSA KaSACR files with pyart 1.8.0, numpy 1.11.3 and python 3.5.3:
import pyart
fname = 'nsakasacrhsrhiC1.a1.20111208.212833.nc'
radar = pyart.io.r…
maahn updated
7 years ago
-
All,
Using the devel branch of pyart - having the issue where pyart is able to correctly count and select sweeps from L2 file from S3 using `read_nexrad_archive`, but when I convert the file using…
-
We are trying to get a first impression of the MultiDop-package by running the [example notebook](https://github.com/nasa/MultiDop/blob/master/examples/MultiDop_Sample_Workflow.ipynb).
Unfortunate…
-
I'm unsuccessfully trying to read some Rainbow format radar data into a radar structure (so that I can output cfradial files).
In [1]: import pyart
## You are using the Python ARM Radar Toolkit (Py-A…
-
Hello ,
I am having netcdf file of X-Band EEC radar and it consist 17 elevation angle with different radar parameters.
I able to read file using following code in wradlib.
import wradlib as wb
import…
-
Hi everyone,
this is not an actual issue of PyART but an enhancement proposal separated in two parts:
I updated the sinarame_h5 reader to match the odim_h5 reader. It's mostly the same but there are…
-
In Python3 in **graph/radardisplay.py** setting `norm` not `None` and `mask_outside` to `True` causes an error in line 1359:
```
data = np.ma.masked_outside(data, v1, v2)
```
as `v1` and `v2` are `…
-
Is it possible for singledop to read in netcdf files outputted by Radx? I edited radar data using solo then gridded them using Radx. Is it possible to read in that netcdf file into singledop to do a w…
-
I am attempting to read in a cfradial file, dealias the velocities, and output a new cfradial file with the added dealiased velocity field. Along the way, the attributes of the existing data become ch…
-
Rob Warren from Monash University has implemented the procedure according to [Schwaller and Morris, 2011](http://journals.ametsoc.org/doi/abs/10.1175/2010JTECHA1403.1) in IDL. Given his consent, we sh…