Skip to content

Update Cartopy and Iris references #10645

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 14, 2025
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
2 changes: 1 addition & 1 deletion doc/examples/multidimensional-coords.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In order to visualize the data on a conventional latitude-longitude grid, we can take advantage of xarray's ability to apply [cartopy](https://scitools.org.uk/cartopy/docs/latest/) map projections."
"In order to visualize the data on a conventional latitude-longitude grid, we can take advantage of xarray's ability to apply [cartopy](https://cartopy.readthedocs.io/stable/) map projections."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion doc/get-help/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ different approaches to handling metadata: Iris strictly interprets
integration with Cartopy_.

.. _Iris: https://scitools-iris.readthedocs.io/en/stable/
.. _Cartopy: https://scitools.org.uk/cartopy/docs/latest/
.. _Cartopy: https://cartopy.readthedocs.io/stable/

We think the design decisions we have made for xarray (namely, basing it on
pandas) make it a faster and more flexible data analysis tool. That said, Iris
Expand Down
2 changes: 1 addition & 1 deletion doc/getting-started-guide/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For plotting
~~~~~~~~~~~~

- `matplotlib <https://matplotlib.org>`__: required for :ref:`plotting`
- `cartopy <https://scitools.org.uk/cartopy>`__: recommended for :ref:`plot-maps`
- `cartopy <https://cartopy.readthedocs.io>`__: recommended for :ref:`plot-maps`
- `seaborn <https://seaborn.pydata.org>`__: for better
color palettes
- `nc-time-axis <https://nc-time-axis.readthedocs.io>`__: for plotting
Expand Down
2 changes: 1 addition & 1 deletion doc/user-guide/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ Ncdata can also adjust file data within load and save operations, to fix data lo
problems or provide exact save formatting without needing to modify files on disk.
See for example : `ncdata usage examples`_

.. _Iris: https://scitools.org.uk/iris
.. _Iris: https://scitools-iris.readthedocs.io
.. _Ncdata: https://ncdata.readthedocs.io/en/latest/index.html
.. _ncdata usage examples: https://github.com/pp-mo/ncdata/tree/v0.1.2?tab=readme-ov-file#correct-a-miscoded-attribute-in-iris-input

Expand Down
2 changes: 1 addition & 1 deletion doc/user-guide/plotting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For more extensive plotting applications consider the following projects:
dynamic plots (backed by ``Holoviews`` or ``Geoviews``) by adding a ``hvplot``
accessor to DataArrays.

- `Cartopy <https://scitools.org.uk/cartopy/docs/latest/>`_: Provides cartographic
- `Cartopy <https://cartopy.readthedocs.io/stable/>`_: Provides cartographic
tools.

Imports
Expand Down
2 changes: 1 addition & 1 deletion doc/user-guide/weather-climate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ CF-compliant coordinate variables

.. _`MetPy`: https://unidata.github.io/MetPy/dev/index.html
.. _`metpy documentation`: https://unidata.github.io/MetPy/dev/tutorials/xarray_tutorial.html#coordinates
.. _`Cartopy`: https://scitools.org.uk/cartopy/docs/latest/reference/crs.html
.. _`Cartopy`: https://cartopy.readthedocs.io/stable/reference/crs.html

.. _CFTimeIndex:

Expand Down
2 changes: 1 addition & 1 deletion doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6675,7 +6675,7 @@ Enhancements

.. _Zarr: http://zarr.readthedocs.io/

.. _Iris: http://scitools.org.uk/iris
.. _Iris: http://scitools-iris.readthedocs.io

.. _netcdftime: https://unidata.github.io/netcdftime

Expand Down
Loading