Skip to content

Commit

Permalink
update api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Jul 2, 2023
1 parent 0356b1f commit 6a921d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion cordex/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,17 @@ def guess(self):
return self._guess

def map(self, projection=None):
""" """
"""Create a simple overview map.
Creates a simple map overview. By default, the map projection
defaults to the grid mapping attribute.
Returns
-------
ax : GeoAxesSubplot
Cartopy plot projection using tiles.
"""
import cartopy.crs as ccrs
import cartopy.feature as cf
import cartopy.io.img_tiles as cimgt
Expand Down
1 change: 1 addition & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ Methods

Dataset.cx.info
Dataset.cx.guess
Dataset.cx.map

0 comments on commit 6a921d7

Please sign in to comment.