We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84921a0 commit 86d731aCopy full SHA for 86d731a
pygmt/src/grdfill.py
@@ -125,14 +125,17 @@ def grdfill(
125
r"""
126
Interpolate across holes in a grid.
127
128
+ .. note::
129
+
130
+ Wraps the GMT module ``grdfill``.
131
+ The GMT documentation is at :gmt-docs:`grdfill.html`.
132
133
Read a grid that presumably has unfilled holes that the user wants to fill in some
134
fashion. Holes are identified by NaN values but this criteria can be changed via the
135
``hole`` parameter. There are several different algorithms that can be used to
136
replace the hole values. If no holes are found the original unchanged grid is
137
returned.
138
- Full option list at :gmt-docs:`grdfill.html`.
-
139
{aliases}
140
141
Parameters
0 commit comments