REDcatch / Volume_calculation_for_QGIS3

GNU General Public License v3.0
8 stars 7 forks source link

Error message #3

Closed APOS80 closed 1 year ago

APOS80 commented 2 years ago

Thank you for a very good plugin, sadly theres a bug. I think it tries to enter values in the vector layer but cant. The columns are created though.

QGis 3.20.2-Odense
Polygon scratch layer + DSM

AssertionError Traceback (most recent call last): File "C:\Users/APO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\volume_calculation_tool\volume_calculation_tool.py", line 366, in calculationFinished self.writeResultsToLayer() File "C:\Users/APO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\volume_calculation_tool\volume_calculation_tool.py", line 451, in writeResultsToLayer with edit(self.current_task_options.vector_layer): File "C:\PROGRA~1/QGIS32~1.2/apps/qgis/./python\qgis\core\additions\edit.py", line 38, in enter assert self.layer.startEditing() AssertionError

HansRagg commented 2 years ago

Hi,

I give it a try with QGIS 3.20 and it's working fine here. To common issues:

best regards, Hans

On 07/01/2022 23:23, Andreas Olsson wrote:

Thank you for a very good plugin, sadly theres a bug. I think it tries to enter values in the vector layer but cant. The columns are created though.

QGis 3.20.2-Odense Polygon scratch layer + DSM

File "C:\PROGRA1/QGIS321.2/apps/qgis/./python\qgis\core\additions\edit.py", line 38, in enter assert self.layer.startEditing() AssertionError

— Reply to this email directly, view it on GitHub https://github.com/REDcatch/Volume_calculation_for_QGIS3/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKSW6R5WGUJL3DZAMGA5AFLUU5RU7ANCNFSM5LPYOVEA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Try our Webinars: https://www.redcatch.at/webinars/

--

REDcatch GmbH - Pointcloud Engineering Hansjörg RAGG

phone: +43 5225 20203 | mail: @.** | web: www.REDcatch.at Facebook: www.facebook.com/REDcatch4D | YouTube: www.youtube.com/REDcatchGmbH | Sketchfab*: www.sketchfab.com/REDcatch

APOS80 commented 2 years ago

okay, good to know.