Skip to content

Commit 17204a7

Browse files
committed
Update userguide note on intersection
1 parent 8d8e530 commit 17204a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/iris/src/userguide/loading_iris_cubes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,12 @@ then specific STASH codes can be filtered::
234234
:class:`iris.Constraint` reference documentation.
235235

236236

237-
Constraining across the dateline
238-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
237+
Constraining a circular coordinate across its boundary
238+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
239239

240-
Occasionally you may need to constrain your cube with a region that crosses either
241-
the dateline or the meridian. An example use-case of this is to extract the entire
242-
Pacific Ocean from a cube whose longitudes are bounded by the dateline.
240+
Occasionally you may need to constrain your cube with a region that crosses the
241+
boundary of a circular coordinate. An example use-case of this is to extract the
242+
entire Pacific Ocean from a cube whose longitudes are bounded by the dateline.
243243

244244
This functionality cannot be provided reliably using contraints. Instead you should use the
245245
functionality provided by :meth:`cube.intersection <iris.cube.Cube.intersection>`

0 commit comments

Comments
 (0)