We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792def4 commit eb6ec18Copy full SHA for eb6ec18
doc/geometry.md
@@ -19,8 +19,8 @@ kernelspec:
19
1. {py:func}`cf_xarray.cf_to_shapely`
20
```
21
22
-In order to support vectors as well as arrays `cf_xarray` can convert between shapely objects
23
-and CF-compliant representations of those geometries.
+`cf_xarray` can convert between vector geometries represented as shapely objects
+and CF-compliant array representations of those geometries.
24
25
Let's start by creating an xarray object containing some shapely geometries. This example uses
26
a `xr.DataArray` but these functions also work with a `xr.Dataset` where one of the data variables
0 commit comments