We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33610e commit f929e21Copy full SHA for f929e21
cf_xarray/geometry.py
@@ -450,8 +450,8 @@ def grid_to_polygons(ds: xr.Dataset) -> xr.DataArray:
450
----------
451
ds : xr.Dataset
452
Dataset with "latitude" and "longitude" variables as well as their bounds variables.
453
- 1D "latitude" and "longitude" variables are supported. This function will automatically
454
- broadcast them against each other.
+ 1D and 2D "latitude" and "longitude" variables are supported. 1D variables will
+ be broadcast against each other.
455
456
Returns
457
-------
0 commit comments