Relative Content

Tag Archive for pythoncartopy

Cartopy Pan/Rotate 3D Method for Orthographic Projection (or other projection)

I have an orthographic projection created with cartopy with some data plotted, and I am trying to figure out how to “Pan/rotate 3D” such as in google earth, so that when I pan, a new central latitude and longitude is centered, and the plot is redrawn/shifted to show this. I am trying to avoid using mplbasemap, but if someone has an easy basemap method I am definitely interested in seeing it.