-
Notifications
You must be signed in to change notification settings - Fork 17
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
AttributeError: 'DataTree' object has no attribute 'sweep_group_name' #164
Comments
@aladinor Thanks for raising this. We need to be careful here. AFAIK There might be an issue with the CfRadial1 reader which obviously has these available. I agree that |
I see now, that xradar actually defines @mgrover1 How should we move on here? Removing these two variables from |
Let's go ahead and remove |
Based on this, I will remove |
Thanks for raising this issue @aladinor - I will work to update the Py-ART side to fix this as well. |
@aladinor - with #167 merged, a new release for xradar, and the following PR for Py-ART This issue should be resolved; I tested it with existing ODIM_H5 files, as well as the code you included above that would have previously errored. Feel free to give that branch a try - hoping to merge + cut a minor release of Py-ART for you to try out. Thanks again for raising this issue. |
Description
Hi every one,
I've tried to reproduce this grinding example using sigmet files available in amazon.
However, I got the following error,
Digging around, I found out that the
xd.io.open_iris_datatree
data loader is not adding thesweep_group_name
,sweep_fixed_angle
, andradar_parameters
to the datatree. I worked around and I submitted a push request where this issue is solved following the FM301 standard WMO data modelThe text was updated successfully, but these errors were encountered: