Skip to content

Commit 5d8c606

Browse files
Fix line length | Fix typos | Improve formulations
1 parent 189cb3a commit 5d8c606

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pygmt/datasets/earth_free_air_anomaly.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
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`.
44
55
The grids are available in various resolutions.
66
"""
@@ -30,8 +30,8 @@ def load_earth_free_air_anomaly(
3030
:widths: 50 50
3131
:header-rows: 1
3232
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
3535
* - .. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_faa.jpg
3636
- .. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_faaerror.jpg
3737
@@ -74,13 +74,13 @@ def load_earth_free_air_anomaly(
7474
uncertainty
7575
Set to ``True`` to download the uncertainties related to the free-air anomaly
7676
values [Default is ``False`` and gives the altimetry-based marine free-air
77-
anomaly values.
77+
anomaly values].
7878
7979
Returns
8080
-------
8181
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.
8484
8585
Note
8686
----

0 commit comments

Comments
 (0)