From b0c9e94a1bacbb1dac2ee78cdf658b30d3e1eac5 Mon Sep 17 00:00:00 2001 From: Lars Buntemeyer Date: Mon, 3 Jul 2023 08:58:07 +0200 Subject: [PATCH] update docs --- cordex/accessor.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cordex/accessor.py b/cordex/accessor.py index a58a42a..31403d0 100644 --- a/cordex/accessor.py +++ b/cordex/accessor.py @@ -79,6 +79,12 @@ def map(self, projection=None): 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