Skip to content

Commit eb6ec18

Browse files
authored
Update doc/geometry.md
1 parent 792def4 commit eb6ec18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/geometry.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ kernelspec:
1919
1. {py:func}`cf_xarray.cf_to_shapely`
2020
```
2121

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.
22+
`cf_xarray` can convert between vector geometries represented as shapely objects
23+
and CF-compliant array representations of those geometries.
2424

2525
Let's start by creating an xarray object containing some shapely geometries. This example uses
2626
a `xr.DataArray` but these functions also work with a `xr.Dataset` where one of the data variables

0 commit comments

Comments
 (0)