You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I parse then dataset then I get the following error: KeyError: 'perspective_point_height'. For some reason there is no altitude or level in the Coordinates and I imagine that the parse function then can't find any height coordinate? How can I add the vertical levels to the Coordinates?
I have also used a dataset where the altitude is specified in the Coordinates, but then when I try to do a cross_section then I get the following: ValueError: Unhandled projection: rotated_latitude_longitude. Is there a way that MetPy could work with rotated pole coordinates?
This is a small sample of the data I'm working with. I made the domain very small and also only selected several variables to keep the size of the file small.
Regards,
Zane
The text was updated successfully, but these errors were encountered:
Hi
When I parse then dataset then I get the following error: KeyError: 'perspective_point_height'. For some reason there is no altitude or level in the Coordinates and I imagine that the parse function then can't find any height coordinate? How can I add the vertical levels to the Coordinates?
I have also used a dataset where the altitude is specified in the Coordinates, but then when I try to do a cross_section then I get the following: ValueError: Unhandled projection: rotated_latitude_longitude. Is there a way that MetPy could work with rotated pole coordinates?
data.zip
This is a small sample of the data I'm working with. I made the domain very small and also only selected several variables to keep the size of the file small.
Regards,
Zane
The text was updated successfully, but these errors were encountered: