GRDPASTE
Section: Misc. Reference Manual Pages (l)
Updated: DATE
Index
Return to Main Contents
NAME
grdpaste - Paste together two .grd files along a common edge.
SYNOPSIS
grdpaste -Afile_a.grd -Bfile_b.grd -Goutfile.grd
[ -V ]
DESCRIPTION
grdpaste will combine file_a.grd and file_b.grd into outfile.grd by pasting
them together along their common edge. Files A and B must have the same dx, dy and have one edge
in common. If in doubt, check with grdinfo and use grdcut and/or grdsample
if necessary to prepare the edge joint.
- -Afile_a.grd
-
One of two files to be pasted together.
- -Bfile_b.grd
-
The other of two files to be pasted together.
- -Goutfile.grd
-
The name for the combined output.
OPTIONS
#include "explain_-V.txt"
EXAMPLES
Suppose file_a.grd is 150E - 180E and 0 - 30N, and file_b.grd is 150E - 180E, -30S - 0, then you can
make outfile.grd which will be 150 - 180 and -30S - 30N by:
grdpaste -Afile_a.grd -Bfile_b.grd -Goutfile.grd -V
SEE ALSO
gmt, grdcut, grdinfo, grdsample
#include "refs.i"
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- EXAMPLES
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 07:10:52 GMT, January 07, 2025