File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
- Function to download the IGPP Earth free-air anomaly dataset from the GMT data server,
3
- and load as :class:`xarray.DataArray`.
2
+ Function to download the IGPP Earth free-air anomaly and uncertainty datasets from
3
+ the GMT data server, and load as :class:`xarray.DataArray`.
4
4
5
5
The grids are available in various resolutions.
6
6
"""
@@ -30,8 +30,8 @@ def load_earth_free_air_anomaly(
30
30
:widths: 50 50
31
31
:header-rows: 1
32
32
33
- * - IGPP Earth Free -Air Anomaly
34
- - IGPP Earth Free -Air Anomaly Uncertainty
33
+ * - IGPP Earth free -Air anomaly
34
+ - IGPP Earth free -Air anomaly uncertainty
35
35
* - .. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_faa.jpg
36
36
- .. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_faaerror.jpg
37
37
@@ -74,13 +74,13 @@ def load_earth_free_air_anomaly(
74
74
uncertainty
75
75
Set to ``True`` to download the uncertainties related to the free-air anomaly
76
76
values [Default is ``False`` and gives the altimetry-based marine free-air
77
- anomaly values.
77
+ anomaly values] .
78
78
79
79
Returns
80
80
-------
81
81
grid
82
- The Earth free-air anomaly grid (or its uncertainty). Coordinates are latitude and longitude in
83
- degrees. Units are in mGal.
82
+ The Earth free-air anomaly grid (or its uncertainty). Coordinates are latitude
83
+ and longitude in degrees. Units are in mGal.
84
84
85
85
Note
86
86
----
You can’t perform that action at this time.
0 commit comments