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

Processing (gdal) dissolve polygon fails #24034

Closed
qgib opened this issue Jan 26, 2017 · 4 comments
Closed

Processing (gdal) dissolve polygon fails #24034

qgib opened this issue Jan 26, 2017 · 4 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 Jan 26, 2017

Author Name: matteo ghetta (@ghtmtt)
Original Redmine Issue: 16122
Affected QGIS version: master
Redmine category:processing/ogr
Assignee: Victor Olaya


with test data (dissolve_polys, polys, multypolys) the algorithm always fails. This the error:

GDAL command output:
Warning 6: Normalized/laundered field name: 'ST_Union('geometry')' to 'ST_Union(''
Converting outputs
Loading resulting layers

The following layers were not correctly generated.
Dissolved
You can check the log messages to find more information about the execution of the algorithm

@qgib
Copy link
Contributor Author

qgib commented Feb 7, 2017

Author Name: Alexander Bruy (@alexbruy)


Fixed in changeset "44698d4576d474740cbea8b1955d7ba9f9de27f9".


  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Feb 7, 2017

Author Name: Giovanni Manghi (@gioman)


  • status_id was changed from Closed to In Progress
  • category_id was changed from Processing/GRASS to Processing/OGR

@qgib
Copy link
Contributor Author

qgib commented Feb 12, 2017

Author Name: Giovanni Manghi (@gioman)


This is error

Warning 6: Normalized/laundered field name: 'ST_Union('geometry')' to 'ST_Union(''

is an ogr2ogr problem and not a qgis one.

It only happens when dissolving using a text attribute and one of the features has 0 area and the attribute empty, as it happens for one of the features in the dissolve_polys sample data.

Is definitely a edge case, that must be addressed upstream.


  • resolution was changed from to invalid
  • status_id was changed from In Progress to Closed

@qgib
Copy link
Contributor Author

qgib commented Feb 12, 2017

Author Name: Paolo Cavallini (@pcav)


Could you please open a ticket upstream?
Thanks.

@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 added this to the Future Release - High Priority milestone 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