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

Join Attributes by Location does not intersect / return data #21005

Closed
qgib opened this issue Jun 9, 2015 · 2 comments
Closed

Join Attributes by Location does not intersect / return data #21005

qgib opened this issue Jun 9, 2015 · 2 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms

Comments

@qgib
Copy link
Contributor

qgib commented Jun 9, 2015

Author Name: mike t (mike t)
Original Redmine Issue: 12922
Affected QGIS version: 2.8.2
Redmine category:processing/qgis


Using QGIS 2.8.2, Processing 2.9.3 - Attempting to join point data to polygons. Works fine when using Vector>Data Management Tools>Join Attributes by Location or the Graphical Modeler. However, when trying to use via Python console or plugin, the result is an empty output containing fields from both inputs.

Here is the console syntax:
@import processing
processing.runandload("qgis:joinattributesbylocation", 'FreshPolys', 'Points', 'intersects',1,'SUM',1,r"C:\scratch\pythonout.shp")@

Polygon and Point data are attached. The Polygons are valid with no topology errors. Both use CRS 4326.

Downgrading the processing plugin to 2.2.0-2 corrects the issue, but not a long-term solution. Also curious as to what possible problems/conflicts could arise from using 2.2 processing plugin with Wien 2.8.2.

Thank you


@qgib
Copy link
Contributor Author

qgib commented May 24, 2016

Author Name: Alexander Bruy (@alexbruy)


  • category_id was configured as Processing/QGIS

@qgib
Copy link
Contributor Author

qgib commented Dec 30, 2016

Author Name: Alexander Bruy (@alexbruy)


Fixed in master. Please reopen if necessary


  • resolution was changed from to fixed/implemented
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms labels May 25, 2019
@qgib qgib closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

1 participant