Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE][processing] Native wedge buffer algorithm #2563

Closed
QGIS-feature-tracker opened this issue Apr 23, 2018 · 0 comments · Fixed by #2749
Closed

[FEATURE][processing] Native wedge buffer algorithm #2563

QGIS-feature-tracker opened this issue Apr 23, 2018 · 0 comments · Fixed by #2749
Assignees
Labels
3.2 QGIS 3.2 new features Automatic new feature Processing Alg (Features of) An algorithm. Use the Help button in the application to find the page.
Milestone

Comments

@QGIS-feature-tracker
Copy link
Collaborator

Original commit: qgis/QGIS@b884eb4 by nyalldawson

This algorithm creates wedge shaped buffers from input
points.

The azimuth parameter gives the angle (in degrees) for the
middle of the wedge to point. The buffer width (in degrees)
is specified by the width parameter. Note that the
wedge will extend to half of the angular width either side
of the azimuth direction.

The outer radius of the buffer is specified via outer radius,
and optionally an inner radius can also be specified.

Supports dynamic parameters for azimuth, width, and radius.

The native output from this algorithm is CurvePolygon
geometries, but these may be automatically segmentized to
Polygons depending on the output format.

@QGIS-feature-tracker QGIS-feature-tracker added this to the QGIS 3.2 milestone Apr 23, 2018
@ghtmtt ghtmtt self-assigned this May 15, 2018
@ghtmtt ghtmtt added the Processing Alg (Features of) An algorithm. Use the Help button in the application to find the page. label Jun 27, 2018
ghtmtt added a commit that referenced this issue Jul 10, 2018
* [processing] wedge buffer, fix #2563

* add data defined description for wedge

* tapered buffer, variable buffer, fix #2591

* change the alg name according to the GUI

* data defined button and corrections

* wedge buffers editing

* fix small error

* swap geometry: all geometries
@DelazJ DelazJ added the 3.2 QGIS 3.2 new features label Sep 26, 2019
@DelazJ DelazJ modified the milestones: QGIS 3.2, QGIS 3.4 Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.2 QGIS 3.2 new features Automatic new feature Processing Alg (Features of) An algorithm. Use the Help button in the application to find the page.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants