-
I'm trying to run some borrowed code in python2 on a Debian 11 system that has python-arm-pyart 1.11.2-1 installed. I normally use python3 & tried with this code but ran into too many things that nee…
-
I'm running python3 on a debian 11 system to create plots from SPOL cfradial RHI sector files at various azimuths. They all plot nicely except for the one scan sequence of 2 rhi's at 101 and 281 deg.…
-
Greetings!
I recently installed wradlib and everything working fine. But I still have problems with opening these files:
https://opendata.dwd.de/weather/radar/sites/sweep_vol_v/isn/hdf5/filter_p…
-
Code:
import wradlib as wrl
import warnings
warnings.filterwarnings('ignore')
import matplotlib.pyplot as pl
import numpy as np
import xarray as xr
try:
get_ipython().magic("matplotlib i…
-
### Bug report
**Bug summary**
CFRadial uses `xarray.open_dataset` in `_is_valid` and due to https://github.com/pydata/xarray/issues/6728 it causes SIGSEGV in `yt.load` for certain files (e.g. `…
-
Hi,
I recently encounter an issue reading Cfradial files on my Mac. It used to work, but now gets a MaskError. I can run on Linux with lots of warnings, but no errors.
Pyart: 1.11.8
Numpy: 1…
-
Hi,
using pyart.io.auto_read.read with "exclude_fields" argument it raises TypeError.
Looking further it seems that cfradial.py at line 275 has a comparation with potential NoneType
`if key n…
-
I am trying to read and plot a quasi-compliant CfRadial2 file.
It appears to be choking on because variables and attributes are missing from the data, but aren't supposed to be specified in the varia…
-
Basically, the conversion from NEXRAD msg to cfradial back to NEXRAD msg works well, except that the final msg file loses the site ID information, which is critical for a particular program. One ca…
-
Dear Pyart Team,
I was trying to create basic ingest, but it is encountering some errors in time. Can you please have a look?
I have separate data files for each scan (total 10 sweeps), and I wanted…