We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea3d31 commit 0118b5eCopy full SHA for 0118b5e
pygmt/datasets/earth_age.py
@@ -76,12 +76,8 @@ def load_earth_age(
76
Note
77
----
78
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.
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
85
86
Examples
87
--------
0 commit comments