We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c61fd commit 64f646dCopy full SHA for 64f646d
pygmt/src/grdfilter.py
@@ -125,8 +125,8 @@ def grdfilter(
125
--------
126
>>> from pathlib import Path
127
>>> import pygmt
128
- >>> # Apply a filter of 600 km (full width) to the @earth_relief_30m_g file and
129
- >>> # return a filtered field (saved as netCDF)
+ >>> # Apply a median filter of 600 km (full width) to the @earth_relief_30m_g grid
+ >>> # and return a filtered grid (saved as netCDF file).
130
>>> pygmt.grdfilter(
131
... grid="@earth_relief_30m_g",
132
... filter="m600",
0 commit comments