Skip to content

Commit

Permalink
Detail how to be able to fill options for input layers in the "raster…
Browse files Browse the repository at this point in the history
… aligns" algorithm (#9005)

and fix algorithm reference
  • Loading branch information
DelazJ committed Apr 15, 2024
1 parent ae80ad2 commit 9dc7657
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/user_manual/processing_algs/qgis/rastertools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Raster tools
:depth: 1


.. _qgisalignraster:
.. _qgisalignsingleraster:

Align raster
------------
Expand All @@ -17,7 +17,8 @@ Align raster
Aligns raster by resampling it to the same cell size
and reprojecting to the same CRS as a reference raster.

.. warning:: This algorithm is ONLY available in the :ref:`Model Designer <processing.modeler>` context.
.. warning:: **This algorithm is ONLY available in the** :ref:`Model Designer <processing.modeler>` context.
For other contexts, use instead :ref:`qgisalignrasters`.

Parameters
..........
Expand Down Expand Up @@ -123,7 +124,7 @@ Outputs
Python code
...........

**Algorithm ID**: ``native:alignraster``
**Algorithm ID**: ``native:alignsingleraster``

.. include:: ../algs_include.rst
:start-after: **algorithm_code_section**
Expand All @@ -139,7 +140,8 @@ Align rasters
Aligns rasters by resampling them to the same cell size
and reprojecting to the same CRS as a reference raster.

.. warning:: This algorithm is NOT available in the :ref:`Model Designer <processing.modeler>` context.
.. warning:: **This algorithm is NOT available in the** :ref:`Model Designer <processing.modeler>` context.
Use instead :ref:`qgisalignsingleraster`.

Parameters
..........
Expand All @@ -158,7 +160,10 @@ Parameters
- [raster] [list]
- List of input raster layers with resampling options associated
(filled as a :class:`QgsProcessingParameterAlignRasterLayers
<qgis.core.QgsProcessingParameterAlignRasterLayers>` item):
<qgis.core.QgsProcessingParameterAlignRasterLayers>` item ---
done in GUI by pressing :guilabel:`Configure Raster...` button
for each selected layer):


**Input layer** [string] (``inputFile``)
Full path of the input layer to align
Expand Down

0 comments on commit 9dc7657

Please sign in to comment.