We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14d5f0 commit a733e8eCopy full SHA for a733e8e
climada/util/coordinates.py
@@ -136,7 +136,7 @@ def get_crs_unit(coords):
136
-------
137
unit : str
138
The unit of measurement for the coordinate system, as specified in the
139
- CRS axis information. Assumes that both axes have the same unit.
+ CRS axis information.
140
"""
141
142
unit = coords.crs.axis_info[0].unit_name # assume both axes have the same unit
0 commit comments