Skip to content

Commit 1f4f701

Browse files
Merge branch 'main' into add-remote-earth-defl
2 parents 93338b9 + 7edff1d commit 1f4f701

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pygmt/datasets/earth_mean_dynamic_topography.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ def load_earth_mean_dynamic_topography(
8484
>>> grid = load_earth_mean_dynamic_topography()
8585
>>> # load the 30 arc-minutes grid with "gridline" registration
8686
>>> grid = load_earth_mean_dynamic_topography(
87-
resolution="30m", registration="gridline"
88-
...)
89-
>>> # load high-resolution (5 arc-minutes) grid for a specific region
87+
... resolution="30m", registration="gridline"
88+
... )
89+
>>> # load high-resolution (7 arc-minutes) grid for a specific region
9090
>>> grid = load_earth_mean_dynamic_topography(
91-
... resolution="05m",
91+
... resolution="07m",
9292
... region=[120, 160, 30, 60],
9393
... registration="gridline",
9494
... )

0 commit comments

Comments
 (0)