Skip to content

Commit d33610e

Browse files
committed
Fix
1 parent 0db0b96 commit d33610e

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
@@ -440,7 +440,7 @@ def cf_to_lines(ds: xr.Dataset):
440440
return xr.DataArray(geoms, dims=part_node_count.dims, coords=part_node_count.coords)
441441

442442

443-
def grid_to_polygons(ds: xr.Dataset) -> xr.DataArray:
443+
def grid_to_polygons(ds: xr.Dataset) -> xr.DataArray:
444444
"""
445445
Converts a regular 2D lat/lon grid to a 2D array of shapely polygons.
446446

0 commit comments

Comments
 (0)