Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Dec 11, 2023
1 parent 0db0b96 commit d33610e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf_xarray/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def cf_to_lines(ds: xr.Dataset):
return xr.DataArray(geoms, dims=part_node_count.dims, coords=part_node_count.coords)


def grid_to_polygons(ds: xr.Dataset) -> xr.DataArray:
def grid_to_polygons(ds: xr.Dataset) -> xr.DataArray:
"""
Converts a regular 2D lat/lon grid to a 2D array of shapely polygons.
Expand Down

0 comments on commit d33610e

Please sign in to comment.