Skip to content

Commit

Permalink
Naming files by extension.
Browse files Browse the repository at this point in the history
Added extension to filenames for consistency and as to avoid confusion
  • Loading branch information
DiGro authored and DelazJ committed May 14, 2024
1 parent db74e09 commit dc550de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/training_manual/rasters/terrain_analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ of the :menuselection:`Processing --> Raster terrain analysis`.
#. Choose :guilabel:`srtm_41_19` as the :guilabel:`Elevation layer`
#. Keep the :guilabel:`Z factor` at ``1.0``
#. Save the output as a file with the name ``slope.tif`` in the same folder as the
``hillshade``
``hillshade.tif``
#. Click on :guilabel:`Run`

Now you'll see the slope of the terrain, each pixel holding the corresponding
Expand All @@ -148,7 +148,7 @@ sunlight.

Use the :guilabel:`Aspect` algorithm of the
:menuselection:`Processing --> Raster terrain analysis` to get the ``aspect.tif``
layer saved along with the ``slope``.
layer saved along with the ``slope.tif``.

.. admonition:: Answer
:class: dropdown
Expand Down

0 comments on commit dc550de

Please sign in to comment.