Skip to content

Commit

Permalink
Adjust outputs of the raster terrain analysis algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Aug 17, 2023
1 parent ad02317 commit 83c9431
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
4 changes: 2 additions & 2 deletions docs/user_manual/introduction/qgis_gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2208,6 +2208,8 @@ processes (QGIS startup, plugins loading, processing tools...)
:width: 1.5em
.. |addGrid| image:: /static/common/add_grid.png
:width: 1.5em
.. |addHanaLayer| image:: /static/common/mActionAddHanaLayer.png
:width: 1.5em
.. |addImage| image:: /static/common/mActionAddImage.png
:width: 1.5em
.. |addMap| image:: /static/common/mActionAddMap.png
Expand Down Expand Up @@ -2236,8 +2238,6 @@ processes (QGIS startup, plugins loading, processing tools...)
:width: 1.5em
.. |addVirtualLayer| image:: /static/common/mActionAddVirtualLayer.png
:width: 1.5em
.. |addHanaLayer| image:: /static/common/mActionAddHanaLayer.png
:width: 1.5em
.. |addWcsLayer| image:: /static/common/mActionAddWcsLayer.png
:width: 1.5em
.. |addWfsLayer| image:: /static/common/mActionAddWfsLayer.png
Expand Down
55 changes: 27 additions & 28 deletions docs/user_manual/processing_algs/qgis/rasterterrainanalysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@ Parameters
* - **Aspect**
- ``OUTPUT``
- [raster]
- Specify the output aspect raster layer. One of:

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

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

Outputs
.......
Expand Down Expand Up @@ -173,12 +174,13 @@ Parameters
* - **Hillshade**
- ``OUTPUT``
- [raster]
- Specify the output hillshade raster layer. One of:

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

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

Outputs
.......
Expand Down Expand Up @@ -261,10 +263,9 @@ Parameters
- Specify the output folder for the hypsometric curves.
One of:

* Save to a Temporary Layer (``TEMPORARY_OUTPUT``)
* Save to File...

The file encoding can also be changed here.
.. include:: ../algs_include.rst
:start-after: **directory_output_types**
:end-before: **end_directory_output_types**

Outputs
.......
Expand Down Expand Up @@ -379,23 +380,23 @@ Parameters
Default: ``[Save to temporary file]``
- Specify the output relief raster layer. One of:

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

The file encoding can also be changed here.
* - **Frequency distribution**

Optional
- ``FREQUENCY_DISTRIBUTION``
- [table]

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

* Skip Output
* Save to a Temporary Layer (``TEMPORARY_OUTPUT``)
* Save to File...

The file encoding can also be changed here.
.. include:: ../algs_include.rst
:start-after: **file_output_types_skip**
:end-before: **end_file_output_types_skip**

Outputs
.......
Expand Down Expand Up @@ -478,10 +479,9 @@ Parameters
Default: ``[Save to temporary file]``
- Specify the output ruggedness raster layer. One of:

* Save to a Temporary Layer (``TEMPORARY_OUTPUT``)
* Save to File...

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

Outputs
.......
Expand Down Expand Up @@ -555,10 +555,9 @@ Parameters
Default: ``[Save to temporary file]``
- Specify the output slope raster layer. One of:

* Save to a Temporary Layer (``TEMPORARY_OUTPUT``)
* Save to File...

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

Outputs
.......
Expand Down

0 comments on commit 83c9431

Please sign in to comment.