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 97adf31 commit 75ff3a2Copy full SHA for 75ff3a2
pygmt/src/grdvolume.py
@@ -26,6 +26,14 @@
26
@kwargs_to_strings(C="sequence", R="sequence")
27
def grdvolume(grid, data_format="a", **kwargs):
28
r"""
29
+ Read a 2-D grid file and calculate the volume contained below the surface
30
+ and above the plane specified by the given contour (or zero if not given)
31
+ and return the contour, area, volume, and maximum mean height
32
+ (volume/area). Alternatively, a range of contours can be specified to
33
+ return the volume and area inside the contour for all contour values.
34
+ Using **-T**, the contour that produced the maximum mean height
35
+ (or maximum curvature of heights vs contour value) is returned as well.
36
+
37
{aliases}
38
39
Parameters
0 commit comments