default_crs¶
-
default_crs(self, func, *args, crs=None, **kwargs)[source]¶ Wraps
get_extent,set_extent,set_xticks, andset_yticksforGeoAxesand fixes aset_extentbug associated with tight bounding boxes.With the default
GeoAxesAPI, you need to passcrs=cartopy.crs.PlateCarree()if your data coordinates are longitude and latitude instead of map projection coordinates. Now, this is the default.