Skip to content

Commit

Permalink
Fix "Extract/clip by extent" alg
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored and DelazJ committed Sep 24, 2024
1 parent 761f86f commit 15eb0a8
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/user_manual/processing_algs/qgis/vectoroverlay.rst
Original file line number Diff line number Diff line change
Expand Up @@ -314,16 +314,23 @@ Python code
Extract/clip by extent
----------------------
Creates a new vector layer that only contains features which fall
within a specified extent.

Any features which intersect the extent will be included.
within a specified extent. Any features which intersect the extent will be
included by default.

.. figure:: img/extractbyextent.png
:align: center

Extract operation between a three-feature input layer 'a' and a dashed extent (left) -
resulting features with dashed extent for reference (right)

Optionally, feature geometries can also be clipped to the extent.

.. figure:: img/extractbyextent_clip.png
:align: center

Extract operation between a three-feature input layer 'a' and a dashed extent (left) -
resulting features with dashed extent for reference (right)

.. seealso:: :ref:`qgisclip`

Parameters
Expand Down Expand Up @@ -355,17 +362,10 @@ Parameters
- [boolean]

Default: False
- If checked, output geometries will be automatically converted
to multi geometries to ensure uniform output types.
Moreover the geometries will be clipped to the extent chosen
- If checked, the geometries will be clipped to the extent chosen
instead of taking the whole geometry as output.

.. figure:: img/extractbyextent_clip.png
:align: center

Extract operation between a three-feature input layer 'a' and a dashed extent (left) -
resulting features with dashed extent for reference (right)

Moreover, output geometries will be automatically converted
to multi geometries to ensure uniform output types.
* - **Extracted**
- ``OUTPUT``
- [same as input]
Expand Down Expand Up @@ -398,7 +398,7 @@ Outputs
Python code
...........

**Algorithm ID**: ``qgis:extractbyextent``
**Algorithm ID**: ``native:extractbyextent``

.. include:: ../algs_include.rst
:start-after: **algorithm_code_section**
Expand Down

0 comments on commit 15eb0a8

Please sign in to comment.