File tree Expand file tree Collapse file tree 17 files changed +35
-107
lines changed Expand file tree Collapse file tree 17 files changed +35
-107
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,8 @@ def load_blue_marble(
72
72
Note
73
73
----
74
74
The registration and coordinate system type of the returned
75
- :class:`xarray.DataArray` image can be accessed via the GMT accessors (i.e.,
76
- ``image.gmt.registration`` and ``image.gmt.gtype`` respectively). However, these
77
- properties may be lost after specific image operations (such as slicing) and will
78
- need to be manually set before passing the image to any PyGMT data processing or
79
- plotting functions. Refer to :class:`pygmt.GMTDataArrayAccessor` for detailed
80
- explanations and workarounds.
75
+ :class:`xarray.DataArray` image can be accessed via the *gmt* accessor. Refer to
76
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
81
77
82
78
Examples
83
79
--------
Original file line number Diff line number Diff line change @@ -90,12 +90,8 @@ def load_earth_deflection(
90
90
Note
91
91
----
92
92
The registration and coordinate system type of the returned
93
- :class:`xarray.DataArray` grid can be accessed via the GMT accessors (i.e.,
94
- ``grid.gmt.registration`` and ``grid.gmt.gtype`` respectively). However, these
95
- properties may be lost after specific grid operations (such as slicing) and will
96
- need to be manually set before passing the grid to any PyGMT data processing or
97
- plotting functions. Refer to :class:`pygmt.GMTDataArrayAccessor` for detailed
98
- explanations and workarounds.
93
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
94
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
99
95
100
96
Examples
101
97
--------
Original file line number Diff line number Diff line change @@ -77,12 +77,8 @@ def load_earth_dist(
77
77
Note
78
78
----
79
79
The registration and coordinate system type of the returned
80
- :class:`xarray.DataArray` grid can be accessed via the GMT accessors (i.e.,
81
- ``grid.gmt.registration`` and ``grid.gmt.gtype`` respectively). However, these
82
- properties may be lost after specific grid operations (such as slicing) and will
83
- need to be manually set before passing the grid to any PyGMT data processing or
84
- plotting functions. Refer to :class:`pygmt.GMTDataArrayAccessor` for detailed
85
- explanations and workarounds.
80
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
81
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
86
82
87
83
Examples
88
84
--------
Original file line number Diff line number Diff line change @@ -90,12 +90,8 @@ def load_earth_free_air_anomaly(
90
90
Note
91
91
----
92
92
The registration and coordinate system type of the returned
93
- :class:`xarray.DataArray` grid can be accessed via the GMT accessors (i.e.,
94
- ``grid.gmt.registration`` and ``grid.gmt.gtype`` respectively). However, these
95
- properties may be lost after specific grid operations (such as slicing) and will
96
- need to be manually set before passing the grid to any PyGMT data processing or
97
- plotting functions. Refer to :class:`pygmt.GMTDataArrayAccessor` for detailed
98
- explanations and workarounds.
93
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
94
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
99
95
100
96
Examples
101
97
--------
Original file line number Diff line number Diff line change @@ -70,13 +70,8 @@ def load_earth_geoid(
70
70
Note
71
71
----
72
72
The registration and coordinate system type of the returned
73
- :class:`xarray.DataArray` grid can be accessed via the GMT accessors
74
- (i.e., ``grid.gmt.registration`` and ``grid.gmt.gtype`` respectively).
75
- However, these properties may be lost after specific grid operations (such
76
- as slicing) and will need to be manually set before passing the grid to any
77
- PyGMT data processing or plotting functions. Refer to
78
- :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and
79
- workarounds.
73
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
74
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
80
75
81
76
Examples
82
77
--------
Original file line number Diff line number Diff line change @@ -102,13 +102,8 @@ def load_earth_magnetic_anomaly(
102
102
Note
103
103
----
104
104
The registration and coordinate system type of the returned
105
- :class:`xarray.DataArray` grid can be accessed via the GMT accessors
106
- (i.e., ``grid.gmt.registration`` and ``grid.gmt.gtype`` respectively).
107
- However, these properties may be lost after specific grid operations (such
108
- as slicing) and will need to be manually set before passing the grid to any
109
- PyGMT data processing or plotting functions. Refer to
110
- :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and
111
- workarounds.
105
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
106
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
112
107
113
108
Examples
114
109
--------
Original file line number Diff line number Diff line change @@ -89,13 +89,8 @@ def load_earth_mask(
89
89
Note
90
90
----
91
91
The registration and coordinate system type of the returned
92
- :class:`xarray.DataArray` grid can be accessed via the GMT accessors
93
- (i.e., ``grid.gmt.registration`` and ``grid.gmt.gtype`` respectively).
94
- However, these properties may be lost after specific grid operations (such
95
- as slicing) and will need to be manually set before passing the grid to any
96
- PyGMT data processing or plotting functions. Refer to
97
- :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and
98
- workarounds.
92
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
93
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
99
94
100
95
Examples
101
96
--------
Original file line number Diff line number Diff line change @@ -73,12 +73,8 @@ def load_earth_mean_dynamic_topography(
73
73
Note
74
74
----
75
75
The registration and coordinate system type of the returned
76
- :class:`xarray.DataArray` grid can be accessed via the GMT accessors (i.e.,
77
- ``grid.gmt.registration`` and ``grid.gmt.gtype`` respectively). However, these
78
- properties may be lost after specific grid operations (such as slicing) and will
79
- need to be manually set before passing the grid to any PyGMT data processing or
80
- plotting functions. Refer to :class:`pygmt.GMTDataArrayAccessor` for detailed
81
- explanations and workarounds.
76
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
77
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
82
78
83
79
Examples
84
80
--------
Original file line number Diff line number Diff line change @@ -76,12 +76,8 @@ def load_earth_mean_sea_surface(
76
76
Note
77
77
----
78
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.
79
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
80
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
85
81
86
82
Examples
87
83
--------
Original file line number Diff line number Diff line change @@ -71,12 +71,8 @@ def load_black_marble(
71
71
Note
72
72
----
73
73
The registration and coordinate system type of the returned
74
- :class:`xarray.DataArray` image can be accessed via the GMT accessors (i.e.,
75
- ``image.gmt.registration`` and ``image.gmt.gtype`` respectively). However, these
76
- properties may be lost after specific image operations (such as slicing) and will
77
- need to be manually set before passing the image to any PyGMT data processing or
78
- plotting functions. Refer to :class:`pygmt.GMTDataArrayAccessor` for detailed
79
- explanations and workarounds.
74
+ :class:`xarray.DataArray` image can be accessed via the *gmt* accessor. Refer to
75
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
80
76
81
77
Examples
82
78
--------
Original file line number Diff line number Diff line change @@ -118,13 +118,8 @@ def load_earth_relief(
118
118
Note
119
119
----
120
120
The registration and coordinate system type of the returned
121
- :class:`xarray.DataArray` grid can be accessed via the GMT accessors
122
- (i.e., ``grid.gmt.registration`` and ``grid.gmt.gtype`` respectively).
123
- However, these properties may be lost after specific grid operations (such
124
- as slicing) and will need to be manually set before passing the grid to any
125
- PyGMT data processing or plotting functions. Refer to
126
- :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and
127
- workarounds.
121
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
122
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
128
123
129
124
Examples
130
125
--------
Original file line number Diff line number Diff line change @@ -75,16 +75,12 @@ def load_earth_vertical_gravity_gradient(
75
75
The Earth vertical gravity gradient grid. Coordinates are latitude and
76
76
longitude in degrees. Units are in Eotvos.
77
77
78
+
78
79
Note
79
80
----
80
81
The registration and coordinate system type of the returned
81
- :class:`xarray.DataArray` grid can be accessed via the GMT accessors
82
- (i.e., ``grid.gmt.registration`` and ``grid.gmt.gtype`` respectively).
83
- However, these properties may be lost after specific grid operations (such
84
- as slicing) and will need to be manually set before passing the grid to any
85
- PyGMT data processing or plotting functions. Refer to
86
- :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and
87
- workarounds.
82
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
83
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
88
84
89
85
Examples
90
86
--------
Original file line number Diff line number Diff line change @@ -92,12 +92,8 @@ def load_mars_relief(
92
92
Note
93
93
----
94
94
The registration and coordinate system type of the returned
95
- :class:`xarray.DataArray` grid can be accessed via the GMT accessors (i.e.,
96
- ``grid.gmt.registration`` and ``grid.gmt.gtype`` respectively). However, these
97
- properties may be lost after specific grid operations (such as slicing) and will
98
- need to be manually set before passing the grid to any PyGMT data processing or
99
- plotting functions. Refer to :class:`pygmt.GMTDataArrayAccessor` for detailed
100
- explanations and workarounds.
95
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
96
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
101
97
102
98
Examples
103
99
--------
Original file line number Diff line number Diff line change @@ -91,12 +91,8 @@ def load_mercury_relief(
91
91
Note
92
92
----
93
93
The registration and coordinate system type of the returned
94
- :class:`xarray.DataArray` grid can be accessed via the GMT accessors (i.e.,
95
- ``grid.gmt.registration`` and ``grid.gmt.gtype`` respectively). However, these
96
- properties may be lost after specific grid operations (such as slicing) and will
97
- need to be manually set before passing the grid to any PyGMT data processing or
98
- plotting functions. Refer to :class:`pygmt.GMTDataArrayAccessor` for detailed
99
- explanations and workarounds.
94
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
95
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
100
96
101
97
Examples
102
98
--------
Original file line number Diff line number Diff line change @@ -92,12 +92,8 @@ def load_moon_relief(
92
92
Note
93
93
----
94
94
The registration and coordinate system type of the returned
95
- :class:`xarray.DataArray` grid can be accessed via the GMT accessors (i.e.,
96
- ``grid.gmt.registration`` and ``grid.gmt.gtype`` respectively). However, these
97
- properties may be lost after specific grid operations (such as slicing) and will
98
- need to be manually set before passing the grid to any PyGMT data processing or
99
- plotting functions. Refer to :class:`pygmt.GMTDataArrayAccessor` for detailed
100
- explanations and workarounds.
95
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
96
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
101
97
102
98
Examples
103
99
--------
Original file line number Diff line number Diff line change @@ -91,12 +91,8 @@ def load_pluto_relief(
91
91
Note
92
92
----
93
93
The registration and coordinate system type of the returned
94
- :class:`xarray.DataArray` grid can be accessed via the GMT accessors (i.e.,
95
- ``grid.gmt.registration`` and ``grid.gmt.gtype`` respectively). However, these
96
- properties may be lost after specific grid operations (such as slicing) and will
97
- need to be manually set before passing the grid to any PyGMT data processing or
98
- plotting functions. Refer to :class:`pygmt.GMTDataArrayAccessor` for detailed
99
- explanations and workarounds.
94
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
95
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
100
96
101
97
Examples
102
98
--------
Original file line number Diff line number Diff line change @@ -76,12 +76,8 @@ def load_venus_relief(
76
76
Note
77
77
----
78
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.
79
+ :class:`xarray.DataArray` grid can be accessed via the *gmt* accessor. Refer to
80
+ :class:`pygmt.GMTDataArrayAccessor` for detailed explanations and limitations.
85
81
86
82
Examples
87
83
--------
You can’t perform that action at this time.
0 commit comments