default_crs

default_crs(self, func, *args, crs=None, **kwargs)[source]

Wraps get_extent, set_extent, set_xticks, and set_yticks for GeoAxes and fixes a set_extent bug associated with tight bounding boxes.

With the default GeoAxes API, you need to pass crs=cartopy.crs.PlateCarree() if your data coordinates are longitude and latitude instead of map projection coordinates. Now, this is the default.