Skip to content

Tag: cartopy

How to find the right cartopy projection?

I need to plot some data in Germany with cartopy. The data part of my plot works fine (so I deleted it for now). Unfortunately, the shape of the country is deformed due to the projection. I am currently using the PlateCarree projection, but changing it to Orthographic or others created the same plot. How to i…

View Alaskan/East Siberian Side of Arctic in Cartopy

I have some points plotted on a NorthPolarStero map in Cartopy using the following code But I would actually like to plot just the top half of this image, like this: If I change the “`ax.set_extent“ line to either: [90, -90, 90, 66] or [-90, 90, 90, 66] It just gives me the bottom half of the plot…