Skip to content

Commit

Permalink
Update Create grid algorithm output details and example
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Jan 1, 2024
1 parent 75e00fc commit 654b346
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Binary file modified docs/user_manual/processing_algs/qgis/img/create_grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions docs/user_manual/processing_algs/qgis/vectorcreation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,11 @@ Grid cells can have different shapes:
.. figure:: img/create_grid.png
:align: center

Different grid cell shapes
Different grid cell shapes applied to the same extent, without overlaps

The size of each element in the grid is defined using a horizontal and
The size and/or placement of each element in the grid is defined using a horizontal and
vertical spacing.

The CRS of the output layer must be defined.

The grid extent and the spacing values must be expressed in the
coordinates and units of this CRS.

Expand Down Expand Up @@ -376,6 +374,13 @@ Outputs
- [vector: any]
- Resulting vector grid layer. The output geometry type (point,
line or polygon) depends on the :guilabel:`Grid type`.
Features are created from top to bottom, left to right.
The attribute table is filled with:

* an ``id``
* coordinates on the ``left``, ``right``, ``top`` and ``bottom`` sides
* and their placement in the grid: ``row_index`` and ``column_index``
(available for point, rectangle and hexagon grid types)

Python code
...........
Expand Down

0 comments on commit 654b346

Please sign in to comment.