Skip to content

Commit

Permalink
Highlight support for line geometries in docstring (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian authored Jan 17, 2024
1 parent 548ec97 commit 5ee1bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cf_xarray/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def shapely_to_cf(geometries: xr.DataArray | Sequence, grid_mapping: str | None
Convert a DataArray with shapely geometry objects into a CF-compliant dataset.
.. warning::
Only point geometries are currently implemented.
Only point and line geometries are currently implemented.
Parameters
----------
Expand Down Expand Up @@ -143,7 +143,7 @@ def cf_to_shapely(ds: xr.Dataset):
Convert geometries stored in a CF-compliant way to shapely objects stored in a single variable.
.. warning::
Only point geometries are currently implemented.
Only point and line geometries are currently implemented.
Parameters
----------
Expand Down

0 comments on commit 5ee1bc7

Please sign in to comment.