mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
19 lines
1.5 KiB
HTML
19 lines
1.5 KiB
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Merging</h1>
|
|
<div class='author'>(c) 2003 by O.Conrad</div>
|
|
<div class='description'>Merge Grids.</div>
|
|
<h2>Parameters</h2>
|
|
<dl class='parameters'>
|
|
<dt>Grids to Merge <div class='type'>Input Grid list</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Grid system <div class='type'>Grid system</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Target Grid <div class='type'>Output Grid</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Merged Grid <div class='type'>Output Data Object</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Preferred data storage type <div class='type'>Choice</div></dt><dd> <div class='constraints'>Available choices: 1 bit, 1 byte unsigned integer, 1 byte signed integer, 2 byte unsigned integer, 2 byte signed integer, 4 byte unsigned integer, 4 byte signed integer, 4 byte floating point, 8 byte floating point</div></dd>
|
|
<dt>Interpolation <div class='type'>Choice</div></dt><dd> <div class='constraints'>Available choices: Nearest Neighbor, Bilinear Interpolation, Inverse Distance Interpolation, Bicubic Spline Interpolation, B-Spline Interpolation</div></dd>
|
|
<dt>Overlapping Cells <div class='type'>Choice</div></dt><dd> <div class='constraints'>Available choices: mean value, first value in order of grid list</div></dd>
|
|
<dt>Cell Size <div class='type'>Floating point</div></dt><dd> <div class='constraints'></div></dd>
|
|
</dl>
|
|
</body></html>
|