We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f929e21 commit 79384cdCopy full SHA for 79384cd
cf_xarray/geometry.py
@@ -442,7 +442,7 @@ def cf_to_lines(ds: xr.Dataset):
442
443
def grid_to_polygons(ds: xr.Dataset) -> xr.DataArray:
444
"""
445
- Converts a regular 2D lat/lon grid to a 2D array of shapely polygons.
+ Converts the bounds of a regular 2D lat/lon grid to a 2D array of shapely polygons.
446
447
Modified from https://notebooksharing.space/view/c6c1f3a7d0c260724115eaa2bf78f3738b275f7f633c1558639e7bbd75b31456.
448
0 commit comments