-
Notifications
You must be signed in to change notification settings - Fork 270
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
Error reading NOAA P3 tail doppler radar data #962
Comments
Hi @mwilson14 Thank you for catching that and finding a fix for it! Yeah that looks like the submodule was changed so, I think your fix will work. I'll do a PR and author it with you so you get PR credit. |
zssherman
pushed a commit
to zssherman/pyart
that referenced
this issue
Sep 28, 2020
Submodule path has changed for np.rec.frombuffer, causing import issues. Changing to proper path.
Thanks! I'm just really glad that the fix turned out to be as small of a change as it was. |
zssherman
added a commit
that referenced
this issue
Sep 28, 2020
FIX: Fix addressed for #962 by mwilson14.
Was fixed in #963 closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everyone,
I've been working with some of the P3 radar data from TORUS using PyART, and when I first tried reading in one of the files I got this error:
I was able to fix it by changing the call to "np.rec.frombuffer" in line 47 of _sigmet_noaa_hh.py to "np.frombuffer", so I thought I'd put that here in case anyone else ran into the same issue.
The text was updated successfully, but these errors were encountered: