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

saga merge vector layers do not works in QGIS3 #26433

Closed
qgib opened this issue Mar 26, 2018 · 3 comments
Closed

saga merge vector layers do not works in QGIS3 #26433

qgib opened this issue Mar 26, 2018 · 3 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore

Comments

@qgib
Copy link
Contributor

qgib commented Mar 26, 2018

Author Name: Antonio Viscomi (@Antoviscomi)
Original Redmine Issue: 18545
Affected QGIS version: master
Redmine category:processing/saga
Assignee: Victor Olaya


Hi All,
I need to merge 14 vector layers then I tried to use saga merge vector layers to do It
when I run It, It came out with the below error log:

2018-03-26T16:35:54 CRITICAL Traceback (most recent call last):
File "C:/OSGEO41/apps/qgis/./python/plugins\processing\algs\saga\SagaAlgorithm.py", line 231, in processAlgorithm
temp_params = deepcopy(parameters)
File "C:\OSGEO4
1\apps\Python36\lib\copy.py", line 150, in deepcopy
y = copier(x, memo)
File "C:\OSGEO41\apps\Python36\lib\copy.py", line 240, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
File "C:\OSGEO4
1\apps\Python36\lib\copy.py", line 150, in deepcopy
y = copier(x, memo)
File "C:\OSGEO41\apps\Python36\lib\copy.py", line 215, in _deepcopy_list
append(deepcopy(a, memo))
File "C:\OSGEO4
1\apps\Python36\lib\copy.py", line 169, in deepcopy
rv = reductor(4)
TypeError: can't pickle QgsVectorLayer objects

in QGIS 2.18, it works fine with the same files an the same SAGA version 2.3.2

@qgib
Copy link
Contributor Author

qgib commented Mar 27, 2018

Author Name: Antonio Viscomi (@Antoviscomi)


Sorry, I forgot to flag regression

@qgib
Copy link
Contributor Author

qgib commented Mar 28, 2018

Author Name: Salvatore Larosa (@slarosa)


  • regression was changed from 0 to 1
  • version was changed from 3.0.0 to master

@qgib
Copy link
Contributor Author

qgib commented Jun 4, 2018

Author Name: Nyall Dawson (@nyalldawson)


Applied in changeset b8ff44e.


  • done_ratio was changed from 0 to 100
  • status_id was changed from Open to Closed

@qgib qgib closed this as completed Jun 4, 2018
@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore labels 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! High Priority Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore
Projects
None yet
Development

No branches or pull requests

1 participant