Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/iris/src/userguide/loading_iris_cubes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,19 @@ then specific STASH codes can be filtered::
For advanced usage there are further examples in the
:class:`iris.Constraint` reference documentation.


Constraining across the dateline
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

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


.. _using-time-constraints:

Constraining on Time
Expand Down