mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
16 lines
823 B
HTML
16 lines
823 B
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Layer of extreme value</h1>
|
|
<div class='author'></div>
|
|
<div class='description'>It creates a new grid containing the ID of the grid with the maximum (minimum) value.
|
|
<br/>
|
|
Copyright 2005 Victor Olaya: e-mail: volaya@ya.com</div>
|
|
<h2>Parameters</h2>
|
|
<dl class='parameters'>
|
|
<dt>Grid system <div class='type'>Grid system</div></dt><dd>Grid system <div class='constraints'></div></dd>
|
|
<dt>Grids <div class='type'>Input Grid list</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Result <div class='type'>Output Grid</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Method <div class='type'>Choice</div></dt><dd> <div class='constraints'>Available choices: Maximum, Minimum</div></dd>
|
|
</dl>
|
|
</body></html>
|