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
For my thesis I wanted to use Albers Equal Area Projection or Orthographic projection, but unfortunately im not able to cut out my area of interest (Europe). I tried following along the Documentation provided here.
I expected the orthographic and aea projection to cut out along lon/lat lines simiar to the merc projection in the top right, but the behaviour is pretty strange.
Without the limits the center and everything looks right to me (bottom right).
I'm also not able to fix the limits afterward because using xlims!(ga4, (-90, 40)) yields:
Ah yeah, there are quite a few bugs and issues surrounding limits :D
I could possibly add a polygon that just "clips" everything outside certain lat/lon boundaries. That would probably solve your first issue but not the second.
Am a bit tied up right now but will write a full response later today!
For my thesis I wanted to use Albers Equal Area Projection or Orthographic projection, but unfortunately im not able to cut out my area of interest (Europe). I tried following along the Documentation provided here.
My code is the following:
And the result looks like:
I expected the orthographic and aea projection to cut out along lon/lat lines simiar to the merc projection in the top right, but the behaviour is pretty strange.
Without the limits the center and everything looks right to me (bottom right).
I'm also not able to fix the limits afterward because using
xlims!(ga4, (-90, 40))
yields:Am I doing something wrong? Or how could I achieve my goal?
Thanks for the help in advance!
The text was updated successfully, but these errors were encountered: