Feature request #19685
Some algorithms that could support geometryless layer do not
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Processing/Core | ||
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Easy fix?: | No | Copied to github as #: | 27510 |
Description
Browsing the algorithms input layer parameter, I realized that there are some algorithms that could support table as input but do not:
- the Extract (by attributes/by expression/selected features) do not allow table while it's possible with their corresponding "select by..." algs
- the Export to database algs
- the "Basic statistics for fields" while the "statistics by categories" allows it
- some of the "vector table" algorithms: "Add unique value index field", "Advanced Python Field calculator"
Associated revisions
[processing] Accept geometry-less layers in more algorithms
Fixes #19685
[processing] Accept geometry-less layers in more algorithms
Fixes #19685
(cherry picked from commit 83feea46a72374b9faa1d40a902fcec8b1c5c1d4)
History
#1 Updated by Nyall Dawson about 6 years ago
- % Done changed from 0 to 100
- Status changed from Open to Closed
Applied in changeset qgis|83feea46a72374b9faa1d40a902fcec8b1c5c1d4.
#2 Updated by Giovanni Manghi about 6 years ago
- Resolution set to fixed/implemented