Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ This document explains the changes made to Iris for this release
now be used, currently being v7.2.6.
(:pull:`5901`)

#. `@trexfeathers`_ updated the :mod:`iris.experimental.geovista`
documentation's use of :class:`geovista.geodesic.BBox`
to be compatible with GeoVista v0.5, as well as previous versions.
(:pull:`6064`)


📚 Documentation
================
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/experimental/geovista.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def extract_unstructured_region(cube, polydata, region, **kwargs):
The parameters of :func:`extract_unstructured_region` have been designed with
flexibility and reuse in mind. This is demonstrated below.

>>> from geovista import BBox
>>> from geovista.geodesic import BBox
>>> from iris.experimental.geovista import cube_to_polydata, extract_unstructured_region
>>> print(cube_w_mesh.shape)
(72, 96)
Expand Down