Skip to content

Commit

Permalink
Fix misc issues reported in Transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and github-actions[bot] committed Sep 18, 2023
1 parent c2ac767 commit 64aac9a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ only the areas that have a value of ``1`` in the ``suitable`` field.
#. After you are sure the query is complete (and only the areas that
meet all three criteria, i.e. with a value of ``1`` are visible),
create a new vector file from the results, using the
:guilabel:`Export --> Save Features As...` in the layer's
:menuselection:`Export --> Save Features As...` in the layer's
right-click menu
#. Save the file in the :file:`Rasterprac` directory
#. Name the file :file:`aspect_slope_rainfall_1.shp`
Expand Down
2 changes: 1 addition & 1 deletion docs/training_manual/forestry/parameters_calculation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ you probably named it :file:`forest_inventory.qgs`.

First, add the sample plots measurements to your QGIS project:

#. Go to :menuselection:`Layer --> Add Delimited Text Layer...`.
#. Go to :menuselection:`Layer --> Add Layer --> Add Delimited Text Layer...`.
#. Browse to the file :file:`systematic_inventory_results.csv` located in
:file:`exercise_data/forestry/results/`.
#. Make sure that the :guilabel:`Point coordinates` option is checked.
Expand Down
2 changes: 1 addition & 1 deletion docs/training_manual/grass/grass_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ information visit the `GRASS website <https://grass.osgeo.org/grass82/manuals/gr
|basic| |FA| Start a New GRASS Project
-------------------------------------------------------------------------------

#. Click on the :guilabel:`Plugins --> GRASS --> New Mapset` menu:
#. Click on the :menuselection:`Plugins --> GRASS --> New Mapset` menu:

.. figure:: img/grass_menu.png
:align: center
Expand Down
6 changes: 3 additions & 3 deletions docs/user_manual/processing_algs/gdal/vectormiscellaneous.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Python code

Export to PostgreSQL (available connections)
--------------------------------------------
Imports vector layers inside a PostgreSqL database on the basis of
Imports vector layers inside a PostgreSQL database on the basis of
an available connection.
The connection has to
:ref:`be defined properly <vector_create_stored_connection>`
Expand Down Expand Up @@ -501,7 +501,7 @@ Python code

Export to PostgreSQL (new connection)
-------------------------------------
Imports vector layers inside a PostGreSQL database. A new connection
Imports vector layers inside a PostgreSQL database. A new connection
to the PostGIS database must be created.

This algorithm is derived from the
Expand Down Expand Up @@ -681,7 +681,7 @@ Parameters
Default: ''
- Defines a distance tolerance for the simplification of the
vector geometries to be imported.
By default no simplification there is no simplification.
By default there is no simplification.
* - **Maximum distance between 2 nodes (densification)**

Optional
Expand Down
2 changes: 1 addition & 1 deletion docs/user_manual/processing_algs/qgis/rasteranalysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ There are two methods for percentile calculation:
* Inclusive linear interpolation (PERCENTRANK.INC)
* Exclusive linear interpolation (PERCENTRANK.EXC)

The linear interpolation method return the unique percent rank for different values.
The linear interpolation methods return the unique percent rank for different values.
Both interpolation methods follow their counterpart methods implemented
by `LibreOffice <https://help.libreoffice.org/latest/en-US/text/scalc/01/04060184.html?DbPAR=CALC#bm_id3148807>`_
or Microsoft Excel.
Expand Down

0 comments on commit 64aac9a

Please sign in to comment.