mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
44 lines
642 B
ReStructuredText
44 lines
642 B
ReStructuredText
HYPSOMETRY
|
|
==========
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Elevation[Raster]``:
|
|
- ``Number of Classes[Number]``:
|
|
- ``Sort[Selection]``:
|
|
- ``Classification Constant[Selection]``:
|
|
- ``Use Z-Range[Boolean]``:
|
|
- ``Z-Range Min[Number]``:
|
|
- ``Z-Range Max[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Hypsometry[Table]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:hypsometry', elevation, count, sorting, method, bzrange, zrange_min, zrange_max, table)
|
|
|
|
Available options for selection parameters:
|
|
|
|
sorting(Sort)
|
|
0 - [0] up
|
|
1 - [1] down
|
|
|
|
method(Classification Constant)
|
|
0 - [0] height
|
|
1 - [1] area
|