Skip to content

Commit 9af9494

Browse files
committed
Adjust outputs of the raster terrain analysis algorithms
1 parent 3384f09 commit 9af9494

File tree

2 files changed

+29
-28
lines changed

2 files changed

+29
-28
lines changed

docs/user_manual/introduction/qgis_gui.rst

+2
Original file line numberDiff line numberDiff line change
@@ -2199,6 +2199,8 @@ processes (QGIS startup, plugins loading, processing tools...)
21992199
:width: 1.5em
22002200
.. |addGrid| image:: /static/common/add_grid.png
22012201
:width: 1.5em
2202+
.. |addHanaLayer| image:: /static/common/mActionAddHanaLayer.png
2203+
:width: 1.5em
22022204
.. |addImage| image:: /static/common/mActionAddImage.png
22032205
:width: 1.5em
22042206
.. |addMap| image:: /static/common/mActionAddMap.png

docs/user_manual/processing_algs/qgis/rasterterrainanalysis.rst

+27-28
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,13 @@ Parameters
5959
* - **Aspect**
6060
- ``OUTPUT``
6161
- [raster]
62-
- Specify the output aspect raster layer. One of:
6362

64-
* Save to a Temporary Layer (``TEMPORARY_OUTPUT``)
65-
* Save to File...
63+
Default: ``[Save to temporary file]``
64+
- Specify the output aspect raster layer. One of:
6665

67-
The file encoding can also be changed here.
66+
.. include:: ../algs_include.rst
67+
:start-after: **file_output_types**
68+
:end-before: **end_file_output_types**
6869

6970
Outputs
7071
.......
@@ -173,12 +174,13 @@ Parameters
173174
* - **Hillshade**
174175
- ``OUTPUT``
175176
- [raster]
176-
- Specify the output hillshade raster layer. One of:
177177

178-
* Save to a Temporary Layer (``TEMPORARY_OUTPUT``)
179-
* Save to File...
178+
Default: ``Save to temporary file``
179+
- Specify the output hillshade raster layer. One of:
180180

181-
The file encoding can also be changed here.
181+
.. include:: ../algs_include.rst
182+
:start-after: **file_output_types**
183+
:end-before: **end_file_output_types**
182184

183185
Outputs
184186
.......
@@ -261,10 +263,9 @@ Parameters
261263
- Specify the output folder for the hypsometric curves.
262264
One of:
263265

264-
* Save to a Temporary Layer (``TEMPORARY_OUTPUT``)
265-
* Save to File...
266-
267-
The file encoding can also be changed here.
266+
.. include:: ../algs_include.rst
267+
:start-after: **directory_output_types**
268+
:end-before: **end_directory_output_types**
268269

269270
Outputs
270271
.......
@@ -379,23 +380,23 @@ Parameters
379380
Default: ``[Save to temporary file]``
380381
- Specify the output relief raster layer. One of:
381382

382-
* Save to a Temporary Layer (``TEMPORARY_OUTPUT``)
383-
* Save to File...
383+
.. include:: ../algs_include.rst
384+
:start-after: **file_output_types**
385+
:end-before: **end_file_output_types**
384386

385-
The file encoding can also be changed here.
386387
* - **Frequency distribution**
388+
389+
Optional
387390
- ``FREQUENCY_DISTRIBUTION``
388391
- [table]
389392

390393
Default: ``[Skip output]``
391394
- Specify the CSV table for the output frequency distribution.
392395
One of:
393396

394-
* Skip Output
395-
* Save to a Temporary Layer (``TEMPORARY_OUTPUT``)
396-
* Save to File...
397-
398-
The file encoding can also be changed here.
397+
.. include:: ../algs_include.rst
398+
:start-after: **file_output_types_skip**
399+
:end-before: **end_file_output_types_skip**
399400

400401
Outputs
401402
.......
@@ -478,10 +479,9 @@ Parameters
478479
Default: ``[Save to temporary file]``
479480
- Specify the output ruggedness raster layer. One of:
480481

481-
* Save to a Temporary Layer (``TEMPORARY_OUTPUT``)
482-
* Save to File...
483-
484-
The file encoding can also be changed here.
482+
.. include:: ../algs_include.rst
483+
:start-after: **file_output_types**
484+
:end-before: **end_file_output_types**
485485

486486
Outputs
487487
.......
@@ -555,10 +555,9 @@ Parameters
555555
Default: ``[Save to temporary file]``
556556
- Specify the output slope raster layer. One of:
557557

558-
* Save to a Temporary Layer (``TEMPORARY_OUTPUT``)
559-
* Save to File...
560-
561-
The file encoding can also be changed here.
558+
.. include:: ../algs_include.rst
559+
:start-after: **file_output_types**
560+
:end-before: **end_file_output_types**
562561

563562
Outputs
564563
.......

0 commit comments

Comments
 (0)