Skip to content

Commit 3776214

Browse files
committed
Add grdtrack and load_ocean_ridge_points tutorial data to docs
PyGMT grdtrack added under "Operations on grids" (though it does require a tabular data input). Also added the ocean_ridge_points tutorial dataset used in grdtrack's unit tests and reordered the tutorial datasets alphabetically.
1 parent 028b55a commit 3776214

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/api/index.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Operations on grids:
5959
:toctree: generated
6060

6161
grdinfo
62+
grdtrack
6263

6364

6465
Miscellaneous
@@ -87,10 +88,10 @@ and store them in the GMT cache folder.
8788
:toctree: generated
8889

8990
datasets.load_earth_relief
90-
datasets.load_usgs_quakes
91-
datasets.load_sample_bathymetry
9291
datasets.load_japan_quakes
93-
92+
datasets.load_ocean_ridge_points
93+
datasets.load_sample_bathymetry
94+
datasets.load_usgs_quakes
9495

9596
.. automodule:: pygmt.exceptions
9697

pygmt/sampling.py

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ def grdtrack(
2929
bilinear, B-spline or nearest-neighbor (see -n) interpolation is used, requiring
3030
boundary conditions at the limits of the region.
3131
32+
Full option list at :gmt-docs:`grdtrack.html`
33+
3234
Parameters
3335
----------
3436
points: pandas.DataFrame

0 commit comments

Comments
 (0)