-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NexradLevel2 Bug related to conflicting sizes for dimension #259
Comments
The reader breaks when trying to access the last sweep: import xarray as xr
ds = xr.open_dataset(local_filepath.replace(".gz", ""), engine="nexradlevel2", group="sweep_6")
ds All sweeps before that will read perfectly fine. Investigating the root cause. |
Ohh thanks for raising the issue here! |
So, I've found the root cause of the ValueError: xradar/xradar/io/backends/nexrad_level2.py Lines 1240 to 1246 in 830d86b
In the above code we retrieve the number of rays by calculating
where |
tracked also in #258
Bug related to conflicting sizes for dimension
pyart
reader !ValueError: conflicting sizes for dimension 'azimuth': length 360 on 'azimuth' and length 358 on {'azimuth': 'DBZH', 'range': 'DBZH'}
The text was updated successfully, but these errors were encountered: