Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release_3.28] Adjust outputs of the raster terrain analysis algorithms #8446

Merged
merged 1 commit into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/user_manual/introduction/qgis_gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2199,6 +2199,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
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
Loading