xarray.Dataset.cx.map

Contents

xarray.Dataset.cx.map#

Dataset.cx.map(projection=None)#

Create a simple overview map.

Creates a simple map overview. By default, the map projection defaults to the grid mapping attribute.

Parameters:

projection (cartopy.crs) – CRS used for projection. By default, the map projection defaults to the CRS defined by the grid mapping attribute.

Returns:

ax (GeoAxesSubplot) – Cartopy plot projection using tiles.