diff --git a/docs/user_manual/processing_algs/qgis/rastertools.rst b/docs/user_manual/processing_algs/qgis/rastertools.rst index 4e8ba2e8734..48508bab53d 100644 --- a/docs/user_manual/processing_algs/qgis/rastertools.rst +++ b/docs/user_manual/processing_algs/qgis/rastertools.rst @@ -8,7 +8,7 @@ Raster tools :depth: 1 -.. _qgisalignraster: +.. _qgisalignsingleraster: Align raster ------------ @@ -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 ` context. +.. warning:: **This algorithm is ONLY available in the** :ref:`Model Designer ` context. + For other contexts, use instead :ref:`qgisalignrasters`. Parameters .......... @@ -123,7 +124,7 @@ Outputs Python code ........... -**Algorithm ID**: ``native:alignraster`` +**Algorithm ID**: ``native:alignsingleraster`` .. include:: ../algs_include.rst :start-after: **algorithm_code_section** @@ -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 ` context. +.. warning:: **This algorithm is NOT available in the** :ref:`Model Designer ` context. + Use instead :ref:`qgisalignsingleraster`. Parameters .......... @@ -158,7 +160,10 @@ Parameters - [raster] [list] - List of input raster layers with resampling options associated (filled as a :class:`QgsProcessingParameterAlignRasterLayers - ` item): + ` 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