-
Notifications
You must be signed in to change notification settings - Fork 269
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
Data masking issue when interpolating to Grid #1691
Comments
Hi @lauratomkins , at the moment there was no changes to the gridding code. Is there any luck when changing the ROI in the gridding? I wonder if its picking up so missing values. I added in @rcjackson as well as he was a apart of this discussion in the past. |
@zssherman , it looks like it is an issue with the ROI. I have been using the default values but there were some changes to these default ROI values 7 months ago #1552. When I change Interpolation with (new) default Interpolation with previous default Should I update the function calls in my example page to explicitly set the |
@lauratomkins Good catch! I forgot about the ROI changing in the PR with the new gridding functions. If you don't mind updating the example, be much appreciated! I also agree on a blog post/example, I think short term I can work on that. Long term I would have to think on an approach for a dynamic value based on input data (users might want a different values for specific reasons possibly) but not 100% sure, but I'll think on that part of it. |
Description
I'm working on interpolating some tropical cyclone data and noticed that the data seems to get masked after interpolating to a Grid object. This is also evident in some of the cases that I put together for this example
I'm not sure what's going on here and haven't been able to dig much into it, but it seems a little similar to issues #957 and #942 . I was able to replicate the masking and fuzzy edges with both nearest neighbor and cressman weighting methods.
This can be replicated with the examples using NEXRAD data on this page. Considering the non-NEXRAD examples are working as expected, could this be something that changed with the NEXRAD level2 files? It seems unlikely to me, but I can't see anything that changed in the gridding algorithm. Any insight would be appreciated!
The text was updated successfully, but these errors were encountered: