Skip to content

Commit

Permalink
Add details on "bounding boxes" algorithm output
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Sep 23, 2023
1 parent 566fcbe commit 3f26845
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/user_manual/processing_algs/qgis/vectorgeometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,9 @@ Outputs
* - **Bounds**
- ``OUTPUT``
- [vector: polygon]
- Bounding boxes of input layer
- Bounding boxes of input layer.
Other than the input attributes, the output layer also contains following fields:
``width``, ``height``, ``area`` and ``perimeter`` of the generated polygon.

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

0 comments on commit 3f26845

Please sign in to comment.