Almeida100 / Dissect-and-dissolve-overlaps

QGis 3.16+ plugin to detect, zoom to, dissect and dissolve overlapping polygons in one polygon layer.
GNU General Public License v3.0
1 stars 0 forks source link

Plugin not working with latest LTS 3.34.x #2

Open gcapnias opened 7 months ago

gcapnias commented 7 months ago

The plugin returns with an error on QGIS v3.34.4 - Error: Algorithm saga:polygonselfintersection not found.

I presume the error is due to the new SAGA provider.

Trying to search about the issue Copilot come out with this, which I do not know if it stands:

Regards, George J.

Almeida100 commented 7 months ago

Hi George,

Thanks a lot for your email.

I'll try to fix this issue, and will get to you soon.

Regards, Antonio

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Sem vírus.www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

George J. Capnias @.***> escreveu (terça, 27/02/2024 à(s) 11:59):

The plugin returns with an error on QGIS v3.34.4 - Error: Algorithm saga:polygonselfintersection not found.

I presume the error is due to the new SAGA provider.

Trying to search about the issue Copilot come out with this, which I do not know if it stands:

  • To address the 'Algorithm saga:polygonselfintersection not found' error in QGIS when using the 'Buffer Without Overlaps' plugin, follow these steps:\n\n1. Ensure that SAGA is installed in your QGIS.\n2. If you have installed SAGA Next Generation, change the algorithm ID from 'saga:polygonselfintersection' to 'sagang:polygonselfintersection' in your Python code.\n3. Try running the plugin again after making this adjustment."

Regards, George J.

— Reply to this email directly, view it on GitHub https://github.com/Almeida100/Dissect-and-dissolve-overlaps/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJAXO5GKUIMBRTL7VGQ3VIDYVXDDNAVCNFSM6AAAAABD363SZKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE2TMNBQGY4TOMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Almeida100 commented 7 months ago

Hello George

I downloaded version 3.34.3 of QGis, and verified that it is not necessary to make any changes to the plugin "Dissect and dissolve overlaps" Ver: 0.3, which works correctly with this version of QGis if the adjustments indicated in the file "saga4qgis.zip" (attached) are made. This file is contained in the SAGA GIS version 9.3 installation ZIPfile "saga-9.3.1_x64.zip".

The instructions contained in "saga4qgis.zip" can be a little complicated to follow, so I attach this instruction file with some notes written by me.

If, after these adjustments to QGis 3.34, the plugin does not work correctly, please contact me.

Best regards, Antonio Almeida

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Sem vírus.www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

George J. Capnias @.***> escreveu (terça, 27/02/2024 à(s) 11:59):

The plugin returns with an error on QGIS v3.34.4 - Error: Algorithm saga:polygonselfintersection not found.

I presume the error is due to the new SAGA provider.

Trying to search about the issue Copilot come out with this, which I do not know if it stands:

  • To address the 'Algorithm saga:polygonselfintersection not found' error in QGIS when using the 'Buffer Without Overlaps' plugin, follow these steps:\n\n1. Ensure that SAGA is installed in your QGIS.\n2. If you have installed SAGA Next Generation, change the algorithm ID from 'saga:polygonselfintersection' to 'sagang:polygonselfintersection' in your Python code.\n3. Try running the plugin again after making this adjustment."

Regards, George J.

— Reply to this email directly, view it on GitHub https://github.com/Almeida100/Dissect-and-dissolve-overlaps/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJAXO5GKUIMBRTL7VGQ3VIDYVXDDNAVCNFSM6AAAAABD363SZKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE2TMNBQGY4TOMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

gcapnias commented 7 months ago

Hi Antonio,

For some reason I did not receive the attachment. Can you please point me to the page you download the file with the changes for the SAGA GIS?

Thanks, George J.

Almeida100 commented 7 months ago

Hello George

The readme text in the the file "saga4qgis.zip" just say this:

The generated tool interface makes it possible to use this SAGA version in QGIS.

*SUMMARY:

You can download saga-9.3.1_x64 from this link:

https://sourceforge.net/projects/saga-gis/files/latest/download

Hope this is useful.

Regards, Antonio

Almeida100 commented 5 months ago

New plugin version 0.4 able to work with "Processing Saga NextGen Provider" plugin.