-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feature][processing] Random points in polygons C++ algorithm
Offers the same functionality as the Random points inside polygons algorithm, and in addition it includes (possible to opt-out) the attributes from the containing polygon and the ability to specify a seed for the random number generator. Could replace the Python algorithm Random points inside polygons, but this C++ implementation only supports "Points count" ("number of points for each feature") directly, while "Points density" is supported by allowing the point count to be data defined (using the polygon area to calculate the number of points).
- Loading branch information
Showing
20 changed files
with
1,680 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
123 changes: 123 additions & 0 deletions
123
images/themes/default/algorithms/mAlgorithmRandomPointsInPolygons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
See #37872