Replies: 1 comment
-
I think this is completely an issue with Cartopy and not MetPy. Looks to be a repeat of maybe this issue? SciTools/cartopy#2176 This is a data-dependent problem and a bug in how Cartopy transforms and clips contours to projection domains. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am having issues with the National Weather Service NDFD files when taking the difference between maximum and minimum temperature grids for two different times (trying to find the forecast temperature trends). Most of the time everything works fine, however I occasionally get this error and I am confused to why. Another thing to note is this error is inconsistent and I am not sure why it happens from time to time. The error says: MultiPolygon Object Not Subscriptable.
I think for some reason it doesn't like it when I find the temperature difference as I have no problem plotting the maximum temperature standing alone. The other weird thing is the fact that I do the same exact process with the max and min RH grids to find the RH trends and I never have this problem doing this process with RH but I do for max and min temperature.
Curious if anyone has any ideas on how to resolve this and any reasoning as to what is causing this? Thanks!
Here is my function, apologies that the docstring isn't 100% up to date.
Here is the error message:
Beta Was this translation helpful? Give feedback.
All reactions