Plotting grid_mapping : Lambert_Azimuthal_Grid #28
Unanswered
dominichr1
asked this question in
Q&A
Replies: 1 comment
-
Hi, fig = plt.figure(1, figsize=[7,5]) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Sea ice data is given in a Lambert Azimuthal Grid. Such that the main coordinates are as followed:
x (xc), y (yc),
and additional coordinates are:
lat (yc, xc), lon (yc, xc)
The only way I've been able to plot it is -
Beta Was this translation helpful? Give feedback.
All reactions