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 0db0b96 commit d33610eCopy full SHA for d33610e
cf_xarray/geometry.py
@@ -440,7 +440,7 @@ def cf_to_lines(ds: xr.Dataset):
440
return xr.DataArray(geoms, dims=part_node_count.dims, coords=part_node_count.coords)
441
442
443
- def grid_to_polygons(ds: xr.Dataset) -> xr.DataArray:
+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.
446
0 commit comments