Skip to content

Commit 0118b5e

Browse files
committed
Simplify the notes in the load_earth_age function
1 parent aea3d31 commit 0118b5e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pygmt/datasets/earth_age.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,8 @@ def load_earth_age(
7676
Note
7777
----
7878
The registration and coordinate system type of the returned
79-
:class:`xarray.DataArray` grid can be accessed via the GMT accessors (i.e.,
80-
``grid.gmt.registration`` and ``grid.gmt.gtype`` respectively). However, these
81-
properties may be lost after specific grid operations (such as slicing) and will
82-
need to be manually set before passing the grid to any PyGMT data processing or
83-
plotting functions. Refer to :class:`pygmt.GMTDataArrayAccessor` for detailed
84-
explanations and workarounds.
79+
:class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
80+
:class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
8581
8682
Examples
8783
--------

0 commit comments

Comments
 (0)