default_transform

default_transform(self, func, *args, transform=None, **kwargs)[source]

Makes transform=cartopy.crs.PlateCarree() the default for cartopy plots. This means you no longer have to pass transform=cartopy.crs.PlateCarree() if your data coordinates are longitude and latitude.