Skip to content

Commit 79384cd

Browse files
dcherianmathause
andauthored
Update cf_xarray/geometry.py
Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
1 parent f929e21 commit 79384cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf_xarray/geometry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def cf_to_lines(ds: xr.Dataset):
442442

443443
def grid_to_polygons(ds: xr.Dataset) -> xr.DataArray:
444444
"""
445-
Converts a regular 2D lat/lon grid to a 2D array of shapely polygons.
445+
Converts the bounds of a regular 2D lat/lon grid to a 2D array of shapely polygons.
446446
447447
Modified from https://notebooksharing.space/view/c6c1f3a7d0c260724115eaa2bf78f3738b275f7f633c1558639e7bbd75b31456.
448448

0 commit comments

Comments
 (0)